* m4/freopen.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and gl_PREREQ_FREOPEN
invocations from here...
* modules/freopen (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ freopen: Move AC_LIBOBJ invocations to module description.
+ * m4/freopen.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and gl_PREREQ_FREOPEN
+ invocations from here...
+ * modules/freopen (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
free: Move AC_LIBOBJ invocations to module description.
-# freopen.m4 serial 2
+# freopen.m4 serial 3
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,
case "$host_os" in
mingw* | pw*)
REPLACE_FREOPEN=1
- AC_LIBOBJ([freopen])
- gl_PREREQ_FREOPEN
;;
esac
])
configure.ac:
gl_FUNC_FREOPEN
+if test $REPLACE_FREOPEN = 1; then
+ AC_LIBOBJ([freopen])
+ gl_PREREQ_FREOPEN
+fi
gl_STDIO_MODULE_INDICATOR([freopen])
Makefile.am: