projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2080551
)
Use check_PROGRAMS instead of noinst_PROGRAMS.
author
Bruno Haible
<bruno@clisp.org>
Sun, 30 Sep 2007 11:15:40 +0000
(13:15 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 30 Sep 2007 11:15:40 +0000
(13:15 +0200)
ChangeLog
patch
|
blob
|
history
modules/dirname-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 035b2c9996dce239cb81130a2d3124f5fb8ad6d8..d6a6e5760e3a7a3286de04580074c3c1ac5811fb 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-09-30 Bruno Haible <bruno@clisp.org>
+
+ * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
+
2007-09-29 Bruno Haible <bruno@clisp.org>
* lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
diff --git
a/modules/dirname-tests
b/modules/dirname-tests
index 7cc0ec749585ebf16e1033b5d7b17f5f2e88a5f0..e2e86e658f3c093c258509a63970439e5abbddc4 100644
(file)
--- a/
modules/dirname-tests
+++ b/
modules/dirname-tests
@@
-8,5
+8,5
@@
configure.ac:
Makefile.am:
TESTS += test-dirname
-
noinst
_PROGRAMS += test-dirname
+
check
_PROGRAMS += test-dirname
test_dirname_LDADD = $(LDADD) @LIBINTL@