+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ dirname*: Respect rules for use of AC_LIBOBJ.
+ * m4/dirname.m4 (gl_DIRNAME, gl_DIRNAME_LGPL): Remove AC_LIBOBJ
+ invocations.
+ * modules/dirname (Makefile.am): Augment lib_SOURCES.
+ * modules/dirname-lgpl (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
dirent-safer: Move AC_LIBOBJ invocations to module description.
-#serial 9 -*- autoconf -*-
+#serial 10 -*- autoconf -*-
dnl Copyright (C) 2002-2006, 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,
AC_DEFUN([gl_DIRNAME],
[
AC_REQUIRE([gl_DIRNAME_LGPL])
- AC_LIBOBJ([basename])
- AC_LIBOBJ([dirname])
])
AC_DEFUN([gl_DIRNAME_LGPL],
[
- AC_LIBOBJ([basename-lgpl])
- AC_LIBOBJ([dirname-lgpl])
- AC_LIBOBJ([stripslash])
-
dnl Prerequisites of lib/dirname.h.
AC_REQUIRE([gl_DOUBLE_SLASH_ROOT])