diff options
author | Jim Meyering <meyering@redhat.com> | 2008-02-27 23:11:21 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-03 00:24:36 +0100 |
commit | a016e88bcdcabe947bfb9dea474df5fbe2081b65 (patch) | |
tree | 5d7d7efb19e0d5f9b90fde1885a4553aa93e6d37 /configure.ac | |
parent | 8ce402193819b366f1a8a9bdf2185a67e5959b2d (diff) | |
download | idutils-a016e88bcdcabe947bfb9dea474df5fbe2081b65.tar.gz idutils-a016e88bcdcabe947bfb9dea474df5fbe2081b65.tar.bz2 idutils-a016e88bcdcabe947bfb9dea474df5fbe2081b65.zip |
Update .tarball-version-related rules from coreutils.
* GNUmakefile: Support VPATH "make dist". Namespace clean-up.
Remove .version-creating rules.
* configure.ac (AC_INIT): Use .tarball-version, not .version
* bootstrap: Update from coreutils.
* bootstrap.conf (obsolete_gnulib_modules): Remove free.
* Makefile.am: Emit .tarball-version into tarball.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d01ec7c..a4fcb35 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([idutils], m4_esyscmd([build-aux/git-version-gen .version]), +AC_INIT([idutils], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [bug-idutils@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) |