comparison aclocal.m4 @ 217:b4f1731a6470 noffle

[svn] * Makefile.in,aclocal.m4,config.h.in,configure,configure.in docs/Makefile.in,src/Makefile.in: Regularise format of Noffle default parameters in configure.in and regenerate.
author bears
date Thu, 22 Nov 2001 22:25:12 +0000
parents 2842f50feb55
children 6f3a55d18659
comparison
equal deleted inserted replaced
216:a652fc5b7ced 217:b4f1731a6470
1 dnl aclocal.m4 generated automatically by aclocal 1.4 1 dnl aclocal.m4 generated automatically by aclocal 1.4-p4
2 2
3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation 4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it, 5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved. 6 dnl with or without modifications, as long as this notice is preserved.
123 $1="$3/missing $2" 123 $1="$3/missing $2"
124 AC_MSG_RESULT(missing) 124 AC_MSG_RESULT(missing)
125 fi 125 fi
126 AC_SUBST($1)]) 126 AC_SUBST($1)])
127 127
128 #serial 1
129 # This test replaces the one in autoconf.
130 # Currently this macro should have the same name as the autoconf macro
131 # because gettext's gettext.m4 (distributed in the automake package)
132 # still uses it. Otherwise, the use in gettext.m4 makes autoheader
133 # give these diagnostics:
134 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
135 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
136
137 undefine([AC_ISC_POSIX])
138
139 AC_DEFUN([AC_ISC_POSIX],
140 [
141 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
142 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
143 ]
144 )
145