aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-12-22 17:23:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-12-22 17:23:09 +0200
commit0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad (patch)
tree07c0485c5cacd42785027d862d2687f32e27ceb8 /configure.ac
parent2eb77d13c2e4f69f8422e2d6de2421c1f4ccabad (diff)
parente3cd9ec142f30026b36d63b74d7dc14e220a5c8b (diff)
downloadegawk-0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad.tar.gz
egawk-0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad.tar.bz2
egawk-0eb15bcef4ca13a329c9bf3d5e608e29bbce42ad.zip
Merge branch 'master' into feature/regex-to-api
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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