* m4/strerror.m4 (gl_FUNC_STRERROR): Move AC_LIBOBJ and
gl_PREREQ_STRERROR invocations from here...
* modules/strerror (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ strerror: Move AC_LIBOBJ invocations to module description.
+ * m4/strerror.m4 (gl_FUNC_STRERROR): Move AC_LIBOBJ and
+ gl_PREREQ_STRERROR invocations from here...
+ * modules/strerror (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
perror: Use common idiom.
-# strerror.m4 serial 11
+# strerror.m4 serial 12
dnl Copyright (C) 2002, 2007-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,
dnl to <errno.h>. Replace it.
REPLACE_STRERROR=1
fi
- if test $REPLACE_STRERROR = 1; then
- AC_LIBOBJ([strerror])
- gl_PREREQ_STRERROR
- fi
])
# Prerequisites of lib/strerror.c.
configure.ac:
gl_FUNC_STRERROR
+if test $REPLACE_STRERROR = 1; then
+ AC_LIBOBJ([strerror])
+ gl_PREREQ_STRERROR
+fi
gl_MODULE_INDICATOR([strerror])
gl_STRING_MODULE_INDICATOR([strerror])