automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

drop usage of obsolete AC_OBJEXT and AC_EXEEXT


From: Ralf Wildenhues
Subject: drop usage of obsolete AC_OBJEXT and AC_EXEEXT
Date: Sat, 8 Mar 2008 13:19:36 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Applied to master and branch-1-10.

Cheers,
Ralf

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.

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'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]