]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Drop usage of obsolete macros AC_EXEEXT and AC_OBJEXT.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 8 Mar 2008 12:16:03 +0000 (13:16 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 8 Mar 2008 12:16:03 +0000 (13:16 +0100)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/ansi4.test
tests/ansi6.test
tests/ansi7.test
tests/condlib.test
tests/cygwin32.test
tests/exeext2.test
tests/libobj11.test
tests/library.test
tests/txinfo5.test

index 31cb0539b2ee0c21b87e22ee4aa646db77993d35..27a81b605c2a64f20dcf2ed2830c5e90f9b987fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <Ralf.Wildenhues@gmx.de>
 
        Skip instsh3.test if `touch -t' does not work.
index b53486ef037a5560a1fa9751fc94bc35e98f42d6..f805ecaa63c2cf4fdb9e1dcc005b2750b560cca5 100755 (executable)
@@ -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'
index 2274559441789ea474a6c98869438228612dce3a..0ab1d3f9d8ce408a11d44e60ecd0e2ae787447c4 100755 (executable)
@@ -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
index 9afea75278baed5330103c71cc10ae8e96caa57b..bf64ebccc4a76dbcbca42cd52c7b2046a882dfa8 100755 (executable)
@@ -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
index b1d63435d23559a4a3e4638b4524cd08c2df373e..f1afa673e4292fb8aaae0db923639c137788549b 100755 (executable)
@@ -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
 
index 3a7f28a7dbdc85ca7600760aafea36dd54dd073d..42a9d0e2c0b0e22a3d224800a13624c6a085f49a 100755 (executable)
@@ -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'
index e5e14fc0e48672641e5f2e3ecc5df88a680d0d2c..0909552bc654b426998664f23f4ea58cd3a9c5d2 100755 (executable)
@@ -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'
index 215485638ab00239f83a49aa5097f05aa97dd51c..1611db4a04380f83676d5452460e9c09e3cb5beb 100755 (executable)
@@ -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
index 12371360fa8dfd324e5040bef67b7f55c783842b..ef374ad7f1faa3b0b7211d2d74fb624ad4a0c079 100755 (executable)
@@ -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
 
index f648f2d764d1d05692c87b15dd7e08a9941d0471..4782c179caed0f2da1e91a4b7e39692d87db4d29 100755 (executable)
@@ -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'