From: Hans-Bernhard B. <br...@us...> - 2001-06-27 16:42:28
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv11781 Modified Files: Makefile.in aclocal.m4 config.h.in configure Log Message: Autoconf/Automake files regenerated Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.in 2000/05/19 01:50:53 1.2 --- Makefile.in 2001/06/27 16:42:25 1.3 *************** *** 64,67 **** --- 64,69 ---- CURSES_LIBS = @CURSES_LIBS@ LEX = @LEX@ + LEXLIB = @LEXLIB@ + LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ *************** *** 71,75 **** SUBDIRS = doc src contrib ! EXTRA_DIST = contrib/README contrib/ocs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- 73,77 ---- SUBDIRS = doc src contrib ! EXTRA_DIST = packages ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs *************** *** 89,95 **** .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) ! cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status --- 91,97 ---- .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) ! cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile ! Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status *************** *** 258,266 **** mkdir $(distdir) -chmod 777 $(distdir) ! $(mkinstalldirs) $(distdir)/contrib @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ --- 260,272 ---- mkdir $(distdir) -chmod 777 $(distdir) ! here=`cd $(top_builddir) && pwd`; \ ! top_distdir=`cd $(distdir) && pwd`; \ ! distdir=`cd $(distdir) && pwd`; \ ! cd $(top_srcdir) \ ! && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ Index: aclocal.m4 =================================================================== RCS file: /cvsroot/cscope/cscope/aclocal.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** aclocal.m4 2000/04/27 15:54:13 1.1 --- aclocal.m4 2001/06/27 16:42:25 1.2 *************** *** 126,138 **** changequote([,]))]) - - dnl AM_PROG_LEX - dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT - AC_DEFUN(AM_PROG_LEX, - [missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) - AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") - AC_PROG_LEX - AC_DECL_YYTEXT]) - # Define a conditional. --- 126,129 ---- *************** *** 147,149 **** --- 138,149 ---- $1_FALSE= fi]) + + + dnl AM_PROG_LEX + dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT + AC_DEFUN(AM_PROG_LEX, + [missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) + AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") + AC_PROG_LEX + AC_DECL_YYTEXT]) Index: config.h.in =================================================================== RCS file: /cvsroot/cscope/cscope/config.h.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** config.h.in 2001/06/01 12:44:36 1.6 --- config.h.in 2001/06/27 16:42:25 1.7 *************** *** 103,107 **** #undef VERSION ! /* Define if yytext' as a char'. */ #undef YYTEXT_POINTER --- 103,108 ---- #undef VERSION ! /* Define if lex declares yytext as a char * by default, ! not a char. */ #undef YYTEXT_POINTER Index: configure =================================================================== RCS file: /cvsroot/cscope/cscope/configure,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** configure 2000/11/20 20:07:24 1.9 --- configure 2001/06/27 16:42:25 1.10 *************** *** 712,716 **** PACKAGE=cscope ! VERSION=15.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then --- 712,716 ---- PACKAGE=cscope ! VERSION=15.2b if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then *************** *** 1453,1457 **** --- 1453,1472 ---- fi + if test "x$LEX" = "xlex" ; then + cat >> confdefs.h <<\EOF + #define USING_LEX 1 + EOF + + fi + + + if test "x$LEX" = "xlex"; then + USING_LEX_TRUE= + USING_LEX_FALSE='#' + else + USING_LEX_TRUE='#' + USING_LEX_FALSE= + fi if false; then missing_dir=`cd $ac_aux_dir && pwd` *************** *** 1461,1465 **** set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1464: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1476,1480 ---- set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1479: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** *** 1494,1498 **** set dummy flex; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1497: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1509,1513 ---- set dummy flex; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1512: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** *** 1528,1532 **** esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 ! echo "configure:1531: checking for yywrap in -l$ac_lib" >&5 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 1543,1547 ---- esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 ! echo "configure:1546: checking for yywrap in -l$ac_lib" >&5 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** *** 1536,1540 **** LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <<EOF ! #line 1539 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ --- 1551,1555 ---- LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <<EOF ! #line 1554 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ *************** *** 1547,1551 **** ; return 0; } EOF ! if { (eval echo configure:1550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 1562,1566 ---- ; return 0; } EOF ! if { (eval echo configure:1565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** *** 1570,1574 **** echo $ac_n "checking lex output file root""... $ac_c" 1>&6 ! echo "configure:1573: checking lex output file root" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1585,1589 ---- echo $ac_n "checking lex output file root""... $ac_c" 1>&6 ! echo "configure:1588: checking lex output file root" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** *** 1591,1595 **** echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 ! echo "configure:1594: checking whether yytext is a pointer" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1606,1610 ---- echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 ! echo "configure:1609: checking whether yytext is a pointer" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** *** 1603,1607 **** LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <<EOF ! #line 1606 "configure" #include "confdefs.h" `cat $LEX_OUTPUT_ROOT.c` --- 1618,1622 ---- LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <<EOF ! #line 1621 "configure" #include "confdefs.h" `cat $LEX_OUTPUT_ROOT.c` *************** *** 1610,1614 **** ; return 0; } EOF ! if { (eval echo configure:1613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_prog_lex_yytext_pointer=yes --- 1625,1629 ---- ; return 0; } EOF ! if { (eval echo configure:1628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_prog_lex_yytext_pointer=yes *************** *** 1637,1641 **** set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1640: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1652,1656 ---- set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1655: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** *** 1668,1675 **** - if test "x$LEX" = "xflex"; then - LEX="$LEX -l" - fi - --- 1683,1686 ---- *************** *** 1831,1835 **** echo "checking "location of ncurses.h file"" 1>&6 ! echo "configure:1834: checking "location of ncurses.h file"" >&5 --- 1842,1846 ---- echo "checking "location of ncurses.h file"" 1>&6 ! echo "configure:1845: checking "location of ncurses.h file"" >&5 *************** *** 1971,1975 **** then cat > conftest.$ac_ext <<EOF ! #line 1974 "configure" #include "confdefs.h" #include <curses.h> --- 1982,1986 ---- then cat > conftest.$ac_ext <<EOF ! #line 1985 "configure" #include "confdefs.h" #include <curses.h> *************** *** 1997,2001 **** cat > conftest.$ac_ext <<EOF ! #line 2000 "configure" #include "confdefs.h" --- 2008,2012 ---- cat > conftest.$ac_ext <<EOF ! #line 2011 "configure" #include "confdefs.h" *************** *** 2062,2069 **** # check for ncurses version, to properly ifdef mouse-fix echo $ac_n "checking for ncurses version""... $ac_c" 1>&6 ! echo "configure:2065: checking for ncurses version" >&5 ncurses_version=unknown cat > conftest.$ac_ext <<EOF ! #line 2068 "configure" #include "confdefs.h" #ifdef RENAMED_NCURSES --- 2073,2080 ---- # check for ncurses version, to properly ifdef mouse-fix echo $ac_n "checking for ncurses version""... $ac_c" 1>&6 ! echo "configure:2076: checking for ncurses version" >&5 ncurses_version=unknown cat > conftest.$ac_ext <<EOF ! #line 2079 "configure" #include "confdefs.h" #ifdef RENAMED_NCURSES *************** *** 2123,2132 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 ! echo "configure:2126: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2131 "configure" #include "confdefs.h" #include <sys/types.h> --- 2134,2143 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 ! echo "configure:2137: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2142 "configure" #include "confdefs.h" #include <sys/types.h> *************** *** 2136,2140 **** ; return 0; } EOF ! if { (eval echo configure:2139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" --- 2147,2151 ---- ; return 0; } EOF ! if { (eval echo configure:2150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" *************** *** 2161,2165 **** if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 ! echo "configure:2164: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 2172,2176 ---- if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 ! echo "configure:2175: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** *** 2169,2173 **** LIBS="-ldir $LIBS" cat > conftest.$ac_ext <<EOF ! #line 2172 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ --- 2180,2184 ---- LIBS="-ldir $LIBS" cat > conftest.$ac_ext <<EOF ! #line 2183 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ *************** *** 2180,2184 **** ; return 0; } EOF ! if { (eval echo configure:2183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 2191,2195 ---- ; return 0; } EOF ! if { (eval echo configure:2194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** *** 2202,2206 **** else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 ! echo "configure:2205: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 2213,2217 ---- else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 ! echo "configure:2216: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** *** 2210,2214 **** LIBS="-lx $LIBS" cat > conftest.$ac_ext <<EOF ! #line 2213 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ --- 2221,2225 ---- LIBS="-lx $LIBS" cat > conftest.$ac_ext <<EOF ! #line 2224 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ *************** *** 2221,2225 **** ; return 0; } EOF ! if { (eval echo configure:2224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 2232,2236 ---- ; return 0; } EOF ! if { (eval echo configure:2235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** *** 2244,2253 **** echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 ! echo "configure:2247: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2252 "configure" #include "confdefs.h" #include <stdlib.h> --- 2255,2264 ---- echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 ! echo "configure:2258: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2263 "configure" #include "confdefs.h" #include <stdlib.h> *************** *** 2257,2261 **** EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:2260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 2268,2272 ---- EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:2271: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** *** 2274,2278 **** # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext <<EOF ! #line 2277 "configure" #include "confdefs.h" #include <string.h> --- 2285,2289 ---- # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext <<EOF ! #line 2288 "configure" #include "confdefs.h" #include <string.h> *************** *** 2292,2296 **** # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext <<EOF ! #line 2295 "configure" #include "confdefs.h" #include <stdlib.h> --- 2303,2307 ---- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext <<EOF ! #line 2306 "configure" #include "confdefs.h" #include <stdlib.h> *************** *** 2313,2317 **** else cat > conftest.$ac_ext <<EOF ! #line 2316 "configure" #include "confdefs.h" #include <ctype.h> --- 2324,2328 ---- else cat > conftest.$ac_ext <<EOF ! #line 2327 "configure" #include "confdefs.h" #include <ctype.h> *************** *** 2324,2328 **** EOF ! if { (eval echo configure:2327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : --- 2335,2339 ---- EOF ! if { (eval echo configure:2338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : *************** *** 2351,2365 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:2354: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2359 "configure" #include "confdefs.h" #include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:2364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 2362,2376 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:2365: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2370 "configure" #include "confdefs.h" #include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:2375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** *** 2389,2398 **** echo $ac_n "checking for working const""... $ac_c" 1>&6 ! echo "configure:2392: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2397 "configure" #include "confdefs.h" --- 2400,2409 ---- echo $ac_n "checking for working const""... $ac_c" 1>&6 ! echo "configure:2403: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2408 "configure" #include "confdefs.h" *************** *** 2443,2447 **** ; return 0; } EOF ! if { (eval echo configure:2446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes --- 2454,2458 ---- ; return 0; } EOF ! if { (eval echo configure:2457: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes *************** *** 2464,2473 **** echo $ac_n "checking for mode_t""... $ac_c" 1>&6 ! echo "configure:2467: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2472 "configure" #include "confdefs.h" #include <sys/types.h> --- 2475,2484 ---- echo $ac_n "checking for mode_t""... $ac_c" 1>&6 ! echo "configure:2478: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2483 "configure" #include "confdefs.h" #include <sys/types.h> *************** *** 2497,2506 **** echo $ac_n "checking for pid_t""... $ac_c" 1>&6 ! echo "configure:2500: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2505 "configure" #include "confdefs.h" #include <sys/types.h> --- 2508,2517 ---- echo $ac_n "checking for pid_t""... $ac_c" 1>&6 ! echo "configure:2511: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2516 "configure" #include "confdefs.h" #include <sys/types.h> *************** *** 2530,2539 **** echo $ac_n "checking for size_t""... $ac_c" 1>&6 ! echo "configure:2533: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2538 "configure" #include "confdefs.h" #include <sys/types.h> --- 2541,2550 ---- echo $ac_n "checking for size_t""... $ac_c" 1>&6 ! echo "configure:2544: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2549 "configure" #include "confdefs.h" #include <sys/types.h> *************** *** 2564,2573 **** echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 ! echo "configure:2567: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2572 "configure" #include "confdefs.h" #include <sys/types.h> --- 2575,2584 ---- echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 ! echo "configure:2578: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2583 "configure" #include "confdefs.h" #include <sys/types.h> *************** *** 2586,2590 **** ; return 0; } EOF ! if { (eval echo configure:2589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void --- 2597,2601 ---- ; return 0; } EOF ! if { (eval echo configure:2600: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void *************** *** 2604,2616 **** ! for ac_func in getcwd regcmp regcomp strerror vsnprintf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 ! echo "configure:2610: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2615 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, --- 2615,2627 ---- ! for ac_func in getcwd regcmp regcomp strerror vsnprintf snprintf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 ! echo "configure:2621: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF ! #line 2626 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, *************** *** 2635,2639 **** ; return 0; } EOF ! if { (eval echo configure:2638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" --- 2646,2650 ---- ; return 0; } EOF ! if { (eval echo configure:2649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" *************** *** 2667,2671 **** ;; ! netbsd*) cat >> confdefs.h <<\EOF #define BSD 1 --- 2678,2682 ---- ;; ! netbsd*|freebsd*|darwin*) cat >> confdefs.h <<\EOF #define BSD 1 *************** *** 2829,2832 **** --- 2840,2845 ---- s%@CPP@%$CPP%g s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g + s%@USING_LEX_TRUE@%$USING_LEX_TRUE%g + s%@USING_LEX_FALSE@%$USING_LEX_FALSE%g s%@YACC@%$YACC%g s%@CURSES_LIBS@%$CURSES_LIBS%g |