* m4/putenv.m4 (gl_FUNC_PUTENV): Move AC_LIBOBJ invocation from here...
* modules/putenv (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ putenv: Move AC_LIBOBJ invocations to module description.
+ * m4/putenv.m4 (gl_FUNC_PUTENV): Move AC_LIBOBJ invocation from here...
+ * modules/putenv (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
login_tty: Move AC_LIBOBJ invocations to module description.
-# putenv.m4 serial 17
+# putenv.m4 serial 18
dnl Copyright (C) 2002-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,
])
if test $gl_cv_func_svid_putenv = no; then
REPLACE_PUTENV=1
- AC_LIBOBJ([putenv])
fi
])
configure.ac:
gl_FUNC_PUTENV
+if test $REPLACE_PUTENV = 1; then
+ AC_LIBOBJ([putenv])
+fi
gl_STDLIB_MODULE_INDICATOR([putenv])
Makefile.am: