automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 1.7b


From: Alexandre Duret-Lutz
Subject: FYI: 1.7b
Date: Tue, 11 Nov 2003 22:40:18 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

2003-11-11  Alexandre Duret-Lutz  <address@hidden>

        * configure.ac, NEWS: Bump version to 1.7b.
        * Makefile.am (maintainer-check): Ignore comments while
        scanning for rm without -f.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.222
diff -u -r1.222 Makefile.am
--- Makefile.am 11 Nov 2003 21:08:15 -0000      1.222
+++ Makefile.am 11 Nov 2003 21:32:13 -0000
@@ -107,9 +107,8 @@
          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: Makefile.in
===================================================================
RCS file: /cvs/automake/automake/Makefile.in,v
retrieving revision 1.460
diff -u -r1.460 Makefile.in
--- Makefile.in 11 Nov 2003 21:08:15 -0000      1.460
+++ Makefile.in 11 Nov 2003 21:32:14 -0000
@@ -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 @@
          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
Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.242
diff -u -r1.242 NEWS
--- NEWS        11 Nov 2003 13:17:48 -0000      1.242
+++ NEWS        11 Nov 2003 21:32:14 -0000
@@ -1,4 +1,4 @@
-New in 1.7a:
+New in 1.7b:
 
 * Meta-News
 
Index: aclocal.m4
===================================================================
RCS file: /cvs/automake/automake/aclocal.m4,v
retrieving revision 1.118
diff -u -r1.118 aclocal.m4
--- aclocal.m4  10 Nov 2003 20:55:30 -0000      1.118
+++ aclocal.m4  11 Nov 2003 21:32:14 -0000
@@ -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: configure
===================================================================
RCS file: /cvs/automake/automake/configure,v
retrieving revision 1.166
diff -u -r1.166 configure
--- configure   11 Nov 2003 13:51:26 -0000      1.166
+++ configure   11 Nov 2003 21:32:19 -0000
@@ -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 <address@hidden>.
 #
@@ -269,8 +269,8 @@
 # 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='address@hidden'
 
 ac_unique_file="automake.in"
@@ -723,7 +723,7 @@
   # 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 @@
 
 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 @@
 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 @@
 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 @@
 # 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 @@
 
 # Define the identity of the package.
  PACKAGE='automake'
- VERSION='1.7a'
+ VERSION='1.7b'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2360,7 +2360,7 @@
 } >&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 @@
 
 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: configure.ac
===================================================================
RCS file: /cvs/automake/automake/configure.ac,v
retrieving revision 1.3
diff -u -r1.3 configure.ac
--- configure.ac        11 Nov 2003 13:51:26 -0000      1.3
+++ configure.ac        11 Nov 2003 21:32:19 -0000
@@ -24,7 +24,7 @@
 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], address@hidden)
+AC_INIT([GNU Automake], [1.7b], address@hidden)
 
 AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
Index: doc/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/doc/Makefile.in,v
retrieving revision 1.10
diff -u -r1.10 Makefile.in
--- doc/Makefile.in     11 Nov 2003 13:51:26 -0000      1.10
+++ doc/Makefile.in     11 Nov 2003 21:32:20 -0000
@@ -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: doc/stamp-vti
===================================================================
RCS file: /cvs/automake/automake/doc/stamp-vti,v
retrieving revision 1.8
diff -u -r1.8 stamp-vti
--- doc/stamp-vti       11 Nov 2003 00:07:16 -0000      1.8
+++ doc/stamp-vti       11 Nov 2003 21:32:20 -0000
@@ -1,4 +1,4 @@
 @set UPDATED 11 November 2003
 @set UPDATED-MONTH November 2003
address@hidden EDITION 1.7a
address@hidden VERSION 1.7a
address@hidden EDITION 1.7b
address@hidden VERSION 1.7b
Index: doc/version.texi
===================================================================
RCS file: /cvs/automake/automake/doc/version.texi,v
retrieving revision 1.8
diff -u -r1.8 version.texi
--- doc/version.texi    11 Nov 2003 00:07:16 -0000      1.8
+++ doc/version.texi    11 Nov 2003 21:32:20 -0000
@@ -1,4 +1,4 @@
 @set UPDATED 11 November 2003
 @set UPDATED-MONTH November 2003
address@hidden EDITION 1.7a
address@hidden VERSION 1.7a
address@hidden EDITION 1.7b
address@hidden VERSION 1.7b
Index: lib/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/lib/Makefile.in,v
retrieving revision 1.83
diff -u -r1.83 Makefile.in
--- lib/Makefile.in     11 Nov 2003 13:03:08 -0000      1.83
+++ lib/Makefile.in     11 Nov 2003 21:32:20 -0000
@@ -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: lib/Automake/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/Makefile.in,v
retrieving revision 1.93
diff -u -r1.93 Makefile.in
--- lib/Automake/Makefile.in    10 Nov 2003 20:55:32 -0000      1.93
+++ lib/Automake/Makefile.in    11 Nov 2003 21:32:20 -0000
@@ -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: lib/Automake/tests/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/tests/Makefile.in,v
retrieving revision 1.30
diff -u -r1.30 Makefile.in
--- lib/Automake/tests/Makefile.in      10 Nov 2003 20:55:32 -0000      1.30
+++ lib/Automake/tests/Makefile.in      11 Nov 2003 21:32:20 -0000
@@ -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: lib/am/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/lib/am/Makefile.in,v
retrieving revision 1.75
diff -u -r1.75 Makefile.in
--- lib/am/Makefile.in  10 Nov 2003 20:55:32 -0000      1.75
+++ lib/am/Makefile.in  11 Nov 2003 21:32:20 -0000
@@ -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: m4/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/m4/Makefile.in,v
retrieving revision 1.232
diff -u -r1.232 Makefile.in
--- m4/Makefile.in      10 Nov 2003 20:55:33 -0000      1.232
+++ m4/Makefile.in      11 Nov 2003 21:32:20 -0000
@@ -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: m4/amversion.m4
===================================================================
RCS file: /cvs/automake/automake/m4/amversion.m4,v
retrieving revision 1.2
diff -u -r1.2 amversion.m4
--- m4/amversion.m4     1 Oct 2003 07:14:51 -0000       1.2
+++ m4/amversion.m4     11 Nov 2003 21:32:20 -0000
@@ -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])])
Index: tests/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.in,v
retrieving revision 1.676
diff -u -r1.676 Makefile.in
--- tests/Makefile.in   10 Nov 2003 21:49:21 -0000      1.676
+++ tests/Makefile.in   11 Nov 2003 21:32:20 -0000
@@ -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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]