[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-130-ge1435cc |
Date: |
Sat, 08 Mar 2008 12:19:37 +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=e1435cc7877e36ad4d23f45dd525b877084ec3bc
The branch, master has been updated
via e1435cc7877e36ad4d23f45dd525b877084ec3bc (commit)
from 54906084639b747f57de889b6036b5805506d0b5 (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 e1435cc7877e36ad4d23f45dd525b877084ec3bc
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 31cb053..27a81b6 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 b53486e..f805eca 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,8 +21,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 2274559..0ab1d3f 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,8 +26,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 9afea75..bf64ebc 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,8 +28,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 b1d6343..f1afa67 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,7 +22,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 3a7f28a..42a9d0e 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,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 e5e14fc..0909552 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -22,7 +22,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 2154856..1611db4 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,7 +23,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 1237136..ef374ad 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,7 +21,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 f648f2d..4782c17 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 program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,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, master, updated. Release-1-10-130-ge1435cc,
Ralf Wildenhues <=