From: Bruno Haible Date: Sun, 22 May 2011 15:30:36 +0000 (+0200) Subject: xgetcwd: Simplify autoconf macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd102d1cb3c88b9627602725012c4a94ba89680;p=pspp xgetcwd: Simplify autoconf macro. * m4/xgetcwd.m4 (gl_XGETCWD): Don't require gl_FUNC_GETCWD. --- diff --git a/ChangeLog b/ChangeLog index 342a13039f..b35733cd14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-22 Bruno Haible + + xgetcwd: Simplify autoconf macro. + * m4/xgetcwd.m4 (gl_XGETCWD): Don't require gl_FUNC_GETCWD. + 2011-05-22 Bruno Haible New module 'mktime-internal'. 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]) ])