[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05-fyi-check-scripts.patch
From: |
Akim Demaille |
Subject: |
05-fyi-check-scripts.patch |
Date: |
Tue, 05 Feb 2002 09:09:55 +0100 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
to make sure they are up to date when `check' is run.
Index: tests/Makefile.am
--- tests/Makefile.am Wed, 30 Jan 2002 21:23:41 +0100 akim
+++ tests/Makefile.am Mon, 04 Feb 2002 22:59:32 +0100 akim
@@ -24,9 +24,10 @@
atlocal.in package.m4
# Running the uninstalled scripts.
-WRAPPERS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
+check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate
ifnames
-DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(WRAPPERS)
+# FIXME: Why doesn't Automake clean these?
+DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
## ------------ ##
## package.m4. ##
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 05-fyi-check-scripts.patch,
Akim Demaille <=