summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2010-07-14 13:10:09 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2010-08-10 19:39:21 +0200
commit22dfae32e71dee267c5231a79b24426b18e3dd5e (patch)
treef0e032ddaa8d72a711b051fab3e8847e0448e52b
parentfbab1c8830e2dc05f01a72bebf989ada34af49ae (diff)
downloadautomake-22dfae32e71dee267c5231a79b24426b18e3dd5e.tar.gz
Remove a couple of obsoleted tests.
* tests/fpinstall.test: Removed. * tests/fpinst2.test: Likewise. * tests/Makefile.am (TESTS): Updated.
-rw-r--r--ChangeLog5
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/Makefile.in2
-rwxr-xr-xtests/fpinst2.test33
-rwxr-xr-xtests/fpinstall.test33
5 files changed, 5 insertions, 70 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce7c6351..50407bb6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-08-08 Stefano Lattarini <stefano.lattarini@gmail.com>
+ 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 <http://www.gnu.org/licenses/>.
-
-# 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 <http://www.gnu.org/licenses/>.
-
-# 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