diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-11 20:35:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-11 20:35:16 +0200 |
commit | 07f64759d541a033e79b232c4a186f4414ec811c (patch) | |
tree | 067613d8f9e80755fbb69c078c53b625a96fd308 /configure.ac | |
parent | 28b143c3a489e2699834812214eeaa6347ac1c01 (diff) | |
download | egawk-07f64759d541a033e79b232c4a186f4414ec811c.tar.gz egawk-07f64759d541a033e79b232c4a186f4414ec811c.tar.bz2 egawk-07f64759d541a033e79b232c4a186f4414ec811c.zip |
Make extension directory fully gettextized. Fixes autoreconf problems.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f45c710e..c6336759 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.2.1],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[4.2.1a],[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. |