Release: captive1 -> captive2cvs
[ntfsprogs.git] / configure.ac
index 4407c29..758be94 100644 (file)
@@ -1,9 +1,13 @@
 AC_PREREQ(2.57)
-AC_INIT(ntfsprogs, 200307311516, linux-ntfs-dev@lists.sourceforge.net)
+AC_INIT(TODO.libntfs)
 AC_CANONICAL_TARGET([])
 AC_CONFIG_SRCDIR([config.h.in])
 AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE
+VERSION_BASE=200309071734
+VERSION_EXT=captive2cvs
+AC_SUBST(VERSION_BASE)
+AC_SUBST(VERSION_EXT)
+AM_INIT_AUTOMAKE(ntfsprogs,$VERSION_BASE$VERSION_EXT)
 
 # This is required to get past a stupid configure bug when making the rpm.
 # Basically it is broken to specify the host as a command line argument to
@@ -41,12 +45,10 @@ AM_CONDITIONAL(DEBUG, test "$enable_debug" = yes)
 AM_CONDITIONAL(REALLYSTATIC, test "$enable_really_static" = yes)
 
 # Checks for programs.
-AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
-AC_PROG_RANLIB
 
 # create a working libtool-script
 if test -z "$LIBTOOL"; then
@@ -149,6 +151,8 @@ AC_CONFIG_FILES([
        ntfsprogs/ntfsprogs.8
        ntfsprogs/ntfsresize.8
        ntfsprogs/ntfsundelete.8
+       ntfsprogs/ntfscluster.8
        ntfsprogs.spec
+       debian/changelog
 ])
 AC_OUTPUT