automake-patches
[Top][All Lists]
Advanced

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

Patch: FYI: NEWS update


From: Tom Tromey
Subject: Patch: FYI: NEWS update
Date: 27 Jul 2002 14:45:38 -0600

I'm checking this in.
This is the next step of the 1.4-p6 release process.
Mostly it is auto-generated; I'm just including it since I want to
make sure I'm not screwing up :-)

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * configure.in: Released Automake 1.4-p6.
        * NEWS: Updated.

Index: Makefile.in
===================================================================
RCS file: /cvs/automake/automake/Makefile.in,v
retrieving revision 1.217.4.12
diff -u -r1.217.4.12 Makefile.in
--- Makefile.in 14 Jul 2002 17:38:55 -0000 1.217.4.12
+++ Makefile.in 27 Jul 2002 20:39:43 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4-p5a from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.130.4.5
diff -u -r1.130.4.5 NEWS
--- NEWS 15 Jul 2001 17:17:51 -0000 1.130.4.5
+++ NEWS 27 Jul 2002 20:39:43 -0000
@@ -1,3 +1,6 @@
+New in 1.4-p6:
+* Versioned install support back-ported from 1.6
+
 New in 1.4-p5:
 * Allow AM_PROG_LIBTOOL again.
 * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
Index: aclocal.m4
===================================================================
RCS file: /cvs/automake/automake/aclocal.m4,v
retrieving revision 1.40.4.5
diff -u -r1.40.4.5 aclocal.m4
--- aclocal.m4 25 Jul 2002 16:57:16 -0000 1.40.4.5
+++ aclocal.m4 27 Jul 2002 20:39:43 -0000
@@ -1,4 +1,4 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4-p5a
+dnl aclocal.m4 generated automatically by aclocal 1.4-p6
 
 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
@@ -71,7 +71,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.4-p5a])])
+        [AM_AUTOMAKE_VERSION([1.4-p6])])
 
 #
 # Check to make sure that the build environment is sane.
Index: configure
===================================================================
RCS file: /cvs/automake/automake/configure,v
retrieving revision 1.62.4.12
diff -u -r1.62.4.12 configure
--- configure 25 Jul 2002 16:57:18 -0000 1.62.4.12
+++ configure 27 Jul 2002 20:39:44 -0000
@@ -693,7 +693,7 @@
 
 PACKAGE=automake
 
-VERSION=1.4-p5a
+VERSION=1.4-p6
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make 
distclean" there first" 1>&2; exit 1; }
Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.67.4.12
diff -u -r1.67.4.12 configure.in
--- configure.in 14 Jul 2002 17:38:57 -0000 1.67.4.12
+++ configure.in 27 Jul 2002 20:39:44 -0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(automake.in)
 
-AM_INIT_AUTOMAKE(automake, 1.4-p5a)
+AM_INIT_AUTOMAKE(automake, 1.4-p6)
 
 # 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.
Index: stamp-vti
===================================================================
RCS file: /cvs/automake/automake/stamp-vti,v
retrieving revision 1.68.4.11
diff -u -r1.68.4.11 stamp-vti
--- stamp-vti 14 Jul 2002 17:38:57 -0000 1.68.4.11
+++ stamp-vti 27 Jul 2002 20:39:44 -0000
@@ -1,3 +1,3 @@
 @set UPDATED 6 January 1999
address@hidden EDITION 1.4-p5a
address@hidden VERSION 1.4-p5a
address@hidden EDITION 1.4-p6
address@hidden VERSION 1.4-p6
Index: version.texi
===================================================================
RCS file: /cvs/automake/automake/version.texi,v
retrieving revision 1.141.4.11
diff -u -r1.141.4.11 version.texi
--- version.texi 14 Jul 2002 17:38:57 -0000 1.141.4.11
+++ version.texi 27 Jul 2002 20:39:44 -0000
@@ -1,3 +1,3 @@
 @set UPDATED 6 January 1999
address@hidden EDITION 1.4-p5a
address@hidden VERSION 1.4-p5a
address@hidden EDITION 1.4-p6
address@hidden VERSION 1.4-p6
Index: m4/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/m4/Makefile.in,v
retrieving revision 1.85.4.7
diff -u -r1.85.4.7 Makefile.in
--- m4/Makefile.in 14 Jul 2002 17:38:57 -0000 1.85.4.7
+++ m4/Makefile.in 27 Jul 2002 20:39:45 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4-p5a from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
Index: tests/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.in,v
retrieving revision 1.225.4.8
diff -u -r1.225.4.8 Makefile.in
--- tests/Makefile.in 25 Jul 2002 16:56:45 -0000 1.225.4.8
+++ tests/Makefile.in 27 Jul 2002 20:39:45 -0000
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4-p5a from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation



reply via email to

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