summaryrefslogtreecommitdiff
path: root/m4/obstack-printf.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 16:33:49 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:35 +0200
commita43426bb51ec18d942bf986a298116545a739a0e (patch)
tree895887bb4b34469325a03c1ee45928da3a718997 /m4/obstack-printf.m4
parentef8178c73dcb4bd7987a16ae53bd4311873f8e1a (diff)
downloadgnulib-a43426bb51ec18d942bf986a298116545a739a0e.tar.gz
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.
Diffstat (limited to 'm4/obstack-printf.m4')
-rw-r--r--m4/obstack-printf.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/obstack-printf.m4 b/m4/obstack-printf.m4
index d07af216c9..20880af60f 100644
--- a/m4/obstack-printf.m4
+++ b/m4/obstack-printf.m4
@@ -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