2005-02-02 Stepan Kasal * tests/Makefile.am (atconfig): Change the rule to be similar to Automake generated one. Index: tests/Makefile.am =================================================================== RCS file: /cvsroot/autoconf/autoconf/tests/Makefile.am,v retrieving revision 1.91 diff -u -r1.91 Makefile.am --- tests/Makefile.am 20 Dec 2004 04:09:13 -0000 1.91 +++ tests/Makefile.am 2 Feb 2005 13:39:25 -0000 @@ -1,7 +1,8 @@ ## Process this file with automake to create Makefile.in. -*-Makefile-*- ## Makefile for Autoconf testsuite. -## Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 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 @@ -108,7 +109,7 @@ mv address@hidden $@ atconfig: $(top_builddir)/config.status - cd $(top_builddir) && ./config.status tests/$@ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ clean-local: test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean