]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Remove a couple of unneeded conditionals from tests.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 12 Jun 2010 12:15:42 +0000 (14:15 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 12 Jun 2010 12:15:42 +0000 (14:15 +0200)
* tests/pr243.test, tests/pr266.test, tests/strip.test: No need
for the FOOTEST conditional.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/pr243.test
tests/pr266.test
tests/strip.test

index 04602e2d8bdada84ca395684781821d7e3b5a63a..38c8948fa99f91d6f5aeeedf2dee78120f34195c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Remove a couple of unneeded conditionals from tests.
+       * tests/pr243.test, tests/pr266.test, tests/strip.test: No need
+       for the FOOTEST conditional.
+
 2010-06-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Modernize, improve and/or fix various test scripts.
index a3fdb8e003a7d034eae44e22897eb4964267d55f..a5e869edf939f0f2c021e13be87d116fb993b823 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002, 2009  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2009, 2010 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_INIT(foo, 0.1, dev@null)
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 AC_PROG_CC
-AM_CONDITIONAL(FOOTEST, false)
 AC_CONFIG_FILES(Makefile:Makefile.in:tail.mk)
 AC_OUTPUT
 END
index 865369f933f75ee3d5b85f8d966df1778cad1dc2..a1cd2fed2462ad51fc10306820a29695357dd409 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002, 2009  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2009, 2010 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_INIT(foo, 0.1, dev@null)
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 AC_PROG_CC
-AM_CONDITIONAL(FOOTEST, false)
 AC_CONFIG_FILES(Maudefile)
 AC_OUTPUT
 END
index a005a9ae8528b055ee69312d74f655ac5045b88b..12fe6b4898f0521117249f388cf1979287d4d7ee 100755 (executable)
@@ -22,7 +22,6 @@ set -e
 
 cat >> configure.in << 'END'
 AC_PROG_CC
-AM_CONDITIONAL([FOOTEST], [false])
 AC_OUTPUT
 END