* m4/read.m4 (gl_FUNC_READ): Move AC_LIBOBJ invocation from here...
* modules/read (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ read: Move AC_LIBOBJ invocations to module description.
+ * m4/read.m4 (gl_FUNC_READ): Move AC_LIBOBJ invocation from here...
+ * modules/read (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
rawmemchr: Move AC_LIBOBJ invocations to module description.
-# read.m4 serial 1
+# read.m4 serial 2
dnl Copyright (C) 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,
gl_NONBLOCKING_IO
if test $gl_cv_have_nonblocking != yes; then
REPLACE_READ=1
- AC_LIBOBJ([read])
fi
])
])
configure.ac:
gl_FUNC_READ
+if test $REPLACE_READ = 1; then
+ AC_LIBOBJ([read])
+fi
gl_UNISTD_MODULE_INDICATOR([read])
Makefile.am: