summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-07-17 17:22:43 +0000
committerTom Tromey <tromey@redhat.com>1998-07-17 17:22:43 +0000
commitb5b61792ce0020b997a2a558de78838f279a84a5 (patch)
tree71c45405b6f00645ce11f88b87a34dcab906aa6b /configure.in
parent41b60e1c4384f5e34eea58c1b27eb91e4db34ba4 (diff)
downloadautomake-b5b61792ce0020b997a2a558de78838f279a84a5.tar.gz
AM_MAKEFLAGS patch from Ian
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 67d2261fb..7da7fd428 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(automake.in)
-AM_INIT_AUTOMAKE(automake, 1.3)
+AM_INIT_AUTOMAKE(automake, 1.3a)
# Find an appropriate tar for use in "dist" targets. A "best guess"
# is good enough -- if we can't find GNU tar, we don't really care.