Search
lxdream.org :: lxdream/aclocal.m4 :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename aclocal.m4
changeset 360:dff4a3bbac0c
prev180:e6dcf9b65658
next571:9bc09948d0f2
author nkeynes
date Tue Sep 11 01:05:05 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change If a render buffer can't be obtained, skip the render
file annotate diff log raw
1.1 --- a/aclocal.m4 Sun Jul 02 04:59:00 2006 +0000
1.2 +++ b/aclocal.m4 Tue Sep 11 01:05:05 2007 +0000
1.3 @@ -898,33 +898,6 @@
1.4 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
1.5 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
1.6
1.7 -# isc-posix.m4 serial 2 (gettext-0.11.2)
1.8 -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
1.9 -dnl This file is free software, distributed under the terms of the GNU
1.10 -dnl General Public License. As a special exception to the GNU General
1.11 -dnl Public License, this file may be distributed as part of a program
1.12 -dnl that contains a configuration script generated by Autoconf, under
1.13 -dnl the same distribution terms as the rest of that program.
1.14 -
1.15 -# This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
1.16 -
1.17 -# This test replaces the one in autoconf.
1.18 -# Currently this macro should have the same name as the autoconf macro
1.19 -# because gettext's gettext.m4 (distributed in the automake package)
1.20 -# still uses it. Otherwise, the use in gettext.m4 makes autoheader
1.21 -# give these diagnostics:
1.22 -# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
1.23 -# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
1.24 -
1.25 -undefine([AC_ISC_POSIX])
1.26 -
1.27 -AC_DEFUN([AC_ISC_POSIX],
1.28 - [
1.29 - dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
1.30 - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
1.31 - ]
1.32 -)
1.33 -
1.34
1.35 # Copyright 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1.36
.