diff modules/read @ 15072:a30201cdf27e

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 18:03:38 +0200 (2011-05-21)
parents 8b22057e98d2
children b86e9061a6d0
line wrap: on
line diff
--- a/modules/read
+++ b/modules/read
@@ -10,6 +10,9 @@
 
 configure.ac:
 gl_FUNC_READ
+if test $REPLACE_READ = 1; then
+  AC_LIBOBJ([read])
+fi
 gl_UNISTD_MODULE_INDICATOR([read])
 
 Makefile.am: