diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-25 12:14:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-25 12:14:03 +0200 |
commit | 2a4dd34fb580343358035dea126f188e9fb5c68c (patch) | |
tree | 9eecaa664fbae9fc79898bf9a37d71a99f86ed5f /configure.ac | |
parent | da1d22c183f5d8241538524665e572c5c6a15865 (diff) | |
download | egawk-2a4dd34fb580343358035dea126f188e9fb5c68c.tar.gz egawk-2a4dd34fb580343358035dea126f188e9fb5c68c.tar.bz2 egawk-2a4dd34fb580343358035dea126f188e9fb5c68c.zip |
More portability - find readline dependencies.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d9357c31..4ba5f6aa 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk], 4.0.72, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.73, bug-gawk@gnu.org, gawk) # This is a hack. Different versions of install on different systems # are just too different. Chuck it and use install-sh. @@ -347,7 +347,7 @@ dnl check for sockets GAWK_AC_LIB_SOCKETS dnl check for readline support -GNUPG_CHECK_READLINE +GAWK_CHECK_READLINE dnl check for mpfr support GNUPG_CHECK_MPFR |