Update build system

This commit is contained in:
Behdad Esfahbod 2010-10-05 18:36:45 -04:00
parent e81d7afe6e
commit 0109816b50
2 changed files with 1 additions and 3 deletions

View File

@ -171,9 +171,6 @@ do_cmd $AUTOHEADER
touch ChangeLog
# We don't call gtkdocize right now. When we do, we should then modify
# the generated gtk-doc.make and move it to build/Makefile.am.gtk-doc.
# See that file for details.
#do_cmd $GTKDOCIZE $GTKDOCIZE_FLAGS
do_cmd $AUTOMAKE $AUTOMAKE_FLAGS

View File

@ -9,6 +9,7 @@ AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_CHECK_FUNCS(mprotect sysconf getpagesize)