summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 17:30:36 +0200
committerBruno Haible <bruno@clisp.org>2011-05-22 17:30:36 +0200
commit2bd102d1cb3c88b9627602725012c4a94ba89680 (patch)
tree431a859f81f2323dce8a21ba091ec120365b43fb /m4
parent10b0d383559211c30490a72f2f2d3973dc60bf19 (diff)
downloadgnulib-2bd102d1cb3c88b9627602725012c4a94ba89680.tar.gz
xgetcwd: Simplify autoconf macro.
* m4/xgetcwd.m4 (gl_XGETCWD): Don't require gl_FUNC_GETCWD.
Diffstat (limited to 'm4')
-rw-r--r--m4/xgetcwd.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/xgetcwd.m4 b/m4/xgetcwd.m4
index 4ad788bb34..e876dfaf7b 100644
--- a/m4/xgetcwd.m4
+++ b/m4/xgetcwd.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
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,
@@ -7,6 +7,4 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_XGETCWD],
[
AC_LIBOBJ([xgetcwd])
-
- AC_REQUIRE([gl_FUNC_GETCWD])
])