1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

(gl_FUNC_CHDIR_LONG): Use AC_LIBSOURCES.

This commit is contained in:
Jim Meyering
2004-12-06 10:01:34 +00:00
parent 1de56a5dc3
commit 5a36ddca47
+3 -7
View File
@@ -1,18 +1,14 @@
#serial 1
#serial 2
# Written by Jim Meyering.
# Use Gnulib's robust replacement chdir function.
# Use Gnulib's robust chdir function.
# It can handle arbitrarily long directory names, which means
# that when it is given the name of an existing directory, it
# never fails with ENAMETOOLONG.
#
# It still fails with ENAMETOOLONG if the specified directory
# name contains a component that would provoke such a failure
# all by itself (e.g. if the component is longer than PATH_MAX
# on systems that define PATH_MAX).
AC_DEFUN([gl_FUNC_CHDIR_LONG],
[
AC_LIBSOURCES([chdir-long.c, chdir-long.h])
gl_PREREQ_CHDIR_LONG
])