* m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here...
* modules/write (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ write: Move AC_LIBOBJ invocations to module description.
+ * m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here...
+ * modules/write (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
wmemset: Move AC_LIBOBJ invocations to module description.
-# write.m4 serial 2
+# write.m4 serial 3
dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
REPLACE_WRITE=1
fi
])
- if test $REPLACE_WRITE = 1; then
- AC_LIBOBJ([write])
- fi
])
configure.ac:
gl_FUNC_WRITE
+if test $REPLACE_WRITE = 1; then
+ AC_LIBOBJ([write])
+fi
gl_UNISTD_MODULE_INDICATOR([write])
Makefile.am: