Deleted Added
full compact
aclocal.m4 (78828) aclocal.m4 (89857)
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,

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

32dnl AM_PROG_LEX
33dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
34AC_DEFUN(AM_PROG_LEX,
35[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
36AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
37AC_PROG_LEX
38AC_DECL_YYTEXT])
39
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,

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

32dnl AM_PROG_LEX
33dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
34AC_DEFUN(AM_PROG_LEX,
35[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
36AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
37AC_PROG_LEX
38AC_DECL_YYTEXT])
39
40#serial 1
41# This test replaces the one in autoconf.
42# Currently this macro should have the same name as the autoconf macro
43# because gettext's gettext.m4 (distributed in the automake package)
44# still uses it. Otherwise, the use in gettext.m4 makes autoheader
45# give these diagnostics:
46# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
47# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
48
49undefine([AC_ISC_POSIX])
50
51AC_DEFUN(AC_ISC_POSIX,
52 [
53 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
54 AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
55 ]
56)
57
40# Do all the work for Automake. This macro actually does too much --
41# some checks are only needed if your package does certain things.
42# But this isn't really a big deal.
43
44# serial 1
45
46dnl Usage:
47dnl AM_INIT_AUTOMAKE(package,version, [no-define])

--- 140 unchanged lines hidden ---
58# Do all the work for Automake. This macro actually does too much --
59# some checks are only needed if your package does certain things.
60# But this isn't really a big deal.
61
62# serial 1
63
64dnl Usage:
65dnl AM_INIT_AUTOMAKE(package,version, [no-define])

--- 140 unchanged lines hidden ---