Do not discard 'CFLAGS' settings as they may have been passed us by rpmbuild(8).
authorshort <>
Wed, 5 Feb 2003 12:29:09 +0000 (12:29 +0000)
committershort <>
Wed, 5 Feb 2003 12:29:09 +0000 (12:29 +0000)
gnomevfs/captive.conf is now configure-substituted for fs modules paths

configure.in

index fa32a1b..7b53255 100644 (file)
@@ -35,8 +35,7 @@ AM_GNU_GETTEXT
 
 GTK_DOC_CHECK
 
-dnl discard -g -O2 settings
-CFLAGS=
+dnl Do not discard 'CFLAGS' settings as they may have been passed us by rpmbuild(8)
 
 dnl Define MAINTAINER_MODE in config.h.
 if test "$USE_MAINTAINER_MODE" = "yes";then
@@ -180,6 +179,7 @@ Makefile
 ./src/client/libcaptive-gnomevfs/Makefile
 ./doc/Makefile
 ./doc/apiref/Makefile
+./src/client/libcaptive-gnomevfs/captive.conf
 ])
 
 dnl FIXME: Why is "po/POTFILES" being substituted?