summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-23 18:23:33 +0000
committerPaul Smith <psmith@gnu.org>1999-09-23 18:23:33 +0000
commit065bcc1947ee0e5e980aacd2d3b11619b6c97149 (patch)
tree19484c45c39bd3206e9482ddd4f7169bf38c588f /configure.in
parent428171ab5768e253ddc33c07afa722bb68bff05f (diff)
downloadmake-065bcc1947ee0e5e980aacd2d3b11619b6c97149.tar.gz
* Ouch: found a bug where re-exec from changed makefiles turned off
jobserver :(.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 27686532..6cb935f1 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)
+AM_INIT_AUTOMAKE(make, 3.78.1)
AM_CONFIG_HEADER(config.h)
dnl Regular configure stuff