From aaa85643b352f867cfe7198f313b4481ad1f544d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 16 Apr 2015 18:00:37 +0300 Subject: Updated autoconf (.ac) files. Remove RETSIGTYPE. --- extension/ChangeLog | 4 ++++ extension/configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'extension') diff --git a/extension/ChangeLog b/extension/ChangeLog index 8b575ca6..2769a350 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2015-04-16 Arnold D. Robbins + + * configure.ac: Updated by autoupdate. + 2015-04-08 Arnold D. Robbins * Makefile.am, filefuncs.c, inplace.3am, inplace.c: 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']) -- cgit v1.2.3