Add comments.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Aug 2009 15:10:21 +0000 (17:10 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 12 Aug 2009 15:10:21 +0000 (17:10 +0200)
ChangeLog
m4/getopt.m4

index e5dabb59ad41c72b06d0d1583f715aad9a660dd8..18677b4e23d475400c372c9063c6118af56d777a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-12  Bruno Haible  <bruno@clisp.org>
+
+       * m4/getopt.m4: Add comments.
+
 2009-08-12  Bruno Haible  <bruno@clisp.org>
 
        Disable multithread support by default on Cygwin 1.5.x.
index 9b683c2febbd599f6a8351105b01ff4633996b33..067838fcc55dd49545a0474b26e0f85a2e710a57 100644 (file)
@@ -1,5 +1,5 @@
-# getopt.m4 serial 14
-dnl Copyright (C) 2002-2006, 2008 Free Software Foundation, Inc.
+# getopt.m4 serial 15
+dnl Copyright (C) 2002-2006, 2008-2009 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.
@@ -16,6 +16,7 @@ AC_DEFUN([gl_GETOPT_SUBSTITUTE],
   gl_PREREQ_GETOPT
 ])
 
+# emacs' configure.in uses this.
 AC_DEFUN([gl_GETOPT_SUBSTITUTE_HEADER],
 [
   GETOPT_H=getopt.h
@@ -68,15 +69,18 @@ AC_DEFUN([gl_GETOPT_CHECK_HEADERS],
   fi
 ])
 
+# emacs' configure.in uses this.
 AC_DEFUN([gl_GETOPT_IFELSE],
 [
   AC_REQUIRE([gl_GETOPT_CHECK_HEADERS])
   AS_IF([test -n "$GETOPT_H"], [$1], [$2])
 ])
 
+# This is gnulib's entry-point.
 AC_DEFUN([gl_GETOPT], [gl_GETOPT_IFELSE([gl_GETOPT_SUBSTITUTE])])
 
 # Prerequisites of lib/getopt*.
+# emacs' configure.in uses this.
 AC_DEFUN([gl_PREREQ_GETOPT],
 [
   AC_CHECK_DECLS_ONCE([getenv])