* m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations
from here...
* modules/nl_langinfo (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ nl_langinfo: Move AC_LIBOBJ invocations to module description.
+ * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations
+ from here...
+ * modules/nl_langinfo (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
nanosleep: Move AC_LIBOBJ invocations to module description.
-# nl_langinfo.m4 serial 4
+# nl_langinfo.m4 serial 5
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,
REPLACE_NL_LANGINFO=1
AC_DEFINE([REPLACE_NL_LANGINFO], [1],
[Define if nl_langinfo exists but is overridden by gnulib.])
- AC_LIBOBJ([nl_langinfo])
fi
else
HAVE_NL_LANGINFO=0
- AC_LIBOBJ([nl_langinfo])
fi
])
configure.ac:
gl_FUNC_NL_LANGINFO
+if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
+ AC_LIBOBJ([nl_langinfo])
+fi
gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
Makefile.am: