obstack-printf*: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 14:33:49 +0000 (16:33 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:35 +0000 (00:06 +0200)
* m4/obstack-printf.m4 (gl_REPLACE_OBSTACK_PRINTF): Move AC_LIBOBJ
invocation from here...
* modules/obstack-printf (configure.ac): ... to here.
* modules/obstack-printf-posix (configure.ac): ... and here.

ChangeLog
m4/obstack-printf.m4
modules/obstack-printf
modules/obstack-printf-posix

index 8bda197a3091b555e73aaae786e450d5e0fd91f3..77ea926f582d190f525cb2ba31ec79d1b8097cb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       obstack-printf*: Move AC_LIBOBJ invocations to module description.
+       * m4/obstack-printf.m4 (gl_REPLACE_OBSTACK_PRINTF): Move AC_LIBOBJ
+       invocation from here...
+       * modules/obstack-printf (configure.ac): ... to here.
+       * modules/obstack-printf-posix (configure.ac): ... and here.
+
 2011-05-21  Bruno Haible  <bruno@clisp.org>
 
        nl_langinfo: Move AC_LIBOBJ invocations to module description.
index d07af216c95cd2d8ac8939254ecf51713a5ec3eb..20880af60f5685763476739b09b7794db66bdc7d 100644 (file)
@@ -1,4 +1,4 @@
-# obstack-printf.m4 serial 3
+# obstack-printf.m4 serial 4
 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,
@@ -25,7 +25,6 @@ AC_DEFUN([gl_FUNC_OBSTACK_PRINTF],
 AC_DEFUN([gl_REPLACE_OBSTACK_PRINTF],
 [
   AC_REQUIRE([gl_STDIO_H_DEFAULTS])
-  AC_LIBOBJ([obstack_printf])
   if test $ac_cv_func_obstack_printf = yes; then
     REPLACE_OBSTACK_PRINTF=1
   fi
index 3604ce29bcdc9547cce376d328ccc7e68bca6e36..324dde6889a23fa834023d8a2b3621f6f3f486ef 100644 (file)
@@ -13,6 +13,9 @@ extensions
 
 configure.ac:
 gl_FUNC_OBSTACK_PRINTF
+if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
+  AC_LIBOBJ([obstack_printf])
+fi
 gl_STDIO_MODULE_INDICATOR([obstack-printf])
 
 Makefile.am:
index 306a3df30b58807192f2eb959c8edd757f984d41..df56087771dbfae2c43f6fcad8e45b2c9730d8e0 100644 (file)
@@ -20,6 +20,9 @@ extensions
 
 configure.ac:
 gl_FUNC_OBSTACK_PRINTF_POSIX
+if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
+  AC_LIBOBJ([obstack_printf])
+fi
 gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
 
 Makefile.am: