From 22dfae32e71dee267c5231a79b24426b18e3dd5e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 14 Jul 2010 13:10:09 +0200 Subject: Remove a couple of obsoleted tests. * tests/fpinstall.test: Removed. * tests/fpinst2.test: Likewise. * tests/Makefile.am (TESTS): Updated. --- ChangeLog | 5 +++++ tests/Makefile.am | 2 -- tests/Makefile.in | 2 -- tests/fpinst2.test | 33 --------------------------------- tests/fpinstall.test | 33 --------------------------------- 5 files changed, 5 insertions(+), 70 deletions(-) delete mode 100755 tests/fpinst2.test delete mode 100755 tests/fpinstall.test diff --git a/ChangeLog b/ChangeLog index 4ce7c6351..50407bb6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-08-08 Stefano Lattarini + Remove a couple of obsoleted tests. + * tests/fpinstall.test: Removed. + * tests/fpinst2.test: Likewise. + * tests/Makefile.am (TESTS): Updated. + Bootstrap: updated HACKING entry. * HACKING ("Working with git"): Explain how to override the autoconf and autom4te programs used by the bootstrap process. diff --git a/tests/Makefile.am b/tests/Makefile.am index 4fc4d1556..b27417b18 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -326,8 +326,6 @@ fort4.test \ fort5.test \ fonly.test \ fortdep.test \ -fpinst2.test \ -fpinstall.test \ gcj.test \ gcj2.test \ gcj3.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 1c7f21ba8..971415402 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -564,8 +564,6 @@ fort4.test \ fort5.test \ fonly.test \ fortdep.test \ -fpinst2.test \ -fpinstall.test \ gcj.test \ gcj2.test \ gcj3.test \ diff --git a/tests/fpinst2.test b/tests/fpinst2.test deleted file mode 100755 index c6b490021..000000000 --- a/tests/fpinst2.test +++ /dev/null @@ -1,33 +0,0 @@ -#! /bin/sh -# Copyright (C) 1996, 1998, 2000, 2001, 2002 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 -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# Test to make sure "reversed" order of AC_PROG_INSTALL and -# AC_PROG_INSTALL is not buggy. - -. ./defs || Exit 1 - -cat > configure.in << 'END' -AC_INIT -AM_INIT_AUTOMAKE(nonesuch, nonesuch) -AC_OUTPUT(Makefile) -END - -cat > Makefile.am <<'END' -bin_SCRIPTS = zot -END - -$ACLOCAL || Exit 1 -$AUTOMAKE || Exit 1 diff --git a/tests/fpinstall.test b/tests/fpinstall.test deleted file mode 100755 index 6c645ebab..000000000 --- a/tests/fpinstall.test +++ /dev/null @@ -1,33 +0,0 @@ -#! /bin/sh -# Copyright (C) 1996, 1998, 2000, 2001, 2002 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 -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# Test for bug reported by Thomas Morgan. If both AC_PROG_INSTALL and -# AC_PROG_INSTALL appear in configure.in, bad error results. - -. ./defs || Exit 1 - -cat > configure.in << 'END' -AC_INIT -AM_INIT_AUTOMAKE(nonesuch, nonesuch) -AC_OUTPUT(Makefile) -END - -cat > Makefile.am <<'END' -bin_SCRIPTS = zot -END - -$ACLOCAL || Exit 1 -$AUTOMAKE || Exit 1 -- cgit v1.2.1