diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-13 07:36:26 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-13 07:36:26 +0000 |
commit | cbb9e38d10b35a469d0880542b12530817b11003 (patch) | |
tree | 47814942687f380da81eaaaadaff436eef4e591c /configure.in | |
parent | 9e79637ec3fcd24394b2d705ff7c64bd91da9b24 (diff) | |
download | gunmake-cbb9e38d10b35a469d0880542b12530817b11003.tar.gz |
* Rework jobserver yet one more time.
* Install the $(if ...) function and document it. Still need some examples.
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 a864e17..c320a2a 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.77.92) +AM_INIT_AUTOMAKE(make, 3.77.93) AM_CONFIG_HEADER(config.h) dnl Regular configure stuff |