mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
write-any-file: Move AC_LIBOBJ invocations to module description.
* m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ invocation. * modules/write-any-file (Makefile.am): Augment lib_SOURCES.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2011-05-23 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
write-any-file: Move AC_LIBOBJ invocations to module description.
|
||||||
|
* m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ
|
||||||
|
invocation.
|
||||||
|
* modules/write-any-file (Makefile.am): Augment lib_SOURCES.
|
||||||
|
|
||||||
2011-05-23 Bruno Haible <bruno@clisp.org>
|
2011-05-23 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
utimens: Move AC_LIBOBJ invocations to module description.
|
utimens: Move AC_LIBOBJ invocations to module description.
|
||||||
|
@@ -11,5 +11,4 @@
|
|||||||
AC_DEFUN([gl_WRITE_ANY_FILE],
|
AC_DEFUN([gl_WRITE_ANY_FILE],
|
||||||
[
|
[
|
||||||
AC_CHECK_HEADERS_ONCE([priv.h])
|
AC_CHECK_HEADERS_ONCE([priv.h])
|
||||||
AC_LIBOBJ([write-any-file])
|
|
||||||
])
|
])
|
||||||
|
@@ -14,6 +14,7 @@ configure.ac:
|
|||||||
gl_WRITE_ANY_FILE
|
gl_WRITE_ANY_FILE
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
lib_SOURCES += write-any-file.c
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"write-any-file.h"
|
"write-any-file.h"
|
||||||
|
Reference in New Issue
Block a user