aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-21 15:56:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-21 15:56:47 +0300
commit921b31dbb202f28d3661a2bd0b4a71d606c60a5f (patch)
treea8e7eb45def4b40733829d01c0e08c5bcbbe8441 /configure.ac
parenteb954a57c38ec177aae2a6c11eef01347e5780e7 (diff)
parentbba10f01c5749ae0d290f123e3312a5c1cf840a8 (diff)
downloadegawk-921b31dbb202f28d3661a2bd0b4a71d606c60a5f.tar.gz
egawk-921b31dbb202f28d3661a2bd0b4a71d606c60a5f.tar.bz2
egawk-921b31dbb202f28d3661a2bd0b4a71d606c60a5f.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 81b33d06..c25730b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,14 +35,16 @@ AC_INIT([GNU Awk],[5.1.0],[bug-gawk@gnu.org],[gawk])
if test "$INSTALL" = ""
then
- INSTALL="$srcdir/install-sh -c"
+ INSTALL="$srcdir/build-aux/install-sh -c"
export INSTALL
fi
AC_PREREQ([2.69])
-AM_INIT_AUTOMAKE([1.15 dist-xz dist-lzip])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
+
+AM_INIT_AUTOMAKE([1.16 dist-xz dist-lzip])
AC_ARG_ENABLE([lint],
[AS_HELP_STRING([--disable-lint],[do not compile in gawk lint checking])],