Fixed proper versioning.
[ntfsprogs.git] / configure.ac
index e5659b3..eea07d6 100644 (file)
@@ -1,9 +1,13 @@
 AC_PREREQ(2.57)
-AC_INIT(ntfsprogs, 200309071734, 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=captive1
+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
@@ -149,5 +153,6 @@ AC_CONFIG_FILES([
        ntfsprogs/ntfsundelete.8
        ntfsprogs/ntfscluster.8
        ntfsprogs.spec
+       debian/changelog
 ])
 AC_OUTPUT