* 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>
+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.
#! /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
cat >> configure.in << 'END'
AC_PROG_CC
AM_C_PROTOTYPES
-AC_EXEEXT
-AC_OBJEXT
END
cat > Makefile.am << 'END'
#! /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
AC_PROG_CC
AC_PROG_CC_STDC
AM_C_PROTOTYPES
-AC_EXEEXT
-AC_OBJEXT
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
END
#! /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
AC_PROG_CC_STDC
AM_PROG_CC_C_O
AM_C_PROTOTYPES
-AC_EXEEXT
-AC_OBJEXT
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
END
#! /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
cat >> configure.in << 'END'
AC_PROG_RANLIB
AM_MAINTAINER_MODE
-AC_EXEEXT
AC_PROG_CC
END
#! /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
cat >> configure.in << 'END'
AC_PROG_CC
-AC_EXEEXT
END
cat > Makefile.am << 'END'
#! /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
cat >> configure.in << 'END'
AC_PROG_CC
-AC_EXEEXT
END
cat > Makefile.am << 'END'
#! /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
AM_INIT_AUTOMAKE(nonesuch, nonesuch)
AC_PROG_CC
AC_PROG_RANLIB
-AC_EXEEXT
AC_LIBOBJ([mountlist])
AC_OUTPUT(Makefile)
END
#! /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
cat >> configure.in << 'END'
AC_PROG_RANLIB
AM_MAINTAINER_MODE
-AC_EXEEXT
AC_PROG_CC
END
#! /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
cat >> configure.in << 'END'
AM_MAINTAINER_MODE
-AC_EXEEXT
END
cat > Makefile.am << 'END'