* lib/am/distdir.am (distcheck): '=' is not valid in DOS filenames.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 13 Jan 2003 19:17:54 +0000 (19:17 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 13 Jan 2003 19:17:54 +0000 (19:17 +0000)
Use '_build' and '_inst' instead of '=build' and '=inst'.
* tests/man2.test: Reflect change automake: check for files in
'_build' and '_inst' directories instead of '=build' and '=inst'.

62 files changed:
ChangeLog.00 [moved from ChangeLog.2000 with 100% similarity]
ChangeLog.01 [moved from ChangeLog.2001 with 100% similarity]
ChangeLog.96 [moved from ChangeLog.1996 with 100% similarity]
ChangeLog.98 [moved from ChangeLog.1998 with 100% similarity]
Makefile.am
Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/aclocal2.test
tests/aclocal3.test [moved from tests/aclocalii.test with 100% similarity]
tests/aclocali.test [deleted file]
tests/aclocali1.test [deleted file]
tests/acoutbs.test [moved from tests/acouttbs.test with 100% similarity]
tests/acoutbs2.test [moved from tests/acouttbs2.test with 100% similarity]
tests/acoutpt.test [moved from tests/acoutput.test with 100% similarity]
tests/acoutpt2.test [moved from tests/acoutput2.test with 100% similarity]
tests/autohdr.test [moved from tests/autoheader.test with 100% similarity]
tests/autohdr2.test [moved from tests/autoheader2.test with 100% similarity]
tests/condinc.test [moved from tests/condincl.test with 100% similarity]
tests/condinc2.test [moved from tests/condincl2.test with 100% similarity]
tests/distcom.test [moved from tests/distcommon.test with 100% similarity]
tests/distcom2.test [moved from tests/distcommon2.test with 100% similarity]
tests/distcom3.test [moved from tests/distcommon3.test with 100% similarity]
tests/instdat.test [moved from tests/instdata.test with 100% similarity]
tests/instdat2.test [moved from tests/instdata2.test with 100% similarity]
tests/instsh.test [moved from tests/installsh.test with 100% similarity]
tests/instsh2.test [moved from tests/installsh2.test with 100% similarity]
tests/libobj12.test
tests/libobj13.test [moved from tests/libobj12b.test with 100% similarity]
tests/link_fc.test [moved from tests/link_f_c.test with 100% similarity]
tests/link_fccxx.test [moved from tests/link_f_c_cxx.test with 100% similarity]
tests/link_fcxx.test [moved from tests/link_f_cxx.test with 100% similarity]
tests/nodef.test [moved from tests/nodefine.test with 93% similarity]
tests/nodef2.test [moved from tests/nodefine2.test with 100% similarity]
tests/reqd.test [moved from tests/required.test with 100% similarity]
tests/reqd2.test [moved from tests/required2.test with 100% similarity]
tests/specflg.test [moved from tests/specflags.test with 100% similarity]
tests/specflg2.test [moved from tests/specflags2.test with 100% similarity]
tests/specflg3.test [moved from tests/specflags3.test with 100% similarity]
tests/specflg6.test [moved from tests/specflags6.test with 100% similarity]
tests/specflg7.test [moved from tests/specflags7.test with 100% similarity]
tests/specflg8.test [moved from tests/specflags8.test with 100% similarity]
tests/specflg9.test [moved from tests/specflags9.test with 100% similarity]
tests/srcsub.test [moved from tests/sourcesub.test with 100% similarity]
tests/srcsub2.test [moved from tests/sourcesub2.test with 100% similarity]
tests/subcond.test [moved from tests/subdircond.test with 100% similarity]
tests/subcond2.test [moved from tests/subdircond2.test with 95% similarity]
tests/subcond3.test [moved from tests/subdircond3.test with 95% similarity]
tests/txinfo.test [moved from tests/texinfo.test with 100% similarity]
tests/txinfo10.test [moved from tests/texinfo10.test with 100% similarity]
tests/txinfo13.test [moved from tests/texinfo13.test with 100% similarity]
tests/txinfo16.test [moved from tests/texinfo16.test with 100% similarity]
tests/txinfo17.test [moved from tests/texinfo17.test with 100% similarity]
tests/txinfo18.test [moved from tests/texinfo18.test with 100% similarity]
tests/txinfo2.test [moved from tests/texinfo2.test with 100% similarity]
tests/txinfo3.test [moved from tests/texinfo3.test with 100% similarity]
tests/txinfo4.test [moved from tests/texinfo4.test with 100% similarity]
tests/txinfo5.test [moved from tests/texinfo5.test with 100% similarity]
tests/txinfo6.test [moved from tests/texinfo6.test with 100% similarity]
tests/txinfo7.test [moved from tests/texinfo7.test with 100% similarity]
tests/txinfo8.test [moved from tests/texinfo8.test with 100% similarity]
tests/txinfo9.test [moved from tests/texinfo9.test with 100% similarity]

similarity index 100%
rename from ChangeLog.2000
rename to ChangeLog.00
similarity index 100%
rename from ChangeLog.2001
rename to ChangeLog.01
similarity index 100%
rename from ChangeLog.1996
rename to ChangeLog.96
similarity index 100%
rename from ChangeLog.1998
rename to ChangeLog.98
index a0925b1..e0f5c26 100644 (file)
@@ -37,7 +37,7 @@ ETAGS_ARGS = --lang=none \
  --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi
 TAGS_DEPENDENCIES = automake.texi
 
-EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 \
+EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 \
   $(AUTOMAKESOURCES)
 
 ## Make versioned links.  We only run the transform on the root name;
index 3e4736e..177d8cc 100644 (file)
@@ -109,7 +109,7 @@ ETAGS_ARGS = --lang=none \
 
 TAGS_DEPENDENCIES = automake.texi
 
-EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 \
+EXTRA_DIST = ChangeLog.96 ChangeLog.98 ChangeLog.00 ChangeLog.01 \
   $(AUTOMAKESOURCES)
 
 
@@ -487,12 +487,12 @@ distcheck: dist
        $(am__remove_distdir)
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
        chmod -R a-w $(distdir); chmod a+w $(distdir)
-       mkdir $(distdir)/=build
-       mkdir $(distdir)/=inst
+       mkdir $(distdir)/_build
+       mkdir $(distdir)/_inst
        chmod a-w $(distdir)
-       dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
+       dc_install_base=`$(am__cd) $(distdir)/_inst && pwd` \
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
-         && cd $(distdir)/=build \
+         && cd $(distdir)/_build \
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
            $(DISTCHECK_CONFIGURE_FLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) \
index 065d1c3..e445ece 100644 (file)
@@ -7,14 +7,14 @@ acinclude.test \
 aclibobj.test \
 aclocal.test \
 aclocal2.test \
-aclocali.test \
-aclocali1.test \
-aclocalii.test \
+aclocal.test \
+aclocal2.test \
+aclocal3.test \
 acoutnoq.test \
-acoutput.test \
-acoutput2.test \
+acoutpt.test \
+acoutpt2.test \
 acoutqnl.test \
-acouttbs.test \
+acoutbs.test \
 acsilent.test \
 acsubst.test \
 acsubst2.test \
@@ -34,8 +34,8 @@ ansi9.test \
 ansi10.test \
 ar.test \
 asm.test \
-autoheader.test \
-autoheader2.test \
+autohdr.test \
+autohdr2.test \
 auxdir.test \
 auxdir2.test \
 backsl.test \
@@ -99,8 +99,8 @@ cond26.test \
 cond27.test \
 cond28.test \
 condd.test \
-condincl.test \
-condincl2.test \
+condinc.test \
+condinc2.test \
 condlib.test \
 condman.test \
 condman2.test \
@@ -142,9 +142,9 @@ destdir.test \
 dirforbid.test \
 dirlist.test \
 discover.test \
-distcommon.test \
-distcommon2.test \
-distcommon3.test \
+distcom.test \
+distcom2.test \
+distcom3.test \
 distdir.test \
 distname.test \
 dollar.test \
@@ -199,10 +199,10 @@ insh.test \
 insh2.test \
 install2.test \
 installdir.test \
-installsh.test \
-installsh2.test \
-instdata.test \
-instdata2.test \
+instsh.test \
+instsh2.test \
+instdat.test \
+instdat2.test \
 instexec.test \
 insthook.test \
 instman.test \
@@ -229,7 +229,7 @@ libobj8.test \
 libobj10.test \
 libobj11.test \
 libobj12.test \
-libobj12b.test \
+libobj13.test \
 library.test \
 library2.test \
 library3.test \
@@ -241,9 +241,9 @@ libtool5.test \
 libtool6.test \
 link_c_cxx.test        \
 link_dist.test \
-link_f_c.test \
-link_f_c_cxx.test \
-link_f_cxx.test        \
+link_fc.test \
+link_fccxx.test \
+link_fcxx.test \
 link_f_only.test \
 lisp.test \
 lisp2.test \
@@ -265,8 +265,8 @@ mdate4.test \
 mkinst2.test \
 mkinstall.test \
 nobase.test \
-nodefine.test \
-nodefine2.test \
+nodef.test \
+nodef2.test \
 nodep.test \
 nodepcomp.test \
 nodist.test \
@@ -333,22 +333,22 @@ remake.test \
 remake2.test \
 remake3.test \
 req.test \
-required.test \
-required2.test \
+reqd.test \
+reqd2.test \
 rulepat.test \
 scripts.test \
 seenc.test \
 sinclude.test \
-sourcesub.test \
-sourcesub2.test \
+srcsub.test \
+srcsub2.test \
 space.test \
-specflags.test \
-specflags2.test        \
-specflags3.test        \
-specflags6.test        \
-specflags7.test        \
-specflags8.test        \
-specflags9.test        \
+specflg.test \
+specflg2.test  \
+specflg3.test  \
+specflg6.test  \
+specflg7.test  \
+specflg8.test  \
+specflg9.test  \
 spell.test \
 spell2.test \
 spell3.test \
@@ -365,9 +365,9 @@ subdir5.test \
 subdir6.test \
 subdir7.test \
 subdirbuiltsources.test \
-subdircond.test \
-subdircond2.test \
-subdircond3.test \
+subcond.test \
+subcond2.test \
+subcond3.test \
 subobj.test \
 subobj2.test \
 subobj3.test \
@@ -402,20 +402,20 @@ tagsub.test \
 target.test \
 target-cflags.test \
 targetclash.test \
-texinfo.test \
-texinfo2.test \
-texinfo3.test \
-texinfo4.test \
-texinfo5.test \
-texinfo6.test \
-texinfo7.test \
-texinfo8.test \
-texinfo9.test \
-texinfo10.test \
-texinfo13.test \
-texinfo16.test \
-texinfo17.test \
-texinfo18.test \
+txinfo.test \
+txinfo2.test \
+txinfo3.test \
+txinfo4.test \
+txinfo5.test \
+txinfo6.test \
+txinfo7.test \
+txinfo8.test \
+txinfo9.test \
+txinfo10.test \
+txinfo13.test \
+txinfo16.test \
+txinfo17.test \
+txinfo18.test \
 transform.test \
 unused.test \
 vars.test \
index 15620a6..c69f6e0 100644 (file)
@@ -100,14 +100,14 @@ acinclude.test \
 aclibobj.test \
 aclocal.test \
 aclocal2.test \
-aclocali.test \
-aclocali1.test \
-aclocalii.test \
+aclocal.test \
+aclocal2.test \
+aclocal3.test \
 acoutnoq.test \
-acoutput.test \
-acoutput2.test \
+acoutpt.test \
+acoutpt2.test \
 acoutqnl.test \
-acouttbs.test \
+acoutbs.test \
 acsilent.test \
 acsubst.test \
 acsubst2.test \
@@ -127,8 +127,8 @@ ansi9.test \
 ansi10.test \
 ar.test \
 asm.test \
-autoheader.test \
-autoheader2.test \
+autohdr.test \
+autohdr2.test \
 auxdir.test \
 auxdir2.test \
 backsl.test \
@@ -192,8 +192,8 @@ cond26.test \
 cond27.test \
 cond28.test \
 condd.test \
-condincl.test \
-condincl2.test \
+condinc.test \
+condinc2.test \
 condlib.test \
 condman.test \
 condman2.test \
@@ -235,9 +235,9 @@ destdir.test \
 dirforbid.test \
 dirlist.test \
 discover.test \
-distcommon.test \
-distcommon2.test \
-distcommon3.test \
+distcom.test \
+distcom2.test \
+distcom3.test \
 distdir.test \
 distname.test \
 dollar.test \
@@ -292,10 +292,10 @@ insh.test \
 insh2.test \
 install2.test \
 installdir.test \
-installsh.test \
-installsh2.test \
-instdata.test \
-instdata2.test \
+instsh.test \
+instsh2.test \
+instdat.test \
+instdat2.test \
 instexec.test \
 insthook.test \
 instman.test \
@@ -322,7 +322,7 @@ libobj8.test \
 libobj10.test \
 libobj11.test \
 libobj12.test \
-libobj12b.test \
+libobj13.test \
 library.test \
 library2.test \
 library3.test \
@@ -334,9 +334,9 @@ libtool5.test \
 libtool6.test \
 link_c_cxx.test        \
 link_dist.test \
-link_f_c.test \
-link_f_c_cxx.test \
-link_f_cxx.test        \
+link_fc.test \
+link_fccxx.test \
+link_fcxx.test \
 link_f_only.test \
 lisp.test \
 lisp2.test \
@@ -358,8 +358,8 @@ mdate4.test \
 mkinst2.test \
 mkinstall.test \
 nobase.test \
-nodefine.test \
-nodefine2.test \
+nodef.test \
+nodef2.test \
 nodep.test \
 nodepcomp.test \
 nodist.test \
@@ -426,22 +426,22 @@ remake.test \
 remake2.test \
 remake3.test \
 req.test \
-required.test \
-required2.test \
+reqd.test \
+reqd2.test \
 rulepat.test \
 scripts.test \
 seenc.test \
 sinclude.test \
-sourcesub.test \
-sourcesub2.test \
+srcsub.test \
+srcsub2.test \
 space.test \
-specflags.test \
-specflags2.test        \
-specflags3.test        \
-specflags6.test        \
-specflags7.test        \
-specflags8.test        \
-specflags9.test        \
+specflg.test \
+specflg2.test  \
+specflg3.test  \
+specflg6.test  \
+specflg7.test  \
+specflg8.test  \
+specflg9.test  \
 spell.test \
 spell2.test \
 spell3.test \
@@ -458,9 +458,9 @@ subdir5.test \
 subdir6.test \
 subdir7.test \
 subdirbuiltsources.test \
-subdircond.test \
-subdircond2.test \
-subdircond3.test \
+subcond.test \
+subcond2.test \
+subcond3.test \
 subobj.test \
 subobj2.test \
 subobj3.test \
@@ -495,20 +495,20 @@ tagsub.test \
 target.test \
 target-cflags.test \
 targetclash.test \
-texinfo.test \
-texinfo2.test \
-texinfo3.test \
-texinfo4.test \
-texinfo5.test \
-texinfo6.test \
-texinfo7.test \
-texinfo8.test \
-texinfo9.test \
-texinfo10.test \
-texinfo13.test \
-texinfo16.test \
-texinfo17.test \
-texinfo18.test \
+txinfo.test \
+txinfo2.test \
+txinfo3.test \
+txinfo4.test \
+txinfo5.test \
+txinfo6.test \
+txinfo7.test \
+txinfo8.test \
+txinfo9.test \
+txinfo10.test \
+txinfo13.test \
+txinfo16.test \
+txinfo17.test \
+txinfo18.test \
 transform.test \
 unused.test \
 vars.test \
index f2b38bb..c9461ac 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2000, 2002  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
-# Make sure aclocal works with macro that have parentheses in their
-# name.  Report from Tamara L. Dahlgren and Tom Epperly.
-
+# Make sure that ACLOCAL_AMFLAGS doesn't cause circular dependencies.
 . ./defs || exit 1
 
-set -e
+echo AM_QUUX >> configure.in
+
+cat > quux.m4 << 'END'
+AC_DEFUN([AM_QUUX], [
+])
+END
 
-mkdir m4
-cat >m4/f90.m4 <<EOF
-AC_DEFUN([AM_LANG_PREPROC(Fortran 90)], [...something...])
-EOF
+cat > Makefile.am << 'END'
+ACLOCAL_AMFLAGS = -I .
+END
 
-cat >acinclude.m4 <<EOF
-AC_DEFUN([AM_FUBAR],
-[AC_REQUIRE([AM_LANG_PREPROC(Fortran 90)])])
-EOF
+# We have to run aclocal first to make sure that aclocal.m4 exists.
+# Otherwise automake won't guess that we want to auto-generate it.
+$ACLOCAL -I . || exit 1
 
-cat >>configure.in <<EOF
-AM_FUBAR
-EOF
+$AUTOMAKE || exit 1
 
-$ACLOCAL -I m4 2>stderr
-cat stderr
-grep AM_LANG_PREPROC stderr && exit 1
-$FGREP 'AC_DEFUN([AM_LANG_PREPROC(Fortran 90)' aclocal.m4
+grep "\$(ACLOCAL_M4): *configure.in *quux.m4" Makefile.in || exit 1
similarity index 100%
rename from tests/aclocalii.test
rename to tests/aclocal3.test
diff --git a/tests/aclocali.test b/tests/aclocali.test
deleted file mode 100755 (executable)
index cd5ae38..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#! /bin/sh
-# Copyright (C) 1998, 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.
-
-# Make sure that ACLOCAL_AMFLAGS actually gets the right dependencies.
-. ./defs || exit 1
-
-echo AM_QUUX >> configure.in
-
-mkdir macros
-
-cat > macros/quux.m4 << 'END'
-AC_DEFUN([AM_QUUX], [
-])
-END
-
-cat > Makefile.am << 'END'
-ACLOCAL_AMFLAGS = -I macros
-END
-
-# We have to run aclocal first to make sure that aclocal.m4 exists.
-# Otherwise automake won't guess that we want to auto-generate it.
-$ACLOCAL -I macros || exit 1
-
-$AUTOMAKE || exit 1
-
-$FGREP quux.m4 Makefile.in
diff --git a/tests/aclocali1.test b/tests/aclocali1.test
deleted file mode 100755 (executable)
index c9461ac..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#! /bin/sh
-# Copyright (C) 2000, 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.
-
-# Make sure that ACLOCAL_AMFLAGS doesn't cause circular dependencies.
-. ./defs || exit 1
-
-echo AM_QUUX >> configure.in
-
-cat > quux.m4 << 'END'
-AC_DEFUN([AM_QUUX], [
-])
-END
-
-cat > Makefile.am << 'END'
-ACLOCAL_AMFLAGS = -I .
-END
-
-# We have to run aclocal first to make sure that aclocal.m4 exists.
-# Otherwise automake won't guess that we want to auto-generate it.
-$ACLOCAL -I . || exit 1
-
-$AUTOMAKE || exit 1
-
-grep "\$(ACLOCAL_M4): *configure.in *quux.m4" Makefile.in || exit 1
similarity index 100%
rename from tests/acouttbs.test
rename to tests/acoutbs.test
similarity index 100%
rename from tests/acouttbs2.test
rename to tests/acoutbs2.test
similarity index 100%
rename from tests/acoutput.test
rename to tests/acoutpt.test
similarity index 100%
rename from tests/acoutput2.test
rename to tests/acoutpt2.test
similarity index 100%
rename from tests/autoheader.test
rename to tests/autohdr.test
similarity index 100%
rename from tests/autoheader2.test
rename to tests/autohdr2.test
similarity index 100%
rename from tests/condincl.test
rename to tests/condinc.test
similarity index 100%
rename from tests/condincl2.test
rename to tests/condinc2.test
similarity index 100%
rename from tests/distcommon.test
rename to tests/distcom.test
similarity index 100%
rename from tests/distcommon2.test
rename to tests/distcom2.test
similarity index 100%
rename from tests/distcommon3.test
rename to tests/distcom3.test
similarity index 100%
rename from tests/instdata.test
rename to tests/instdat.test
similarity index 100%
rename from tests/instdata2.test
rename to tests/instdat2.test
similarity index 100%
rename from tests/installsh.test
rename to tests/instsh.test
similarity index 100%
rename from tests/installsh2.test
rename to tests/instsh2.test
index a390726..e8237e4 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -20,7 +20,7 @@
 
 
 # Test if a file can be mentioned in LIBOBJS and explicitly.
-# (See libobj12b.test for the LTLIBRARIES check.)
+# (See libobj13.test for the LTLIBRARIES check.)
 
 . ./defs || exit 1
 set -e
similarity index 100%
rename from tests/libobj12b.test
rename to tests/libobj13.test
similarity index 100%
rename from tests/link_f_c.test
rename to tests/link_fc.test
similarity index 100%
rename from tests/link_f_cxx.test
rename to tests/link_fcxx.test
similarity index 93%
rename from tests/nodefine.test
rename to tests/nodef.test
index 61bbd9c..eb51e27 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -28,7 +28,7 @@ set -e
 # Do not upgrade this file to use the modern AC_INIT/AM_INIT_AUTOMAKE
 # forms.  The day these obsolete AC_INIT and AM_INIT_AUTOMAKE forms
 # are dropped, just erase the file.
-# nodefine2.test contains the modern version of this test.
+# nodef2.test contains the modern version of this test.
 # -------------------------------------------------------------------
 
 # First, check that PACKAGE and VERSION are output by default.
similarity index 100%
rename from tests/nodefine2.test
rename to tests/nodef2.test
similarity index 100%
rename from tests/required.test
rename to tests/reqd.test
similarity index 100%
rename from tests/required2.test
rename to tests/reqd2.test
similarity index 100%
rename from tests/specflags.test
rename to tests/specflg.test
similarity index 100%
rename from tests/specflags2.test
rename to tests/specflg2.test
similarity index 100%
rename from tests/specflags3.test
rename to tests/specflg3.test
similarity index 100%
rename from tests/specflags6.test
rename to tests/specflg6.test
similarity index 100%
rename from tests/specflags7.test
rename to tests/specflg7.test
similarity index 100%
rename from tests/specflags8.test
rename to tests/specflg8.test
similarity index 100%
rename from tests/specflags9.test
rename to tests/specflg9.test
similarity index 100%
rename from tests/sourcesub.test
rename to tests/srcsub.test
similarity index 100%
rename from tests/sourcesub2.test
rename to tests/srcsub2.test
similarity index 100%
rename from tests/subdircond.test
rename to tests/subcond.test
similarity index 95%
rename from tests/subdircond2.test
rename to tests/subcond2.test
index 89303a8..c59deaa 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -20,7 +20,7 @@
 
 # The for conditional SUBDIRS.
 # SUBDIRS + AM_CONDITIONAL setup from the manual.
-# Lots of lines here are duplicated in subdircond3.test.
+# Lots of lines here are duplicated in subcond3.test.
 
 . ./defs || exit 1
 
similarity index 95%
rename from tests/subdircond3.test
rename to tests/subcond3.test
index 1ba3884..68691c9 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -20,7 +20,7 @@
 
 # The for conditional SUBDIRS.
 # SUBDIRS + AC_SUBST setup from the manual.
-# Lots of lines here are duplicated in subdircond2.test.
+# Lots of lines here are duplicated in subcond2.test.
 
 . ./defs || exit 1
 
similarity index 100%
rename from tests/texinfo.test
rename to tests/txinfo.test
similarity index 100%
rename from tests/texinfo10.test
rename to tests/txinfo10.test
similarity index 100%
rename from tests/texinfo13.test
rename to tests/txinfo13.test
similarity index 100%
rename from tests/texinfo16.test
rename to tests/txinfo16.test
similarity index 100%
rename from tests/texinfo17.test
rename to tests/txinfo17.test
similarity index 100%
rename from tests/texinfo18.test
rename to tests/txinfo18.test
similarity index 100%
rename from tests/texinfo2.test
rename to tests/txinfo2.test
similarity index 100%
rename from tests/texinfo3.test
rename to tests/txinfo3.test
similarity index 100%
rename from tests/texinfo4.test
rename to tests/txinfo4.test
similarity index 100%
rename from tests/texinfo5.test
rename to tests/txinfo5.test
similarity index 100%
rename from tests/texinfo6.test
rename to tests/txinfo6.test
similarity index 100%
rename from tests/texinfo7.test
rename to tests/txinfo7.test
similarity index 100%
rename from tests/texinfo8.test
rename to tests/txinfo8.test
similarity index 100%
rename from tests/texinfo9.test
rename to tests/txinfo9.test