Version: 1.0.2 -> 1.0.3cvs
[ntfsprogs-gnomevfs.git] / configure.ac
index e18d40b..2de133c 100644 (file)
@@ -17,7 +17,7 @@
 
 
 AC_INIT(src/libntfs.conf.in)
-AM_INIT_AUTOMAKE(ntfsprogs-gnomevfs,1.0cvs)
+AM_INIT_AUTOMAKE(ntfsprogs-gnomevfs,1.0.3cvs)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 AM_ENABLE_SHARED
@@ -26,7 +26,6 @@ AM_PROG_LIBTOOL
 
 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
        CFLAGS="$CFLAGS -ggdb3 -Wall -Wstrict-prototypes -Wsign-compare"  ## FIXME: fix all sources: -Wsign-compare
        fi
@@ -57,6 +56,7 @@ ntfsprogs-gnomevfs.spec
 Makefile
 ./macros/Makefile
 ./src/Makefile
+./debian/changelog
 ])
 
 echo done.