diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:24:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:24:52 +0300 |
commit | c6fdaa4f556d2e52f0674cab66f1819f51445fe9 (patch) | |
tree | b96b2db14e41ef386c6808500f7a9579bdb564c7 /configure.ac | |
parent | c1bc01dcbaf8a1d3b0efe41f2351eb17de569ccf (diff) | |
download | egawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.tar.gz egawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.tar.bz2 egawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.zip |
Get make distcheck working.
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 d7b73069..58c59991 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],[5.1.0a],[bug-gawk@gnu.org],[gawk]) +AC_INIT([GNU Awk],[5.1.0],[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. |