[cgma-dev] r4112 - cgm/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Aug 31 09:09:03 CDT 2010
Author: kraftche
Date: 2010-08-31 09:09:02 -0500 (Tue, 31 Aug 2010)
New Revision: 4112
Modified:
cgm/trunk/configure.ac
Log:
Put back -Wall flag. \ I misunderstood some automake documentation
Modified: cgm/trunk/configure.ac
===================================================================
--- cgm/trunk/configure.ac 2010-08-30 22:53:52 UTC (rev 4111)
+++ cgm/trunk/configure.ac 2010-08-31 14:09:02 UTC (rev 4112)
@@ -10,7 +10,7 @@
[AM_INIT_AUTOMAKE([foreign -Wall])])
AC_DISABLE_SHARED
-EXTRA_GNU_FLAGS="-pipe -pedantic"
+EXTRA_GNU_FLAGS="-Wall -pipe -pedantic"
FATHOM_CHECK_COMPILERS
AC_PROG_LIBTOOL
LIBS="-lm"
More information about the cgma-dev
mailing list