* m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Move AC_LIBOBJ and
gl_PREREQ_DUPLOCALE invocations from here...
* modules/duplocale (configure.ac): ... to here.
+2011-05-06 Bruno Haible <bruno@clisp.org>
+
+ duplocale: Move AC_LIBOBJ invocations to module description.
+ * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Move AC_LIBOBJ and
+ gl_PREREQ_DUPLOCALE invocations from here...
+ * modules/duplocale (configure.ac): ... to here.
+
2011-05-05 Bruno Haible <bruno@clisp.org>
dirfd: Move AC_LIBOBJ invocations to module description.
-# duplocale.m4 serial 6
+# duplocale.m4 serial 7
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,
else
HAVE_DUPLOCALE=0
fi
- if test $REPLACE_DUPLOCALE = 1; then
- AC_LIBOBJ([duplocale])
- gl_PREREQ_DUPLOCALE
- fi
])
# Prerequisites of lib/duplocale.c.
configure.ac:
gl_FUNC_DUPLOCALE
+if test $REPLACE_DUPLOCALE = 1; then
+ AC_LIBOBJ([duplocale])
+ gl_PREREQ_DUPLOCALE
+fi
gl_LOCALE_MODULE_INDICATOR([duplocale])
Makefile.am: