diff options
| author | Bruno Haible <bruno@clisp.org> | 2011-05-21 15:32:08 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:06:31 +0200 |
| commit | f63d7cb37eef9e239d6edc5200dfb287e2245820 (patch) | |
| tree | 1be8734aeb2abeef85a99d5d48c549ead13e6f02 /modules/mkdir | |
| parent | 656ac4f19e99484737effb760b30d192b4fa25e1 (diff) | |
| download | gnulib-f63d7cb37eef9e239d6edc5200dfb287e2245820.tar.gz | |
mkdir: Move AC_LIBOBJ invocations to module description.
* m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here...
* modules/mkdir (configure.ac): ... to here.
Diffstat (limited to 'modules/mkdir')
| -rw-r--r-- | modules/mkdir | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mkdir b/modules/mkdir index 44b9057fc8..032f1c5b61 100644 --- a/modules/mkdir +++ b/modules/mkdir @@ -11,6 +11,9 @@ dirname-lgpl [test $REPLACE_MKDIR = 1] configure.ac: gl_FUNC_MKDIR +if test $REPLACE_MKDIR = 1; then + AC_LIBOBJ([mkdir]) +fi Makefile.am: |
