diff options
author | Paul Smith <psmith@gnu.org> | 2000-03-29 03:23:18 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-03-29 03:23:18 +0000 |
commit | c67266ceacbde449be807d23c6d8df465c763a1e (patch) | |
tree | 74238fe6c94bc9a4f6483f7e22e85d4dfcf34064 /configure.in | |
parent | 4145bcbcda65dbc65a06bb51868b4033a5ca4231 (diff) | |
download | gunmake-c67266ceacbde449be807d23c6d8df465c763a1e.tar.gz |
* New config.sub and config.guess3.78.92
* Update version number for release
* Fixes to the build.sh to handle i18n/gettext
* Make dash-n more robust.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ebe276a..01fafb6 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_REVISION([$Id$]) AC_PREREQ(2.13)dnl dnl Minimum Autoconf version required. AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir. -AM_INIT_AUTOMAKE(make, 3.78.91) +AM_INIT_AUTOMAKE(make, 3.78.92) AM_CONFIG_HEADER(config.h) dnl Regular configure stuff |