* m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here...
* modules/pipe-posix (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ pipe-posix: Move AC_LIBOBJ invocations to module description.
+ * m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here...
+ * modules/pipe-posix (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
openat: Respect rules for use of AC_LIBOBJ.
-# pipe.m4 serial 1
+# pipe.m4 serial 2
dnl Copyright (C) 2010-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,
AC_CHECK_FUNCS_ONCE([pipe])
if test $ac_cv_func_pipe != yes; then
HAVE_PIPE=0
- AC_LIBOBJ([pipe])
fi
])
configure.ac:
gl_FUNC_PIPE
+if test $HAVE_PIPE = 0; then
+ AC_LIBOBJ([pipe])
+fi
gl_UNISTD_MODULE_INDICATOR([pipe])
Makefile.am: