* m4/strptime.m4 (gl_FUNC_STRPTIME): Move AC_LIBOBJ and
gl_PREREQ_STRPTIME invocations from here...
* modules/strptime (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ strptime: Move AC_LIBOBJ invocations to module description.
+ * m4/strptime.m4 (gl_FUNC_STRPTIME): Move AC_LIBOBJ and
+ gl_PREREQ_STRPTIME invocations from here...
+ * modules/strptime (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
strpbrk: Move AC_LIBOBJ invocations to module description.
-# strptime.m4 serial 6
+# strptime.m4 serial 7
dnl Copyright (C) 2007, 2009-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,
AC_CHECK_FUNCS_ONCE([strptime])
if test $ac_cv_func_strptime != yes; then
HAVE_STRPTIME=0
- AC_LIBOBJ([strptime])
- gl_PREREQ_STRPTIME
fi
])
configure.ac:
gl_FUNC_STRPTIME
+if test $HAVE_STRPTIME = 0; then
+ AC_LIBOBJ([strptime])
+ gl_PREREQ_STRPTIME
+fi
gl_TIME_MODULE_INDICATOR([strptime])
Makefile.am: