[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-14-g7f351a2 |
Date: |
Sat, 08 Mar 2008 12:19:36 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=7f351a26883ea23a305a568fb91be840a86e6ab5
The branch, branch-1-10 has been updated
via 7f351a26883ea23a305a568fb91be840a86e6ab5 (commit)
from 6a338adef43435d9299d70db1ffb3c1682ee7266 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7f351a26883ea23a305a568fb91be840a86e6ab5
Author: Ralf Wildenhues <address@hidden>
Date: Sat Mar 8 13:16:03 2008 +0100
Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT.
* tests/ansi4.test: Drop AC_OBJEXT and AC_EXEEXT.
* tests/ansi6.test: Likewise.
* tests/ansi7.test: Likewise.
* tests/condlib.test: Likewise.
* tests/cygwin32.test: Likewise.
* tests/exeext2.test: Likewise.
* tests/libobj11.test: Likewise.
* tests/library.test: Likewise.
* tests/txinfo5.test: Likewise.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++++
tests/ansi4.test | 4 +---
tests/ansi6.test | 4 +---
tests/ansi7.test | 4 +---
tests/condlib.test | 3 +--
tests/cygwin32.test | 3 +--
tests/exeext2.test | 3 +--
tests/libobj11.test | 3 +--
tests/library.test | 3 +--
tests/txinfo5.test | 3 +--
10 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 512bcc0..f590817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-03-08 Ralf Wildenhues <address@hidden>
+
+ Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT.
+ * tests/ansi4.test: Drop AC_OBJEXT and AC_EXEEXT.
+ * tests/ansi6.test: Likewise.
+ * tests/ansi7.test: Likewise.
+ * tests/condlib.test: Likewise.
+ * tests/cygwin32.test: Likewise.
+ * tests/exeext2.test: Likewise.
+ * tests/libobj11.test: Likewise.
+ * tests/library.test: Likewise.
+ * tests/txinfo5.test: Likewise.
+
2008-03-03 Ralf Wildenhues <address@hidden>
Skip instsh3.test if `touch -t' does not work.
diff --git a/tests/ansi4.test b/tests/ansi4.test
index 915c795..8d19dac 100755
--- a/tests/ansi4.test
+++ b/tests/ansi4.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2001, 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -25,8 +25,6 @@
cat >> configure.in << 'END'
AC_PROG_CC
AM_C_PROTOTYPES
-AC_EXEEXT
-AC_OBJEXT
END
cat > Makefile.am << 'END'
diff --git a/tests/ansi6.test b/tests/ansi6.test
index bb55ae4..4416cd5 100755
--- a/tests/ansi6.test
+++ b/tests/ansi6.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2006, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -30,8 +30,6 @@ AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_CC_STDC
AM_C_PROTOTYPES
-AC_EXEEXT
-AC_OBJEXT
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
END
diff --git a/tests/ansi7.test b/tests/ansi7.test
index 82cfcbb..ec650ad 100755
--- a/tests/ansi7.test
+++ b/tests/ansi7.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -32,8 +32,6 @@ AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O
AM_C_PROTOTYPES
-AC_EXEEXT
-AC_OBJEXT
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
END
diff --git a/tests/condlib.test b/tests/condlib.test
index 79b19d0..4a98b8f 100755
--- a/tests/condlib.test
+++ b/tests/condlib.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -26,7 +26,6 @@
cat >> configure.in << 'END'
AC_PROG_RANLIB
AM_MAINTAINER_MODE
-AC_EXEEXT
AC_PROG_CC
END
diff --git a/tests/cygwin32.test b/tests/cygwin32.test
index c5d8395..c455683 100755
--- a/tests/cygwin32.test
+++ b/tests/cygwin32.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1997, 1999, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1999, 2001, 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -24,7 +24,6 @@
cat >> configure.in << 'END'
AC_PROG_CC
-AC_EXEEXT
END
cat > Makefile.am << 'END'
diff --git a/tests/exeext2.test b/tests/exeext2.test
index a35e196..047f817 100755
--- a/tests/exeext2.test
+++ b/tests/exeext2.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -26,7 +26,6 @@ set -e
cat >> configure.in << 'END'
AC_PROG_CC
-AC_EXEEXT
END
cat > Makefile.am << 'END'
diff --git a/tests/libobj11.test b/tests/libobj11.test
index 14d4185..4eac93f 100755
--- a/tests/libobj11.test
+++ b/tests/libobj11.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -27,7 +27,6 @@ AC_INIT
AM_INIT_AUTOMAKE(nonesuch, nonesuch)
AC_PROG_CC
AC_PROG_RANLIB
-AC_EXEEXT
AC_LIBOBJ([mountlist])
AC_OUTPUT(Makefile)
END
diff --git a/tests/library.test b/tests/library.test
index 03a12e2..56db2cf 100755
--- a/tests/library.test
+++ b/tests/library.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2001, 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -25,7 +25,6 @@
cat >> configure.in << 'END'
AC_PROG_RANLIB
AM_MAINTAINER_MODE
-AC_EXEEXT
AC_PROG_CC
END
diff --git a/tests/txinfo5.test b/tests/txinfo5.test
index 7158889..7853deb 100755
--- a/tests/txinfo5.test
+++ b/tests/txinfo5.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2001, 2002, 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -24,7 +24,6 @@
cat >> configure.in << 'END'
AM_MAINTAINER_MODE
-AC_EXEEXT
END
cat > Makefile.am << 'END'
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-14-g7f351a2,
Ralf Wildenhues <=