aboutsummaryrefslogtreecommitdiffstats
path: root/extension/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-16 18:02:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-16 18:02:29 +0300
commit6f250fa2a01864e07c1e9022f36eab740a2793c5 (patch)
treee77711678bef18e003b614f3c7e3e6c222bb23b4 /extension/configure.ac
parent340c6b9945fcf57666648939bb8702a6f64c8e8e (diff)
parentaaa85643b352f867cfe7198f313b4481ad1f544d (diff)
downloadegawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.tar.gz
egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.tar.bz2
egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.zip
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'extension/configure.ac')
-rw-r--r--extension/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure.ac b/extension/configure.ac
index 8e45bb05..bc66a84f 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -23,7 +23,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Awk Bundled Extensions], 4.1.2, bug-gawk@gnu.org, gawk-extensions)
+AC_INIT([GNU Awk Bundled Extensions],[4.1.2],[bug-gawk@gnu.org],[gawk-extensions])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
@@ -41,7 +41,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize])
AM_PROG_AR
AC_SYS_LARGEFILE
AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_INIT
dnl AC_PROG_INSTALL
AC_SUBST([pkgextensiondir], ['${libdir}/gawk'])