diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-21 22:52:45 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-21 22:52:45 -0400 |
commit | c62b9d773bc064bc1dd5d8db35207fd4e6d42f1e (patch) | |
tree | aceeeef6becad846b8e0f1eea6ddf384b02fb0d1 /configure.ac | |
parent | 29f456563c740cb79f7668bc3dc282aac6a92de1 (diff) | |
download | egawk-c62b9d773bc064bc1dd5d8db35207fd4e6d42f1e.tar.gz egawk-c62b9d773bc064bc1dd5d8db35207fd4e6d42f1e.tar.bz2 egawk-c62b9d773bc064bc1dd5d8db35207fd4e6d42f1e.zip |
Move libtool from top configure.ac into extension directory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index df7904a3..334e5ac1 100644 --- a/configure.ac +++ b/configure.ac @@ -67,8 +67,6 @@ AC_PROG_YACC AC_PROG_LN_S AC_PROG_CC AC_PROG_CPP -AC_DISABLE_STATIC -AC_PROG_LIBTOOL AC_OBJEXT AC_EXEEXT @@ -104,7 +102,7 @@ AC_SUBST(CFLAGS) # shared library suffix for dynamic loading: AC_SUBST(acl_shlibext) # default shared library location -AC_SUBST([pkgextensiondir], ['${pkglibdir}'/$VERSION]) +AC_SUBST([pkgextensiondir], ['${pkglibdir}']) dnl checks for systems AC_ZOS_USS @@ -371,8 +369,8 @@ AH_BOTTOM([#include "custom.h"]) AC_CONFIG_FILES(Makefile awklib/Makefile - extension/Makefile doc/Makefile po/Makefile.in test/Makefile) +AC_CONFIG_SUBDIRS(extension) AC_OUTPUT |