diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-22 17:23:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-12-22 17:23:16 +0200 |
commit | 293b5a86a9053668773e75b35682c41ca64e0db6 (patch) | |
tree | d58e88bc2d963583b7f565ad82f7e96e2b9f7ada /configure.ac | |
parent | 0ea062a3f282cd47ff6f94b91e4f612ab9577bee (diff) | |
parent | e3cd9ec142f30026b36d63b74d7dc14e220a5c8b (diff) | |
download | egawk-293b5a86a9053668773e75b35682c41ca64e0db6.tar.gz egawk-293b5a86a9053668773e75b35682c41ca64e0db6.tar.bz2 egawk-293b5a86a9053668773e75b35682c41ca64e0db6.zip |
Merge branch 'master' into feature/andy
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 518a7398..48c6980c 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,7 @@ AC_PROG_YACC AC_PROG_LN_S AC_PROG_CC_C99 AC_PROG_CPP +AC_PROG_RANLIB AC_OBJEXT AC_EXEEXT @@ -400,6 +401,7 @@ esac AC_SUBST(GAWKLIBEXT) AC_CONFIG_FILES(Makefile + support/Makefile awklib/Makefile doc/Makefile extras/Makefile |