mkancesdirs: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:42:17 +0000 (00:42 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:31 +0000 (00:07 +0200)
* m4/mkancesdirs.m4 (gl_MKANCESDIRS): Remove AC_LIBOBJ invocation.
* modules/mkancesdirs (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/mkancesdirs.m4
modules/mkancesdirs

index efa995c..3ac04fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       mkancesdirs: Move AC_LIBOBJ invocations to module description.
+       * m4/mkancesdirs.m4 (gl_MKANCESDIRS): Remove AC_LIBOBJ invocation.
+       * modules/mkancesdirs (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        mgetgroups: Move AC_LIBOBJ invocations to module description.
        * m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation.
        * modules/mgetgroups (Makefile.am): Augment lib_SOURCES.
index 2c16cc8..27bb4ab 100644 (file)
@@ -6,5 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MKANCESDIRS],
 [
-  AC_LIBOBJ([mkancesdirs])
+  :
 ])
index bff63e1..7ae1a48 100644 (file)
@@ -17,6 +17,7 @@ configure.ac:
 gl_MKANCESDIRS
 
 Makefile.am:
+lib_SOURCES += mkancesdirs.c
 
 Include:
 "mkancesdirs.h"