]> sourceware.org Git - automake.git/commitdiff
* configure.ac, NEWS: Bump version to 1.7b. Release-1-7b
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 11 Nov 2003 21:39:24 +0000 (21:39 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 11 Nov 2003 21:39:24 +0000 (21:39 +0000)
* Makefile.am (maintainer-check): Ignore comments while
scanning for rm without -f.

17 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
aclocal.m4
configure
configure.ac
doc/Makefile.in
doc/stamp-vti
doc/version.texi
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
m4/amversion.m4
tests/Makefile.in

index 5f64c1389161e1eefda71621181738cb253f26e2..7bbf646e2b3400f83133dd6bac53b4bb221fe6c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-11-11  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * configure.ac, NEWS: Bump version to 1.7b.
+       * Makefile.am (maintainer-check): Ignore comments while
+       scanning for rm without -f.
+
        * Makefile.am (fetch): Get all files from savannah.  Do not
        postprocess Struct.pm and XFiles.pm, since we now are the master
        of these.
index 93a15f6dd60c576eb0a1437ec5f72d4e5d2a64e3..3b92a9134dede456fce3574c6861056f77706513 100644 (file)
@@ -107,9 +107,8 @@ maintainer-check: automake aclocal
          exit 1;                               \
        else :; fi
 ## Make sure `rm' is called with `-f'.
-       @if grep -E '\<rm ([^-]|\-[^f ]*\>)' \
-                 $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
-             grep -v '##'; then \
+       @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
+           grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
          echo "Suspicious 'rm' invocation." 1>&2; \
          exit 1;                               \
        else :; fi
index 8da0908b7f6657cde25c438659a2ad9f792efc65..1a5f87823c4f70c57986c6240df7ae30facbf9f5 100644 (file)
@@ -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
@@ -625,9 +625,8 @@ maintainer-check: automake aclocal
          echo "Found too many uses of '\$${' in the lines above." 1>&2; \
          exit 1;                               \
        else :; fi
-       @if grep -E '\<rm ([^-]|\-[^f ]*\>)' \
-                 $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
-             grep -v '##'; then \
+       @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
+           grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
          echo "Suspicious 'rm' invocation." 1>&2; \
          exit 1;                               \
        else :; fi
diff --git a/NEWS b/NEWS
index a2c828f43a86b6f252ed7c413aa8e3a88fd9b76f..fca93d03e2f914a57b4e519359deae7d521ae9dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 1.7a:
+New in 1.7b:
 
 * Meta-News
 
index d29f3437bc0f34d13e18ca351393b8886fc1efda..9d1e762c97962573c581bd52487431ad7625802c 100644 (file)
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.7a -*- Autoconf -*-
+# generated automatically by aclocal 1.7b -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 # Free Software Foundation, Inc.
index 3bd3df42c5c75a8f08008cfef1696e081cb52ecb..1c80311142b2e9403475b04eda848c652146b998 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for GNU Automake 1.7a.
+# Generated by GNU Autoconf 2.59 for GNU Automake 1.7b.
 #
 # Report bugs to <bug-automake@gnu.org>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GNU Automake'
 PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.7a'
-PACKAGE_STRING='GNU Automake 1.7a'
+PACKAGE_VERSION='1.7b'
+PACKAGE_STRING='GNU Automake 1.7b'
 PACKAGE_BUGREPORT='bug-automake@gnu.org'
 
 ac_unique_file="automake.in"
@@ -723,7 +723,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU Automake 1.7a to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.7b to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -788,7 +788,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Automake 1.7a:";;
+     short | recursive ) echo "Configuration of GNU Automake 1.7b:";;
    esac
   cat <<\_ACEOF
 
@@ -888,7 +888,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Automake configure 1.7a
+GNU Automake configure 1.7b
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -902,7 +902,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Automake $as_me 1.7a, which was
+It was created by GNU Automake $as_me 1.7b, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1304,7 +1304,7 @@ build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 # bothered by `missing'.
 am_AUTOCONF=${AUTOCONF-autoconf}
 
-am__api_version="1.7a"
+am__api_version="1.7b"
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
 # incompatible versions:
@@ -1572,7 +1572,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='automake'
- VERSION='1.7a'
+ VERSION='1.7b'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2360,7 +2360,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU Automake $as_me 1.7a, which was
+This file was extended by GNU Automake $as_me 1.7b, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2415,7 +2415,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU Automake config.status 1.7a
+GNU Automake config.status 1.7b
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index e5122a15772c7c5d87a398a1c004487baedaeedf..5b95d5fbeca43bae780c7e351df4f027dc33c6ad 100644 (file)
@@ -24,7 +24,7 @@ dnl (abs_top_builddir is used in tests/automake.in).  Note that
 dnl this is a requirement for the Automake package itself.
 dnl Automake users can still use Autoconf 2.58.
 AC_PREREQ(2.58a)
-AC_INIT([GNU Automake], [1.7a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.7b], [bug-automake@gnu.org])
 
 AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
index ed04c5724e5fa56a755757f07d6edd0014ff8e83..e73effe83cff9bc59d22e405beea1ac43327739a 100644 (file)
@@ -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
index eef25dad6657143186584c517be9e2993b07ef83..137f696d756981c14c98eeb9ec3f79cfae7aecd5 100644 (file)
@@ -1,4 +1,4 @@
 @set UPDATED 11 November 2003
 @set UPDATED-MONTH November 2003
-@set EDITION 1.7a
-@set VERSION 1.7a
+@set EDITION 1.7b
+@set VERSION 1.7b
index eef25dad6657143186584c517be9e2993b07ef83..137f696d756981c14c98eeb9ec3f79cfae7aecd5 100644 (file)
@@ -1,4 +1,4 @@
 @set UPDATED 11 November 2003
 @set UPDATED-MONTH November 2003
-@set EDITION 1.7a
-@set VERSION 1.7a
+@set EDITION 1.7b
+@set VERSION 1.7b
index 7dd2916917ef495002f8e6ed608cf5017a243251..eaf3eecdd8fa5bec5c627a09d0f2453a8767e4bb 100644 (file)
@@ -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
index 2c58be17cb56297b888b623d6120def0522de3bd..2889602cb4d5a83d097382610cb311625d146c7e 100644 (file)
@@ -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
index 7a078167fea8013ffcc7636d32613e64be448899..3d29d20b3e58ce47de3d250f68141ef3a113963e 100644 (file)
@@ -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
index 6104721541b795125324a5b7a82bdda7514c1b70..0971f3440f1e7484bada213e6cb93a3f7b958102 100644 (file)
@@ -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
index e3c4ec362e116ee082e0577310c5beaaceee6610..8671ac193c767fd32205f9b55d076003a930435d 100644 (file)
@@ -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
index ef328b46641a553f038b2660e9750f1338383a28..bd3bb6810a23c9d0a50301189e65465d7b1d3588 100644 (file)
 # ----------------------------
 # 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])])
index 139579095533a13ca82db241a0b0e48a683767a2..11555706de4beeba23ffd4d0981f34d397d18ab7 100644 (file)
@@ -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
This page took 0.045932 seconds and 5 git commands to generate.