Merge remote branch 'origin/stable-2.0'
[bpt/guile.git] / m4 / pathmax.m4
CommitLineData
ffca4c22 1# pathmax.m4 serial 8
49114fd4 2dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
61cd9dc9 3dnl Inc.
ffca4c22
AW
4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it,
6dnl with or without modifications, as long as this notice is preserved.
7
8AC_DEFUN([gl_PATHMAX],
9[
10 dnl Prerequisites of lib/pathmax.h.
11 AC_CHECK_FUNCS_ONCE([pathconf])
12 AC_CHECK_HEADERS_ONCE([sys/param.h])
13])