Deleted Added
full compact
aclocal.m4 (77298) aclocal.m4 (78828)
1dnl aclocal.m4 generated automatically by aclocal 1.4
2
3dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
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
8dnl This program is distributed in the hope that it will be useful,

--- 69 unchanged lines hidden (view full) ---

78])
79
80sinclude(../gettext.m4)
81ifelse(yes,no,[
82AC_DEFUN([CY_WITH_NLS],)
83AC_SUBST(INTLLIBS)
84])
85
1dnl aclocal.m4 generated automatically by aclocal 1.4
2
3dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
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
8dnl This program is distributed in the hope that it will be useful,

--- 69 unchanged lines hidden (view full) ---

78])
79
80sinclude(../gettext.m4)
81ifelse(yes,no,[
82AC_DEFUN([CY_WITH_NLS],)
83AC_SUBST(INTLLIBS)
84])
85
86#serial 1
87# This test replaces the one in autoconf.
88# Currently this macro should have the same name as the autoconf macro
89# because gettext's gettext.m4 (distributed in the automake package)
90# still uses it. Otherwise, the use in gettext.m4 makes autoheader
91# give these diagnostics:
92# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
93# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
94
95undefine([AC_ISC_POSIX])
96
97AC_DEFUN(AC_ISC_POSIX,
98 [
99 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
100 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
101 ]
102)
103
104# Do all the work for Automake. This macro actually does too much --
105# some checks are only needed if your package does certain things.
106# But this isn't really a big deal.
107
108# serial 1
109
110dnl Usage:
111dnl AM_INIT_AUTOMAKE(package,version, [no-define])

--- 149 unchanged lines hidden ---
86# Do all the work for Automake. This macro actually does too much --
87# some checks are only needed if your package does certain things.
88# But this isn't really a big deal.
89
90# serial 1
91
92dnl Usage:
93dnl AM_INIT_AUTOMAKE(package,version, [no-define])

--- 149 unchanged lines hidden ---