* m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Move AC_LIBOBJ invocation from
here...
* modules/mkstemps (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ mkstemps: Move AC_LIBOBJ invocations to module description.
+ * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Move AC_LIBOBJ invocation from
+ here...
+ * modules/mkstemps (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
mkstemp: Move AC_LIBOBJ invocations to module description.
-# mkstemps.m4 serial 1
+# mkstemps.m4 serial 2
dnl Copyright (C) 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([mkstemps])
if test $ac_cv_func_mkstemps != yes; then
HAVE_MKSTEMPS=0
- AC_LIBOBJ([mkstemps])
fi
])
configure.ac:
gl_FUNC_MKSTEMPS
+if test $HAVE_MKSTEMPS = 0; then
+ AC_LIBOBJ([mkstemps])
+fi
gl_MODULE_INDICATOR([mkstemps])
gl_STDLIB_MODULE_INDICATOR([mkstemps])