]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
For PR automake/505:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 9 Oct 2006 19:54:19 +0000 (19:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 9 Oct 2006 19:54:19 +0000 (19:54 +0000)
* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES):
Fix typo: `config.status.lineno', not `configure.status.lineno'.

ChangeLog
Makefile.in
lib/Automake/tests/Makefile.in
lib/am/configure.am
tests/Makefile.in

index b67b13b670edcb720f06c1f8df5d57943f5bedfa..4e7f2de63c16478c185639181a58defd7b309890 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-09  andi5.py@gmx.net  (tiny change)
+
+       For PR automake/505:
+       * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): 
+       Fix typo: `config.status.lineno', not `configure.status.lineno'.
+
 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * NEWS: Mention that `install-sh' needs executable permissions.
index 1fe8971001a28b7cf97051db2a46225d3dcef81e..d04a14acdc4cb553f284b7c98b3dc10d66d3897f 100644 (file)
@@ -47,7 +47,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
 CONFIG_CLEAN_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)"
index 7c50263aab662e9b2f3433e4b21a6414fc96b309..0fbc11c02402d87bbc92ee1c77e1a1da5be8e5ce 100644 (file)
@@ -182,7 +182,7 @@ CTAGS:
 check-TESTS: $(TESTS)
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
        srcdir=$(srcdir); export srcdir; \
-       list='$(TESTS)'; \
+       list=' $(TESTS) '; \
        if test -n "$$list"; then \
          for tst in $$list; do \
            if test -f ./$$tst; then dir=./; \
index e7cea028d0c5a698daa872d3bd1911dfe639383d..6c55d39dd34d0b060702fe7280345b94810973e6 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003, 2004, 2006  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
@@ -131,7 +131,7 @@ endif %?REGEN-ACLOCAL-M4%
 
 if %?TOPDIR_P%
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 distclean:
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
index 310c50542dd21de04736f7b9041ab8b43cceac82..a3d55279cc4033e94acc9a7e1292ed89f79108d4 100644 (file)
@@ -787,7 +787,7 @@ CTAGS:
 check-TESTS: $(TESTS)
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
        srcdir=$(srcdir); export srcdir; \
-       list='$(TESTS)'; \
+       list=' $(TESTS) '; \
        if test -n "$$list"; then \
          for tst in $$list; do \
            if test -f ./$$tst; then dir=./; \