+2003-02-28 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Invoke gl_PATHMAX.
+
2003-02-22 Bruno Haible <bruno@clisp.org>
* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
+2003-02-28 Bruno Haible <bruno@clisp.org>
+
+ * pathmax.m4: New file, from gnulib.
+ * Makefile.am (EXTRA_DIST): Add it.
+
2003-02-22 Bruno Haible <bruno@clisp.org>
* flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed
--- /dev/null
+# pathmax.m4 serial 1 (gettext-0.12)
+dnl Copyright (C) 2002 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
+dnl that contains a configuration script generated by Autoconf, under
+dnl the same distribution terms as the rest of that program.
+
+AC_DEFUN([gl_PATHMAX],
+[
+ dnl Prerequisites of lib/pathmax.h.
+ AC_CHECK_HEADERS_ONCE(limits.h sys/param.h unistd.h)
+])