commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas configure.in src/objectstore/Makefile.am


From: Reinhard Mueller
Subject: gnue/geas configure.in src/objectstore/Makefile.am
Date: Tue, 15 May 2001 23:47:16 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/05/15 23:47:16

Modified files:
        geas           : configure.in 
        geas/src/objectstore: Makefile.am 

Log message:
        Enabled -Wall option for gcc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/configure.in.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/objectstore/Makefile.am.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.23 gnue/geas/configure.in:1.24
--- gnue/geas/configure.in:1.23 Mon Apr  2 19:59:26 2001
+++ gnue/geas/configure.in      Tue May 15 23:47:16 2001
@@ -18,6 +18,11 @@
 AC_PROG_INSTALL
 AC_PROG_LN_S
 
+dnl Enable more compiler warnings.
+if test "$GCC"; then
+    CFLAGS="$CFLAGS -Wall"
+fi
+
 dnl Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS(unistd.h)
Index: gnue/geas/src/objectstore/Makefile.am
diff -u gnue/geas/src/objectstore/Makefile.am:1.3 
gnue/geas/src/objectstore/Makefile.am:1.4
--- gnue/geas/src/objectstore/Makefile.am:1.3   Tue May 15 14:14:39 2001
+++ gnue/geas/src/objectstore/Makefile.am       Tue May 15 23:47:16 2001
@@ -1,8 +1,5 @@
 lib_LIBRARIES = libobjectstore.a
 
-## This will have to go into configure.in someday
-AM_CFLAGS += -Wall
-
 INCLUDES  = \
        $(GLIB_CFLAGS) \
        $(DB_CFLAGS) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]