projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6dce1
)
Prefer lib_SOURCES over unconditional AC_LIBOBJ.
author
Bruno Haible
<bruno@clisp.org>
Sat, 6 Mar 2010 10:32:40 +0000
(11:32 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 6 Mar 2010 10:32:40 +0000
(11:32 +0100)
ChangeLog
patch
|
blob
|
history
modules/exitfail
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 8a4fcc7cf2d86694978872969f6bfe61f37a854e..4bd2a539fd1501e05f95c64b3dc961275d1ec585 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2010-03-06 Bruno Haible <bruno@clisp.org>
+
+ Prefer lib_SOURCES over unconditional AC_LIBOBJ.
+ * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
+ (Makefile.am): Augment lib_SOURCES instead.
+
2010-03-04 Jim Meyering <meyering@redhat.com>
utime: remove obsolete module
diff --git
a/modules/exitfail
b/modules/exitfail
index 3a5ec82d96dd973f0d69b9d5888d48b577848132..641f99d1beae3e2b2790f0d1f6030b3416d19854 100644
(file)
--- a/
modules/exitfail
+++ b/
modules/exitfail
@@
-9,9
+9,9
@@
Depends-on:
exit
configure.ac:
-AC_LIBOBJ([exitfail])
Makefile.am:
+lib_SOURCES += exitfail.c
Include:
"exitfail.h"