automake-patches
[Top][All Lists]
Advanced

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

FYI: bump to 1.7.2b


From: Alexandre Duret-Lutz
Subject: FYI: bump to 1.7.2b
Date: Wed, 12 Feb 2003 17:15:41 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

2003-02-12  Alexandre Duret-Lutz  <address@hidden>

        * configure.in, NEWS: Bump version to 1.7.2b.

Index: Makefile.in
===================================================================
RCS file: /cvs/automake/automake/Makefile.in,v
retrieving revision 1.403.2.15
diff -u -r1.403.2.15 Makefile.in
--- Makefile.in 10 Feb 2003 23:34:12 -0000      1.403.2.15
+++ Makefile.in 12 Feb 2003 16:14:20 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.2a from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
 # @configure_input@
 
 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
@@ -699,7 +699,7 @@
 # Some simple checks, and then ordinary check.  These are only really
 # guaranteed to work on my machine.
 maintainer-check: automake aclocal
-       @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 24; then \
+       @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 28; then \
          echo "found too many diffs between automake.in and automake"; 1>&2; \
          diff -c $(srcdir)/automake.in automake; \
          exit 1; \
Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.198.2.24
diff -u -r1.198.2.24 NEWS
--- NEWS        11 Feb 2003 19:33:02 -0000      1.198.2.24
+++ NEWS        12 Feb 2003 16:14:20 -0000
@@ -1,4 +1,4 @@
-Bugs fixed in 1.7.2a:
+Bugs fixed in 1.7.2b:
 * Fix stamp files numbering (when using multiple AC_CONFIG_HEADERS).
 * Query distutils for `pythondir' and `pythonexecdir', instead of
   using an hardcoded path.  This should allow builds on 64-bit
Index: aclocal.m4
===================================================================
RCS file: /cvs/automake/automake/aclocal.m4,v
retrieving revision 1.104.2.9
diff -u -r1.104.2.9 aclocal.m4
--- aclocal.m4  10 Feb 2003 23:34:12 -0000      1.104.2.9
+++ aclocal.m4  12 Feb 2003 16:14:21 -0000
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.7.2a -*- Autoconf -*-
+# generated automatically by aclocal 1.7.2b -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
@@ -170,7 +170,7 @@
 # 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.7.2a])])
+        [AM_AUTOMAKE_VERSION([1.7.2b])])
 
 # Helper functions for option handling.                    -*- Autoconf -*-
 
@@ -583,11 +583,17 @@
     if depmode=$depmode \
        source=conftest.c object=conftest.o \
        depfile=conftest.Po tmpdepfile=conftest.TPo \
-       $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
+       $SHELL ./depcomp $depcc -c -o conftest.o conftest.c \
+         >/dev/null 2>conftest.err &&
        grep conftest.h conftest.Po > /dev/null 2>&1 &&
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-      am_cv_$1_dependencies_compiler_type=$depmode
-      break
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored.
+      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
+        am_cv_$1_dependencies_compiler_type=$depmode
+        break
+      fi
     fi
   done
 
Index: configure
===================================================================
RCS file: /cvs/automake/automake/configure,v
retrieving revision 1.139.2.10
diff -u -r1.139.2.10 configure
--- configure   11 Feb 2003 13:30:46 -0000      1.139.2.10
+++ configure   12 Feb 2003 16:14:23 -0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57a for GNU Automake 1.7.2a.
+# Generated by GNU Autoconf 2.57a for GNU Automake 1.7.2b.
 #
 # Report bugs to <address@hidden>.
 #
@@ -268,8 +268,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNU Automake'
 PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.7.2a'
-PACKAGE_STRING='GNU Automake 1.7.2a'
+PACKAGE_VERSION='1.7.2b'
+PACKAGE_STRING='GNU Automake 1.7.2b'
 PACKAGE_BUGREPORT='address@hidden'
 
 ac_unique_file="automake.in"
@@ -722,7 +722,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.7.2a to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.7.2b to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -784,7 +784,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Automake 1.7.2a:";;
+     short | recursive ) echo "Configuration of GNU Automake 1.7.2b:";;
    esac
   cat <<\_ACEOF
 
@@ -851,7 +851,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Automake configure 1.7.2a
+GNU Automake configure 1.7.2b
 generated by GNU Autoconf 2.57a
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -866,7 +866,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.7.2a, which was
+It was created by GNU Automake $as_me 1.7.2b, which was
 generated by GNU Autoconf 2.57a.  Invocation command line was
 
   $ $0 $@
@@ -1483,7 +1483,7 @@
 
 # Define the identity of the package.
  PACKAGE='automake'
- VERSION='1.7.2a'
+ VERSION='1.7.2b'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2186,7 +2186,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU Automake $as_me 1.7.2a, which was
+This file was extended by GNU Automake $as_me 1.7.2b, which was
 generated by GNU Autoconf 2.57a.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2241,7 +2241,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU Automake config.status 1.7.2a
+GNU Automake config.status 1.7.2b
 configured by $0, generated by GNU Autoconf 2.57a,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.120.2.8
diff -u -r1.120.2.8 configure.in
--- configure.in        5 Dec 2002 22:13:39 -0000       1.120.2.8
+++ configure.in        12 Feb 2003 16:14:23 -0000
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-# Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 # Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -19,7 +19,7 @@
 # 02111-1307, USA.
 
 AC_PREREQ(2.54)
-AC_INIT([GNU Automake], [1.7.2a], address@hidden)
+AC_INIT([GNU Automake], [1.7.2b], address@hidden)
 
 AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
Index: stamp-vti
===================================================================
RCS file: /cvs/automake/automake/stamp-vti,v
retrieving revision 1.212.2.20
diff -u -r1.212.2.20 stamp-vti
--- stamp-vti   9 Feb 2003 20:59:23 -0000       1.212.2.20
+++ stamp-vti   12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
 @set UPDATED 9 February 2003
 @set UPDATED-MONTH February 2003
address@hidden EDITION 1.7.2a
address@hidden VERSION 1.7.2a
address@hidden EDITION 1.7.2b
address@hidden VERSION 1.7.2b
Index: version.texi
===================================================================
RCS file: /cvs/automake/automake/version.texi,v
retrieving revision 1.284.2.20
diff -u -r1.284.2.20 version.texi
--- version.texi        9 Feb 2003 20:59:23 -0000       1.284.2.20
+++ version.texi        12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
 @set UPDATED 9 February 2003
 @set UPDATED-MONTH February 2003
address@hidden EDITION 1.7.2a
address@hidden VERSION 1.7.2a
address@hidden EDITION 1.7.2b
address@hidden VERSION 1.7.2b
Index: lib/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/lib/Makefile.in,v
retrieving revision 1.48.2.10
diff -u -r1.48.2.10 Makefile.in
--- lib/Makefile.in     10 Feb 2003 23:34:12 -0000      1.48.2.10
+++ lib/Makefile.in     12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.2a from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
 # @configure_input@
 
 # Copyright 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.49.2.10
diff -u -r1.49.2.10 Makefile.in
--- lib/Automake/Makefile.in    10 Feb 2003 23:34:12 -0000      1.49.2.10
+++ lib/Automake/Makefile.in    12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.2a from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
 # @configure_input@
 
 # Copyright 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.45.2.10
diff -u -r1.45.2.10 Makefile.in
--- lib/am/Makefile.in  10 Feb 2003 23:34:12 -0000      1.45.2.10
+++ lib/am/Makefile.in  12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.2a from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
 # @configure_input@
 
 # Copyright 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.199.2.11
diff -u -r1.199.2.11 Makefile.in
--- m4/Makefile.in      10 Feb 2003 23:34:13 -0000      1.199.2.11
+++ m4/Makefile.in      12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.2a from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
 # @configure_input@
 
 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Index: tests/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.in,v
retrieving revision 1.576.2.28
diff -u -r1.576.2.28 Makefile.in
--- tests/Makefile.in   11 Feb 2003 18:21:12 -0000      1.576.2.28
+++ tests/Makefile.in   12 Feb 2003 16:14:23 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.2a from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
 # @configure_input@
 
 # Copyright 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]