]> sourceware.org Git - automake.git/commitdiff
* tests/stamph.test: Delete.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 2 Jul 2003 23:19:38 +0000 (23:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 2 Jul 2003 23:19:38 +0000 (23:19 +0000)
* tests/Makefile.am (TESTS): Remove stamph.test.

ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/stamph.test [deleted file]

index 5032efc79ee55a0b214368dd991783fdc2da2181..e55a95e48489021d2307783d7d7a5035d0aaa577 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-07-03  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/stamph.test: Delete.
+       * tests/Makefile.am (TESTS): Remove stamph.test.
+
        * automake.in (handle_single_transform_list): Use $var->name
        to print variable in the configure-substitution diagnostic.
        Do not mention the parent when it is the variable itself.
index d4c12a52498aa6afe06828185c4e035022b0bf5f..033ce4325aa3ed6ba342afd46b01049ad37149e2 100644 (file)
@@ -381,7 +381,6 @@ spell.test \
 spell2.test \
 spell3.test \
 spelling.test \
-stamph.test \
 stamph2.test \
 stdlib.test \
 strip.test \
index 71343ba0106c8dcc849aa66c1eeb1b6a803bd6af..77c50490b28b4c10d4407efd46281acad84aacaa 100644 (file)
@@ -492,7 +492,6 @@ spell.test \
 spell2.test \
 spell3.test \
 spelling.test \
-stamph.test \
 stamph2.test \
 stdlib.test \
 strip.test \
diff --git a/tests/stamph.test b/tests/stamph.test
deleted file mode 100755 (executable)
index 15e28a7..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh
-# Copyright (C) 1997, 1998, 2000, 2001, 2002  Free Software Foundation, Inc.
-#
-# This file is part of GNU Automake.
-#
-# GNU Automake 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.
-#
-# GNU Automake 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 autoconf; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
-
-# Error if stamp-h appears in AC_OUTPUT line.
-
-. ./defs || exit 1
-
-cat > configure.in << 'END'
-AC_OUTPUT(Makefile stamp-h)
-END
-
-: > Makefile.am
-
-$ACLOCAL || exit 1
-$AUTOMAKE && exit 1
-exit 0
This page took 0.036865 seconds and 5 git commands to generate.