diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-25 23:27:57 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-10 17:28:05 +0200 |
commit | 91c4b0b0b6605f54c88fe6979de098878c9d0fb6 (patch) | |
tree | 8f3484f7a80d8adec1eba2bb51b9f3f6e4236402 /configure.ac | |
parent | f5ac6de914262bc589f22ad2d5bc9c68f88ccf60 (diff) | |
download | idutils-91c4b0b0b6605f54c88fe6979de098878c9d0fb6.tar.gz idutils-91c4b0b0b6605f54c88fe6979de098878c9d0fb6.tar.bz2 idutils-91c4b0b0b6605f54c88fe6979de098878c9d0fb6.zip |
Use new gnulib gnumakefile module.
* bootstrap.conf (gnulib_modules): Pull in new module.
* GNUmakefile: Remove from version control.
* .gitignore: Update.
* configure.ac (AC_CONFIG_LINKS): Delete; rely on gnulib to do
this now.
* Makefile.am (EXTRA_DIST): Remove GNUmakefile.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index ac1f85d..a4fcb35 100644 --- a/configure.ac +++ b/configure.ac @@ -44,20 +44,6 @@ AC_CHECK_TYPES(ptrdiff_t) AM_GNU_GETTEXT([external], [need-formatstring-macros]) AM_GNU_GETTEXT_VERSION([0.15]) -dnl Allow maintainer rules under GNU make even in VPATH builds. This does -dnl not work in autoconf 2.61 or earlier, but we don't want to require -dnl non-maintainers to use unreleased autoconf, hence the version test. -dnl TODO remove the version check once autoconf 2.62 is released. -dnl Meanwhile, we must use a shell variable so that we bypass automake's -dnl attempts to remove the sole copy of GNUmakefile in a non-VPATH build -dnl during 'make distclean'. -dnl TODO avoid the shell variable once automake is fixed. -GNUmakefile=GNUmakefile -m4_if(m4_version_compare([2.61a.100], - m4_defn([m4_PACKAGE_VERSION])), [1], [], - [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [], - [GNUmakefile=$GNUmakefile])]) - AC_CONFIG_FILES([ po/Makefile.in doc/Makefile |