summaryrefslogtreecommitdiff
path: root/m4/chdir-long.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/chdir-long.m4')
-rw-r--r--m4/chdir-long.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/m4/chdir-long.m4 b/m4/chdir-long.m4
index 10490b8ec..eef75d767 100644
--- a/m4/chdir-long.m4
+++ b/m4/chdir-long.m4
@@ -1,12 +1,18 @@
-#serial 3
+#serial 4
-# Written by Jim Meyering.
# 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.
# Arrange to compile chdir-long.c only on systems that define PATH_MAX.
+dnl Copyright (C) 2004 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 with or without modifications, as long as this notice is preserved.
+
+# Written by Jim Meyering.
+
AC_DEFUN([gl_FUNC_CHDIR_LONG],
[
AC_LIBSOURCES([chdir-long.c, chdir-long.h])