* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Move AC_LIBOBJ and
gl_PREREQ_CHDIR_LONG invocations from here...
* modules/chdir-long (configure.ac): ... to here.
+2011-05-05 Bruno Haible <bruno@clisp.org>
+
+ chdir-long: Move AC_LIBOBJ invocations to module description.
+ * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Move AC_LIBOBJ and
+ gl_PREREQ_CHDIR_LONG invocations from here...
+ * modules/chdir-long (configure.ac): ... to here.
+
2011-05-05 Bruno Haible <bruno@clisp.org>
canonicalize-lgpl: Move AC_LIBOBJ invocations to module description.
-#serial 11
+#serial 12
# Use Gnulib's robust chdir function.
# It can handle arbitrarily long directory names, which means
#endif],
gl_cv_have_arbitrary_file_name_length_limit=yes,
gl_cv_have_arbitrary_file_name_length_limit=no)])
-
- if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then
- AC_LIBOBJ([chdir-long])
- gl_PREREQ_CHDIR_LONG
- fi
])
AC_DEFUN([gl_PREREQ_CHDIR_LONG],
configure.ac:
gl_FUNC_CHDIR_LONG
+if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then
+ AC_LIBOBJ([chdir-long])
+ gl_PREREQ_CHDIR_LONG
+fi
Makefile.am: