* m4/strtod.m4 (gl_FUNC_STRTOD): Move AC_LIBOBJ and gl_PREREQ_STRTOD
invocations from here...
* modules/strtod (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ strtod: Move AC_LIBOBJ invocations to module description.
+ * m4/strtod.m4 (gl_FUNC_STRTOD): Move AC_LIBOBJ and gl_PREREQ_STRTOD
+ invocations from here...
+ * modules/strtod (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
strstr*: Move AC_LIBOBJ invocations to module description.
-# strtod.m4 serial 20
+# strtod.m4 serial 21
dnl Copyright (C) 2002-2003, 2006-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_STRTOD=1
fi
fi
- if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then
- AC_LIBOBJ([strtod])
- gl_PREREQ_STRTOD
- fi
])
# Prerequisites of lib/strtod.c.
configure.ac:
gl_FUNC_STRTOD
+if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then
+ AC_LIBOBJ([strtod])
+ gl_PREREQ_STRTOD
+fi
gl_STDLIB_MODULE_INDICATOR([strtod])
Makefile.am: