diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-20 21:21:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-20 21:21:04 +0200 |
commit | e047ee7530cdd62f7501a82505d9f38e57f02415 (patch) | |
tree | 6e1c189e072796a5a87588d6a63a80ce2cccdf2c /configure.ac | |
parent | db9a7ab5c200863f3dcadb6358327fd7b95971ad (diff) | |
download | egawk-e047ee7530cdd62f7501a82505d9f38e57f02415.tar.gz egawk-e047ee7530cdd62f7501a82505d9f38e57f02415.tar.bz2 egawk-e047ee7530cdd62f7501a82505d9f38e57f02415.zip |
Minor configure.ac fix and new tarball.
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 39134774..eea178d1 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.0k, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0l, 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. @@ -268,7 +268,7 @@ AC_CHECK_FUNCS(atexit btowc fmod getgrent getgroups grantpt \ memset_ulong mkstemp setenv setlocale setsid snprintf strchr \ strerror strftime strncasecmp strcoll strtod strtoul \ system tmpfile towlower towupper tzset usleep wcrtomb \ - wcscoll wcscoll wctype) + wcscoll wctype) dnl this check is for both mbrtowc and the mbstate_t type, which is good AC_FUNC_MBRTOWC |