* m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and
gl_PREREQ_SETLOCALE invocations from here...
* modules/setlocale (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ setlocale: Move AC_LIBOBJ invocations to module description.
+ * m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and
+ gl_PREREQ_SETLOCALE invocations from here...
+ * modules/setlocale (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
unsetenv: Move AC_LIBOBJ invocations to module description.
-# setlocale.m4 serial 3
+# setlocale.m4 serial 4
dnl Copyright (C) 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,
esac
;;
esac
- if test $REPLACE_SETLOCALE = 1; then
- AC_LIBOBJ([setlocale])
- gl_PREREQ_SETLOCALE
- fi
])
# Prerequisites of lib/setlocale.c.
configure.ac:
gl_FUNC_SETLOCALE
+if test $REPLACE_SETLOCALE = 1; then
+ AC_LIBOBJ([setlocale])
+ gl_PREREQ_SETLOCALE
+fi
gl_LOCALE_MODULE_INDICATOR([setlocale])
Makefile.am: