Update build system
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Oct 2010 22:36:45 +0000 (18:36 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Oct 2010 22:36:45 +0000 (18:36 -0400)
autogen.sh
configure.ac

index e4317db..fb0148b 100755 (executable)
@@ -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
index 721c912..56c6323 100644 (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)