comparison src/auto/configure @ 258:f93df7322443

updated for version 7.0070
author vimboss
date Sat, 23 Apr 2005 20:52:00 +0000
parents 504c627f7474
children 33d9c918b8ab
comparison
equal deleted inserted replaced
257:51a4d1c2a95b 258:f93df7322443
4627 fi 4627 fi
4628 4628
4629 if test "X$vi_cv_path_ruby" != "X"; then 4629 if test "X$vi_cv_path_ruby" != "X"; then
4630 echo "$as_me:$LINENO: checking Ruby version" >&5 4630 echo "$as_me:$LINENO: checking Ruby version" >&5
4631 echo $ECHO_N "checking Ruby version... $ECHO_C" >&6 4631 echo $ECHO_N "checking Ruby version... $ECHO_C" >&6
4632 if $vi_cv_path_ruby -e 'RUBY_VERSION >= "1.6.0" or exit 1' >/dev/null 2>/dev/null; then 4632 if $vi_cv_path_ruby -e '(VERSION rescue RUBY_VERSION) >= "1.6.0" or exit 1' >/dev/null 2>/dev/null; then
4633 echo "$as_me:$LINENO: result: OK" >&5 4633 echo "$as_me:$LINENO: result: OK" >&5
4634 echo "${ECHO_T}OK" >&6 4634 echo "${ECHO_T}OK" >&6
4635 echo "$as_me:$LINENO: checking Ruby header files" >&5 4635 echo "$as_me:$LINENO: checking Ruby header files" >&5
4636 echo $ECHO_N "checking Ruby header files... $ECHO_C" >&6 4636 echo $ECHO_N "checking Ruby header files... $ECHO_C" >&6
4637 rubyhdrdir=`$vi_cv_path_ruby -r mkmf -e 'print Config::CONFIG["archdir"] || $hdrdir' 2>/dev/null` 4637 rubyhdrdir=`$vi_cv_path_ruby -r mkmf -e 'print Config::CONFIG["archdir"] || $hdrdir' 2>/dev/null`
10987 10987
10988 10988
10989 10989
10990 10990
10991 10991
10992
10992 for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \ 10993 for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
10993 termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \ 10994 termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
10994 iconv.h langinfo.h unistd.h stropts.h errno.h \ 10995 iconv.h langinfo.h unistd.h stropts.h errno.h \
10995 sys/resource.h sys/systeminfo.h locale.h \ 10996 sys/resource.h sys/systeminfo.h locale.h \
10996 sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \ 10997 sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
10997 poll.h sys/poll.h pwd.h utime.h sys/param.h libintl.h \ 10998 poll.h sys/poll.h pwd.h utime.h sys/param.h libintl.h \
10998 libgen.h util/debug.h util/msg18n.h frame.h \ 10999 libgen.h util/debug.h util/msg18n.h frame.h \
10999 sys/acl.h sys/access.h sys/sysctl.h sys/sysinfo.h wchar.h 11000 sys/acl.h sys/access.h sys/sysctl.h sys/sysinfo.h wchar.h wctype.h
11000 do 11001 do
11001 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11002 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11002 if eval "test \"\${$as_ac_Header+set}\" = set"; then 11003 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11003 echo "$as_me:$LINENO: checking for $ac_header" >&5 11004 echo "$as_me:$LINENO: checking for $ac_header" >&5
11004 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11005 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13370 13371
13371 13372
13372 13373
13373 13374
13374 13375
13376
13375 for ac_func in bcmp fchdir fchown fseeko fsync ftello getcwd getpseudotty \ 13377 for ac_func in bcmp fchdir fchown fseeko fsync ftello getcwd getpseudotty \
13376 getpwnam getpwuid getrlimit gettimeofday getwd lstat memcmp \ 13378 getpwnam getpwuid getrlimit gettimeofday getwd lstat memcmp \
13377 memset nanosleep opendir putenv qsort readlink select setenv \ 13379 memset nanosleep opendir putenv qsort readlink select setenv \
13378 setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \ 13380 setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \
13379 sigvec snprintf strcasecmp strerror strftime stricmp strncasecmp \ 13381 sigvec snprintf strcasecmp strerror strftime stricmp strncasecmp \
13380 strnicmp strpbrk strtol tgetent towlower towupper usleep utime utimes 13382 strnicmp strpbrk strtol tgetent towlower towupper iswupper \
13383 usleep utime utimes
13381 do 13384 do
13382 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 13385 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13383 echo "$as_me:$LINENO: checking for $ac_func" >&5 13386 echo "$as_me:$LINENO: checking for $ac_func" >&5
13384 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 13387 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13385 if eval "test \"\${$as_ac_var+set}\" = set"; then 13388 if eval "test \"\${$as_ac_var+set}\" = set"; then