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 /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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index db535963..ce25d031 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ AC_ARG_ENABLE([versioned-extension-dir], # set default shared library location AC_SUBST([pkgextensiondir], ['${pkglibdir}'${EXTENSIONDIR}]) -AC_CANONICAL_HOST +GAWK_CANONICAL_HOST AC_USE_SYSTEM_EXTENSIONS dnl checks for programs @@ -458,12 +458,10 @@ AH_BOTTOM([#include "custom.h"]) dnl Crude but small hack to make plug-ins work on Mac OS X dnl We should really use the libtool value for shrext_cmds, but that dnl is not available here, since we do not use libtool at the top level. -AS_VAR_IF([EXEEXT],[.exe],[GAWKLIBEXT=dll],[ case $acl_shlibext in dylib) GAWKLIBEXT=so ;; # MacOS uses .dylib for shared libraries, but libtool uses .so for modules *) GAWKLIBEXT=$acl_shlibext ;; esac -]) AC_SUBST(GAWKLIBEXT) AC_CONFIG_FILES(Makefile |