projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881b91b
)
Conditionally emit AM_PROG_CC_C_O invocation to tests/configure.ac.
author
Bruno Haible
<bruno@clisp.org>
Sat, 3 Oct 2009 16:13:38 +0000
(18:13 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 3 Oct 2009 16:13:38 +0000
(18:13 +0200)
ChangeLog
patch
|
blob
|
history
gnulib-tool
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 8bcb8b19f70ab58163832d0fc8d18198fc262ec8..e747ef6f3482349b9171d777742c7fed3abb96fb 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2009-10-03 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
+ invocation to tests/configure.ac.
+ Reported by Ian Beckwith <ianb@erislabs.net>.
+
2009-10-02 Eric Blake <ebb9@byu.net>
fchdir: avoid compiler warning
diff --git
a/gnulib-tool
b/gnulib-tool
index ea018bd719b014503058e2103341a8bd8cc52a0d..397f442b35298b02fe5e87e9cb0c97e728584620 100755
(executable)
--- a/
gnulib-tool
+++ b/
gnulib-tool
@@
-4019,6
+4019,10
@@
func_create_testdir ()
echo "AC_PROG_MAKE_SET"
echo "AC_PROG_RANLIB"
echo
+ if test -n "$uses_subdirs"; then
+ echo "AM_PROG_CC_C_O"
+ echo
+ fi
for module in $modules; do
func_verify_module
if test -n "$module"; then