diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:55:07 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-19 18:55:07 +0200 |
commit | 6316df7a19613a47f94366d24f3302daf5d582da (patch) | |
tree | 9dfe9538420c24bea0d6926c442629bb26079aab /configure.ac | |
parent | fed291bee8b64bddbb27537b1ab104cf93b8de01 (diff) | |
parent | e13c76601a232b24c99a452d8f3403f87f069c22 (diff) | |
download | egawk-6316df7a19613a47f94366d24f3302daf5d582da.tar.gz egawk-6316df7a19613a47f94366d24f3302daf5d582da.tar.bz2 egawk-6316df7a19613a47f94366d24f3302daf5d582da.zip |
Merge branch 'gawk-4.1-stable' into memory-work
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ed7e3ccd..5667b7c6 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.1.1a, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.1.1b, 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. @@ -40,7 +40,7 @@ then fi AC_PREREQ(2.69) -AM_INIT_AUTOMAKE([1.13 dist-xz dist-lzip]) +AM_INIT_AUTOMAKE([1.14 dist-xz dist-lzip]) AC_CONFIG_MACRO_DIR([m4]) @@ -138,7 +138,7 @@ AC_LANG([C]) dnl initialize GNU gettext AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.18.1]) +AM_GNU_GETTEXT_VERSION([0.19.3]) AM_LANGINFO_CODESET gt_LC_MESSAGES |