X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=eea07d692c9159f351c676d09595de79acb8d469;hb=40111e322fcee4d24dd2fba5d38ba26c781e21ba;hp=e5659b37ed597f72bafc4de96f85534b83f54fc6;hpb=5c03cb6fb2c0fc46fac20717fbc08507a54b9998;p=ntfsprogs.git diff --git a/configure.ac b/configure.ac index e5659b3..eea07d6 100644 --- a/configure.ac +++ b/configure.ac @@ -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