diff options
author | Bruno Haible <bruno@clisp.org> | 2003-03-13 10:30:19 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:15 +0200 |
commit | 9a8677ddac3d50910914f1e0481db55be6a735d0 (patch) | |
tree | af1a57af819ed663c786b548a86c75cf3fbb2a25 /gettext-tools/m4/pathmax.m4 | |
parent | 4dabf40884759aa2bc7de410121925bff0e64340 (diff) | |
download | external_gettext-9a8677ddac3d50910914f1e0481db55be6a735d0.zip external_gettext-9a8677ddac3d50910914f1e0481db55be6a735d0.tar.gz external_gettext-9a8677ddac3d50910914f1e0481db55be6a735d0.tar.bz2 |
Add pathmax.h prerequisites.
Diffstat (limited to 'gettext-tools/m4/pathmax.m4')
-rw-r--r-- | gettext-tools/m4/pathmax.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gettext-tools/m4/pathmax.m4 b/gettext-tools/m4/pathmax.m4 new file mode 100644 index 0000000..f2f54cc --- /dev/null +++ b/gettext-tools/m4/pathmax.m4 @@ -0,0 +1,13 @@ +# 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) +]) |