* m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from
here...
* modules/setenv (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ setenv: Move AC_LIBOBJ invocations to module description.
+ * m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from
+ here...
+ * modules/setenv (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
selinux-h: Move AC_LIBOBJ invocations to module description.
-# setenv.m4 serial 22
+# setenv.m4 serial 23
dnl Copyright (C) 2001-2004, 2006-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,
REPLACE_SETENV=1
fi
fi
- if test $HAVE_SETENV$REPLACE_SETENV != 10; then
- AC_LIBOBJ([setenv])
- fi
])
# Like gl_FUNC_SETENV, except prepare for separate compilation
configure.ac:
gl_FUNC_SETENV
+if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then
+ AC_LIBOBJ([setenv])
+fi
gl_STDLIB_MODULE_INDICATOR([setenv])
Makefile.am: