comparison configure @ 74400:c35f13192fbf

Regenerate.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 04 Dec 2006 08:17:50 +0000
parents bc1e81a3e86d
children f022932f2a05 f1d13e615070
comparison
equal deleted inserted replaced
74399:84f21b349c83 74400:c35f13192fbf
986 echo 986 echo
987 $ac_configure --help 987 $ac_configure --help
988 else 988 else
989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
990 fi 990 fi
991 cd "$ac_popdir" 991 cd $ac_popdir
992 done 992 done
993 fi 993 fi
994 994
995 test -n "$ac_init_help" && exit 0 995 test -n "$ac_init_help" && exit 0
996 if $ac_init_version; then 996 if $ac_init_version; then
8388 #### Choose a window system. 8388 #### Choose a window system.
8389 8389
8390 echo "$as_me:$LINENO: checking for X" >&5 8390 echo "$as_me:$LINENO: checking for X" >&5
8391 echo $ECHO_N "checking for X... $ECHO_C" >&6 8391 echo $ECHO_N "checking for X... $ECHO_C" >&6
8392 8392
8393 ac_path_x_has_been_run=yes
8394 8393
8395 # Check whether --with-x or --without-x was given. 8394 # Check whether --with-x or --without-x was given.
8396 if test "${with_x+set}" = set; then 8395 if test "${with_x+set}" = set; then
8397 withval="$with_x" 8396 withval="$with_x"
8398 8397
8481 8480
8482 /usr/openwin/include 8481 /usr/openwin/include
8483 /usr/openwin/share/include' 8482 /usr/openwin/share/include'
8484 8483
8485 if test "$ac_x_includes" = no; then 8484 if test "$ac_x_includes" = no; then
8486 # Guess where to find include files, by looking for a specified header file. 8485 # Guess where to find include files, by looking for Intrinsic.h.
8487 # First, try using that file with no special directory specified. 8486 # First, try using that file with no special directory specified.
8488 cat >conftest.$ac_ext <<_ACEOF 8487 cat >conftest.$ac_ext <<_ACEOF
8489 /* confdefs.h. */ 8488 /* confdefs.h. */
8490 _ACEOF 8489 _ACEOF
8491 cat confdefs.h >>conftest.$ac_ext 8490 cat confdefs.h >>conftest.$ac_ext
8616 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 8615 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8617 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 8616 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8618 # Update the cache value to reflect the command line values. 8617 # Update the cache value to reflect the command line values.
8619 ac_cv_have_x="have_x=yes \ 8618 ac_cv_have_x="have_x=yes \
8620 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 8619 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8621 # It might be that x_includes is empty (headers are found in the 8620 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8622 # standard search path. Then output the corresponding message 8621 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
8623 ac_out_x_includes=$x_includes
8624 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8625 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8626 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8627 fi 8622 fi
8628 8623
8629 if test "$no_x" = yes; then 8624 if test "$no_x" = yes; then
8630 window_system=none 8625 window_system=none
8631 else 8626 else
14472 14467
14473 14468
14474 14469
14475 14470
14476 14471
14472
14477 for ac_func in gethostname getdomainname dup2 \ 14473 for ac_func in gethostname getdomainname dup2 \
14478 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \ 14474 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
14479 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 14475 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
14480 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 14476 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
14481 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ 14477 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
14482 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ 14478 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
14483 sendto recvfrom getsockopt setsockopt getsockname getpeername \ 14479 sendto recvfrom getsockopt setsockopt getsockname getpeername \
14484 gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ 14480 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \
14485 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign 14481 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign
14486 do 14482 do
14487 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 14483 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14488 echo "$as_me:$LINENO: checking for $ac_func" >&5 14484 echo "$as_me:$LINENO: checking for $ac_func" >&5
14489 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 14485 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23900 case $INSTALL in 23896 case $INSTALL in
23901 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 23897 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
23902 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 23898 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
23903 esac 23899 esac
23904 23900
23901 if test x"$ac_file" != x-; then
23902 { echo "$as_me:$LINENO: creating $ac_file" >&5
23903 echo "$as_me: creating $ac_file" >&6;}
23904 rm -f "$ac_file"
23905 fi
23905 # Let's still pretend it is `configure' which instantiates (i.e., don't 23906 # Let's still pretend it is `configure' which instantiates (i.e., don't
23906 # use $as_me), people would be surprised to read: 23907 # use $as_me), people would be surprised to read:
23907 # /* config.h. Generated by config.status. */ 23908 # /* config.h. Generated by config.status. */
23908 if test x"$ac_file" = x-; then 23909 if test x"$ac_file" = x-; then
23909 configure_input= 23910 configure_input=
23938 echo "$as_me: error: cannot find input file: $f" >&2;} 23939 echo "$as_me: error: cannot find input file: $f" >&2;}
23939 { (exit 1); exit 1; }; } 23940 { (exit 1); exit 1; }; }
23940 fi;; 23941 fi;;
23941 esac 23942 esac
23942 done` || { (exit 1); exit 1; } 23943 done` || { (exit 1); exit 1; }
23943
23944 if test x"$ac_file" != x-; then
23945 { echo "$as_me:$LINENO: creating $ac_file" >&5
23946 echo "$as_me: creating $ac_file" >&6;}
23947 rm -f "$ac_file"
23948 fi
23949 _ACEOF 23944 _ACEOF
23950 cat >>$CONFIG_STATUS <<_ACEOF 23945 cat >>$CONFIG_STATUS <<_ACEOF
23951 sed "$ac_vpsub 23946 sed "$ac_vpsub
23952 $extrasub 23947 $extrasub
23953 _ACEOF 23948 _ACEOF