summaryrefslogtreecommitdiff
path: root/gnulib/m4/getopt.m4
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-02-01 23:46:33 +0000
committerColin Watson <cjwatson@debian.org>2012-02-01 23:46:33 +0000
commit8410a03575f1a8550498f3d0b4ea51ff72edd780 (patch)
tree98b88fbce129cb9c69e3461394ead94c12731466 /gnulib/m4/getopt.m4
parent91c495389105a4cb6214fe176f703f498e4f0d91 (diff)
Upgrade to Automake 1.11.2 and Gnulib 20111211-stable.
* gnulib: Import closedir, fstat, and opendir modules.
Diffstat (limited to 'gnulib/m4/getopt.m4')
-rw-r--r--gnulib/m4/getopt.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/gnulib/m4/getopt.m4 b/gnulib/m4/getopt.m4
index 047a3db0..8ec6e794 100644
--- a/gnulib/m4/getopt.m4
+++ b/gnulib/m4/getopt.m4
@@ -1,4 +1,4 @@
-# getopt.m4 serial 38
+# getopt.m4 serial 39
dnl Copyright (C) 2002-2006, 2008-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,
@@ -25,8 +25,6 @@ AC_DEFUN([gl_FUNC_GETOPT_POSIX],
if test $REPLACE_GETOPT = 1; then
dnl Arrange for getopt.h to be created.
gl_GETOPT_SUBSTITUTE_HEADER
- dnl Arrange for unistd.h to include getopt.h.
- GNULIB_UNISTD_H_GETOPT=1
fi
])