diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-24 15:34:17 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-24 15:34:17 -0400 |
commit | 577c3fc31a2718461fba2e599d162de96fe838fa (patch) | |
tree | 1f45346053a5ae9db3c62761ef214a8a94095d30 /extension/configure.ac | |
parent | c62b9d773bc064bc1dd5d8db35207fd4e6d42f1e (diff) | |
download | egawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.gz egawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.bz2 egawk-577c3fc31a2718461fba2e599d162de96fe838fa.zip |
First working version of new API mechanism (probably has memory leaks).
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index 9d58dc2a..461826e6 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -28,11 +28,15 @@ AC_INIT([GNU Awk Bundled Extensions], 4.0.70, bug-gawk@gnu.org, gawk-extensions) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) +INSTALL="$ac_aux_dir/install-sh -c" +export INSTALL + AM_INIT_AUTOMAKE([-Wall -Werror]) AM_PROG_AR AC_DISABLE_STATIC AC_PROG_LIBTOOL +dnl AC_PROG_INSTALL AC_SUBST([pkgextensiondir], ['${libdir}/gawk']) |