]> Dogcows Code - chaz/tar/commitdiff
Require automake-1.8/autoconf-2.59. Removed m4/Makefile.
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 21 Jan 2004 10:32:06 +0000 (10:32 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 21 Jan 2004 10:32:06 +0000 (10:32 +0000)
configure.ac

index 40173d49910c38c5fb3f4bbc3e65a345ab02a739..f5df5a12d5adca2c54148ae062d4aa6b56ad652d 100644 (file)
@@ -22,8 +22,8 @@ AC_INIT([GNU tar], [1.13.92], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADERS([config.h:config.hin])
-AC_PREREQ([2.57])
-AM_INIT_AUTOMAKE([1.7.5 gnits dist-bzip2 dist-shar])
+AC_PREREQ([2.59])
+AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2 dist-shar std-options])
 
 gl_USE_SYSTEM_EXTENSIONS
 AC_PROG_CC
@@ -271,6 +271,11 @@ AC_MSG_RESULT($DEFAULT_BLOCKING)
 AM_GNU_GETTEXT([external], [need-ngettext])
 AM_GNU_GETTEXT_VERSION(0.12.1)
 
-AC_OUTPUT([Makefile doc/Makefile lib/Makefile \
-m4/Makefile po/Makefile.in \
-scripts/Makefile src/Makefile tests/Makefile tests/preset])
+AC_OUTPUT([Makefile\
+           doc/Makefile\
+           lib/Makefile\
+           po/Makefile.in\
+           scripts/Makefile\
+           src/Makefile\
+           tests/Makefile\
+           tests/preset])
This page took 0.027321 seconds and 4 git commands to generate.