summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-11-11 21:39:26 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-11-11 21:39:26 +0000
commit0e85cb3d441c7fad07e29cd68e15705bcb9b01e0 (patch)
tree35dcdb85443b5fd06b5e2c1c3d83d3bb2591caae /m4
parentea5ee09312c62c3de4753df4c3a67527af04674b (diff)
downloadautomake-0e85cb3d441c7fad07e29cd68e15705bcb9b01e0.tar.gz
* configure.ac, NEWS: Bump version to 1.7b.Release-1-7b
* Makefile.am (maintainer-check): Ignore comments while scanning for rm without -f.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in2
-rw-r--r--m4/amversion.m44
2 files changed, 3 insertions, 3 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index e3c4ec362..8671ac193 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7a from Makefile.am.
+# Makefile.in generated by automake 1.7b from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index ef328b466..bd3bb6810 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -19,11 +19,11 @@
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
-AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7a"])
+AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7b"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.7a])])
+ [AM_AUTOMAKE_VERSION([1.7b])])