freopen: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sat, 7 May 2011 10:48:09 +0000 (12:48 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:00 +0000 (00:06 +0200)
* m4/freopen.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and gl_PREREQ_FREOPEN
invocations from here...
* modules/freopen (configure.ac): ... to here.

ChangeLog
m4/freopen.m4
modules/freopen

index 30a32c8cceca5d7f53c241878dd4073303c9d190..137725760f2adf2ea71fedd90e41ca26a2e75dac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 37476e00971c4e2cc4348d5ecb51e528700aa992..c981a11fb4b65993bc34a56a66b2901e0f540875 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -11,8 +11,6 @@ AC_DEFUN([gl_FUNC_FREOPEN],
   case "$host_os" in
     mingw* | pw*)
       REPLACE_FREOPEN=1
-      AC_LIBOBJ([freopen])
-      gl_PREREQ_FREOPEN
       ;;
   esac
 ])
index 5c556e4e054464eedbe13ce21f0dc380c30194e7..8704c04f4c8d8394982ea505a1d2375cb27af325 100644 (file)
@@ -10,6 +10,10 @@ stdio
 
 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: