# HG changeset patch # User Bruno Haible # Date 1305993818 -7200 # Node ID a30201cdf27e32329a3dba2e5f1e11187990dac5 # Parent 98ec1e084801649b13b6422efb61cb623aa78f7f 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-21 Bruno Haible + + 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 rawmemchr: Move AC_LIBOBJ invocations to module description. diff --git a/m4/read.m4 b/m4/read.m4 --- a/m4/read.m4 +++ b/m4/read.m4 @@ -1,4 +1,4 @@ -# 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, @@ -14,7 +14,6 @@ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_READ=1 - AC_LIBOBJ([read]) fi ]) ]) diff --git a/modules/read b/modules/read --- 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: