X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=configure.ac;h=758be946ee5cd871afc8d9a3c8bc3b28bd6d620a;hb=refs%2Fheads%2Fcaptive;hp=d88c228f17cfca83e5c5fd435837ce457aea25cd;hpb=bd9aae921c4438d93e37b018eb5f070656fef155;p=ntfsprogs.git diff --git a/configure.ac b/configure.ac index d88c228..758be94 100644 --- a/configure.ac +++ b/configure.ac @@ -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 @@ -45,7 +49,6 @@ 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 @@ -148,6 +151,8 @@ AC_CONFIG_FILES([ ntfsprogs/ntfsprogs.8 ntfsprogs/ntfsresize.8 ntfsprogs/ntfsundelete.8 + ntfsprogs/ntfscluster.8 ntfsprogs.spec + debian/changelog ]) AC_OUTPUT