* m4/fsync.m4 (gl_FUNC_FSYNC): Move AC_LIBOBJ and gl_PREREQ_FSYNC
invocations from here...
* modules/fsync (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ fsync: Move AC_LIBOBJ invocations to module description.
+ * m4/fsync.m4 (gl_FUNC_FSYNC): Move AC_LIBOBJ and gl_PREREQ_FSYNC
+ invocations from here...
+ * modules/fsync (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
fsusage: Move AC_LIBOBJ invocations to module description.
-# fsync.m4 serial 1
+# fsync.m4 serial 2
dnl Copyright (C) 2008-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([fsync])
if test $ac_cv_func_fsync = no; then
HAVE_FSYNC=0
- AC_LIBOBJ([fsync])
- gl_PREREQ_FSYNC
fi
])
configure.ac:
gl_FUNC_FSYNC
+if test $HAVE_FSYNC = 0; then
+ AC_LIBOBJ([fsync])
+ gl_PREREQ_FSYNC
+fi
gl_UNISTD_MODULE_INDICATOR([fsync])
Makefile.am: