+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.
#! /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
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
#! /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
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
cat >> configure.in << 'END'
AC_PROG_CC
-AM_CONDITIONAL([FOOTEST], [false])
AC_OUTPUT
END