source: trunk/grep/m4/isc-posix.m4@ 3003

Last change on this file since 3003 was 2557, checked in by bird, 19 years ago

grep 2.5.1a

File size: 604 bytes
Line 
1#serial 1
2# This test replaces the one in autoconf.
3# Currently this macro should have the same name as the autoconf macro
4# because gettext's gettext.m4 (distributed in the automake package)
5# still uses it. Otherwise, the use in gettext.m4 makes autoheader
6# give these diagnostics:
7# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
8# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
9
10undefine([AC_ISC_POSIX])
11
12AC_DEFUN([AC_ISC_POSIX],
13 [
14 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
15 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
16 ]
17)
Note: See TracBrowser for help on using the repository browser.