summaryrefslogtreecommitdiff
path: root/m4/save-cwd.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-10 06:53:45 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-09-10 06:53:45 +0000
commitd01e199f674be88351d5956a13fe6dc406efacb5 (patch)
tree42841d7d42fade7c6bd926c5f79867658d95b160 /m4/save-cwd.m4
parent3c634821894104eaaeaa6a21f615262bf6535462 (diff)
downloadgnulib-d01e199f674be88351d5956a13fe6dc406efacb5.tar.gz
Remove K&R cruft.
Diffstat (limited to 'm4/save-cwd.m4')
-rw-r--r--m4/save-cwd.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/save-cwd.m4 b/m4/save-cwd.m4
index fcafca9137..f127222813 100644
--- a/m4/save-cwd.m4
+++ b/m4/save-cwd.m4
@@ -1,5 +1,5 @@
-# save-cwd.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# save-cwd.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -9,7 +9,6 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_SAVE_CWD],
[
dnl Prerequisites for lib/save-cwd.c.
- AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
AC_CHECK_FUNCS(fchdir)
])