* m4/fopen.m4 (gl_FUNC_FOPEN): Move AC_LIBOBJ and gl_PREREQ_FOPEN
invocations from here...
* modules/fopen (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ fopen: Move AC_LIBOBJ invocations to module description.
+ * m4/fopen.m4 (gl_FUNC_FOPEN): Move AC_LIBOBJ and gl_PREREQ_FOPEN
+ invocations from here...
+ * modules/fopen (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
fnmatch, fnmatch-gnu: Move AC_LIBOBJ invocations to module description.
-# fopen.m4 serial 7
+# fopen.m4 serial 8
dnl Copyright (C) 2007-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,
REPLACE_FOPEN=1
;;
esac
- if test $REPLACE_FOPEN = 1; then
- AC_LIBOBJ([fopen])
- gl_PREREQ_FOPEN
- fi
])
# Prerequisites of lib/fopen.c.
configure.ac:
gl_FUNC_FOPEN
+if test $REPLACE_FOPEN = 1; then
+ AC_LIBOBJ([fopen])
+ gl_PREREQ_FOPEN
+fi
gl_STDIO_MODULE_INDICATOR([fopen])
Makefile.am: