diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-06 11:39:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-06 11:39:03 +0200 |
commit | ca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43 (patch) | |
tree | b149d561cca40abe3e0a2e0da9baeaa08140a1aa /extension/configure.ac | |
parent | b2a997f7829dcbeab6fed42bd35f2381531c8e02 (diff) | |
download | egawk-ca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43.tar.gz egawk-ca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43.tar.bz2 egawk-ca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43.zip |
Squashed commit of the following:
commit 233cbc2a39b348eb66f70e7806f5fe2ef45db6a8
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Mar 6 11:37:05 2020 +0200
Update ChangeLog files with Jannick's changes.
commit 3a6297d5a1e900f8de0ddc6dda5b08770483e318
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Feb 21 13:10:40 2020 +0200
MSYS2 build changes.
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index 71528269..9826a1bd 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.15 -Wall -Werror]) - +GAWK_CANONICAL_HOST AC_USE_SYSTEM_EXTENSIONS AC_ZOS_USS @@ -64,8 +64,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize]) AM_PROG_AR AC_SYS_LARGEFILE -AC_DISABLE_STATIC -LT_INIT +LT_INIT([win32-dll disable-static]) dnl AC_PROG_INSTALL dnl use the same definition as the main configure script. |