diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rwxr-xr-x | tests/ansi4.test | 4 | ||||
-rwxr-xr-x | tests/ansi6.test | 4 | ||||
-rwxr-xr-x | tests/ansi7.test | 4 | ||||
-rwxr-xr-x | tests/condlib.test | 3 | ||||
-rwxr-xr-x | tests/cygwin32.test | 3 | ||||
-rwxr-xr-x | tests/exeext2.test | 3 | ||||
-rwxr-xr-x | tests/libobj11.test | 3 | ||||
-rwxr-xr-x | tests/library.test | 3 | ||||
-rwxr-xr-x | tests/txinfo5.test | 3 |
10 files changed, 22 insertions, 21 deletions
@@ -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. diff --git a/tests/ansi4.test b/tests/ansi4.test index b53486ef0..f805ecaa6 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 227455944..0ab1d3f9d 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 9afea7527..bf64ebccc 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 b1d63435d..f1afa673e 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 3a7f28a7d..42a9d0e2c 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 e5e14fc0e..0909552bc 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 215485638..1611db4a0 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 12371360f..ef374ad7f 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 f648f2d76..4782c179c 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' |