* m4/pread.m4 (gl_FUNC_PREAD): Move AC_LIBOBJ invocation from here...
* modules/pread (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ pread: Move AC_LIBOBJ invocations to module description.
+ * m4/pread.m4 (gl_FUNC_PREAD): Move AC_LIBOBJ invocation from here...
+ * modules/pread (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
posix_spawn*: Move AC_LIBOBJ invocations to module description.
-# pread.m4 serial 4
+# pread.m4 serial 5
dnl Copyright (C) 2009-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,
else
HAVE_PREAD=0
fi
- if test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1; then
- AC_LIBOBJ([pread])
- fi
])
configure.ac:
gl_FUNC_PREAD
+if test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1; then
+ AC_LIBOBJ([pread])
+fi
gl_UNISTD_MODULE_INDICATOR([pread])
Makefile.am: