* m4/timegm.m4 (gl_FUNC_TIMEGM): Move AC_LIBOBJ and gl_PREREQ_TIMEGM
invocations from here...
* modules/timegm (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ timegm: Move AC_LIBOBJ invocations to module description.
+ * m4/timegm.m4 (gl_FUNC_TIMEGM): Move AC_LIBOBJ and gl_PREREQ_TIMEGM
+ invocations from here...
+ * modules/timegm (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
tcgetsid: Move AC_LIBOBJ invocations to module description.
-# timegm.m4 serial 10
+# timegm.m4 serial 11
dnl Copyright (C) 2003, 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,
else
HAVE_TIMEGM=0
fi
- if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
- AC_LIBOBJ([timegm])
- gl_PREREQ_TIMEGM
- fi
])
# Prerequisites of lib/timegm.c.
configure.ac:
gl_FUNC_TIMEGM
+if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
+ AC_LIBOBJ([timegm])
+ gl_PREREQ_TIMEGM
+fi
gl_TIME_MODULE_INDICATOR([timegm])
Makefile.am: