* m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Move AC_LIBOBJ and
gl_PREREQ_STRCHRNUL invocations from here...
* modules/strchrnul (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ strchrnul: Move AC_LIBOBJ invocations to module description.
+ * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Move AC_LIBOBJ and
+ gl_PREREQ_STRCHRNUL invocations from here...
+ * modules/strchrnul (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
strcasestr*: Move AC_LIBOBJ invocations to module description.
-# strchrnul.m4 serial 8
+# strchrnul.m4 serial 9
dnl Copyright (C) 2003, 2007, 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_STRCHRNUL=1 ;;
esac
fi
- if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then
- AC_LIBOBJ([strchrnul])
- gl_PREREQ_STRCHRNUL
- fi
])
# Prerequisites of lib/strchrnul.c.
configure.ac:
gl_FUNC_STRCHRNUL
+if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then
+ AC_LIBOBJ([strchrnul])
+ gl_PREREQ_STRCHRNUL
+fi
gl_STRING_MODULE_INDICATOR([strchrnul])
Makefile.am: