* m4/tmpfile.m4 (gl_FUNC_TMPFILE): Move AC_LIBOBJ and gl_PREREQ_TMPFILE
invocations from here...
* modules/tmpfile (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ tmpfile: Move AC_LIBOBJ invocations to module description.
+ * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Move AC_LIBOBJ and gl_PREREQ_TMPFILE
+ invocations from here...
+ * modules/tmpfile (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
times: Move AC_LIBOBJ invocations to module description.
-# tmpfile.m4 serial 1
+# tmpfile.m4 serial 2
# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
[gl_cv_func_tmpfile_unusable=no])])
if test $gl_cv_func_tmpfile_unusable = yes; then
REPLACE_TMPFILE=1
- AC_LIBOBJ([tmpfile])
- gl_PREREQ_TMPFILE
fi
])
configure.ac:
gl_FUNC_TMPFILE
+if test $REPLACE_TMPFILE = 1; then
+ AC_LIBOBJ([tmpfile])
+ gl_PREREQ_TMPFILE
+fi
gl_STDIO_MODULE_INDICATOR([tmpfile])
Makefile.am: