comparison configure @ 91320:989365b64e9c

Re-generated.
author Kenichi Handa <handa@m17n.org>
date Mon, 07 Jan 2008 12:37:14 +0000
parents 2fcaae6177a5
children c70e45a7acfd
comparison
equal deleted inserted replaced
91319:e2b08df58d1b 91320:989365b64e9c
698 XFT_LIBS 698 XFT_LIBS
699 FREETYPE_CFLAGS 699 FREETYPE_CFLAGS
700 FREETYPE_LIBS 700 FREETYPE_LIBS
701 FONTCONFIG_CFLAGS 701 FONTCONFIG_CFLAGS
702 FONTCONFIG_LIBS 702 FONTCONFIG_LIBS
703 HAVE_LIBOTF
704 LIBOTF_CFLAGS 703 LIBOTF_CFLAGS
705 LIBOTF_LIBS 704 LIBOTF_LIBS
706 M17N_FLT_CFLAGS 705 M17N_FLT_CFLAGS
707 M17N_FLT_LIBS 706 M17N_FLT_LIBS
708 ALLOCA 707 ALLOCA
1369 don't use Motif or Xaw3d scroll bars 1368 don't use Motif or Xaw3d scroll bars
1370 --without-xaw3d don't use Xaw3d 1369 --without-xaw3d don't use Xaw3d
1371 --without-xim don't use X11 XIM 1370 --without-xim don't use X11 XIM
1372 --without-carbon don't use Carbon GUI on Mac OS X 1371 --without-carbon don't use Carbon GUI on Mac OS X
1373 --with-dbus use D-Bus 1372 --with-dbus use D-Bus
1373 --without-libotf don't use libotf for OpenType font support
1374 --without-m17n-flt don't use m17n-flt for text shaping
1374 --with-x use the X Window System 1375 --with-x use the X Window System
1375 1376
1376 Some influential environment variables: 1377 Some influential environment variables:
1377 CC C compiler command 1378 CC C compiler command
1378 CFLAGS C compiler flags 1379 CFLAGS C compiler flags
2043 2044
2044 2045
2045 # Check whether --with-dbus was given. 2046 # Check whether --with-dbus was given.
2046 if test "${with_dbus+set}" = set; then 2047 if test "${with_dbus+set}" = set; then
2047 withval=$with_dbus; 2048 withval=$with_dbus;
2049 fi
2050
2051
2052 # Check whether --with-libotf was given.
2053 if test "${with_libotf+set}" = set; then
2054 withval=$with_libotf;
2055 fi
2056
2057
2058 # Check whether --with-m17n-flt was given.
2059 if test "${with_m17n_flt+set}" = set; then
2060 withval=$with_m17n_flt;
2048 fi 2061 fi
2049 2062
2050 2063
2051 # Check whether --enable-carbon-app was given. 2064 # Check whether --enable-carbon-app was given.
2052 if test "${enable_carbon_app+set}" = set; then 2065 if test "${enable_carbon_app+set}" = set; then
12891 12904
12892 fi 12905 fi
12893 CFLAGS=$late_CFLAGS 12906 CFLAGS=$late_CFLAGS
12894 fi 12907 fi
12895 12908
12896 ### For font-backend 12909 #### For font-backend
12897 if test "${USE_FONT_BACKEND}" = "yes"; then 12910 if test "${USE_FONT_BACKEND}" = "yes"; then
12898 12911
12899 12912
12900 cat >>confdefs.h <<\_ACEOF 12913 cat >>confdefs.h <<\_ACEOF
12901 #define USE_FONT_BACKEND 1 12914 #define USE_FONT_BACKEND 1
13219 _ACEOF 13232 _ACEOF
13220 13233
13221 13234
13222 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS" 13235 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
13223 else 13236 else
13224 CFLAGS="$OLD_CPPFLAGS" 13237 CPPFLAGS="$OLD_CPPFLAGS"
13225 CFLAGS="$OLD_CFLAGS" 13238 CFLAGS="$OLD_CFLAGS"
13226 LIBS="$OLD_LIBS" 13239 LIBS="$OLD_LIBS"
13227 fi 13240 fi
13228 fi 13241 fi
13229 fi 13242 fi
13235 HAVE_FREETYPE=yes 13248 HAVE_FREETYPE=yes
13236 elif test "x${with_freetype}" != "xno"; then 13249 elif test "x${with_freetype}" != "xno"; then
13237 if test "X${with_pkg_config_prog}" != X; then 13250 if test "X${with_pkg_config_prog}" != X; then
13238 PKG_CONFIG="${with_pkg_config_prog}" 13251 PKG_CONFIG="${with_pkg_config_prog}"
13239 fi 13252 fi
13240
13241 13253
13242 succeeded=no 13254 succeeded=no
13243 13255
13244 if test -z "$PKG_CONFIG"; then 13256 if test -z "$PKG_CONFIG"; then
13245 # Extract the first word of "pkg-config", so it can be a program name with args. 13257 # Extract the first word of "pkg-config", so it can be a program name with args.
13434 if test "${HAVE_FC}" = "no"; then 13446 if test "${HAVE_FC}" = "no"; then
13435 HAVE_FREETYPE=no 13447 HAVE_FREETYPE=no
13436 fi 13448 fi
13437 fi 13449 fi
13438 fi 13450 fi
13451
13452 HAVE_LIBOTF=no
13439 if test "${HAVE_FREETYPE}" = "yes"; then 13453 if test "${HAVE_FREETYPE}" = "yes"; then
13440 13454
13441 cat >>confdefs.h <<\_ACEOF 13455 cat >>confdefs.h <<\_ACEOF
13442 #define HAVE_FREETYPE 1 13456 #define HAVE_FREETYPE 1
13443 _ACEOF 13457 _ACEOF
13444 13458
13445 # Extract the first word of "libotf-config", so it can be a program name with args. 13459 if test "${with_libotf}" != "no"; then
13446 set dummy libotf-config; ac_word=$2 13460 if test "X${with_pkg_config_prog}" != X; then
13447 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13461 PKG_CONFIG="${with_pkg_config_prog}"
13448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13449 if test "${ac_cv_prog_HAVE_LIBOTF+set}" = set; then
13450 echo $ECHO_N "(cached) $ECHO_C" >&6
13451 else
13452 if test -n "$HAVE_LIBOTF"; then
13453 ac_cv_prog_HAVE_LIBOTF="$HAVE_LIBOTF" # Let the user override the test.
13454 else
13455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13456 for as_dir in $PATH
13457 do
13458 IFS=$as_save_IFS
13459 test -z "$as_dir" && as_dir=.
13460 for ac_exec_ext in '' $ac_executable_extensions; do
13461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13462 ac_cv_prog_HAVE_LIBOTF="yes"
13463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13464 break 2
13465 fi
13466 done
13467 done
13468 IFS=$as_save_IFS
13469
13470 test -z "$ac_cv_prog_HAVE_LIBOTF" && ac_cv_prog_HAVE_LIBOTF="no"
13471 fi
13472 fi
13473 HAVE_LIBOTF=$ac_cv_prog_HAVE_LIBOTF
13474 if test -n "$HAVE_LIBOTF"; then
13475 { echo "$as_me:$LINENO: result: $HAVE_LIBOTF" >&5
13476 echo "${ECHO_T}$HAVE_LIBOTF" >&6; }
13477 else
13478 { echo "$as_me:$LINENO: result: no" >&5
13479 echo "${ECHO_T}no" >&6; }
13480 fi
13481
13482
13483 if test "${HAVE_LIBOTF}" = "yes"; then
13484
13485 { echo "$as_me:$LINENO: checking for OTF_get_features in -lotf" >&5
13486 echo $ECHO_N "checking for OTF_get_features in -lotf... $ECHO_C" >&6; }
13487 if test "${ac_cv_lib_otf_OTF_get_features+set}" = set; then
13488 echo $ECHO_N "(cached) $ECHO_C" >&6
13489 else
13490 ac_check_lib_save_LIBS=$LIBS
13491 LIBS="-lotf $LIBS"
13492 cat >conftest.$ac_ext <<_ACEOF
13493 /* confdefs.h. */
13494 _ACEOF
13495 cat confdefs.h >>conftest.$ac_ext
13496 cat >>conftest.$ac_ext <<_ACEOF
13497 /* end confdefs.h. */
13498
13499 /* Override any GCC internal prototype to avoid an error.
13500 Use char because int might match the return type of a GCC
13501 builtin and then its argument prototype would still apply. */
13502 #ifdef __cplusplus
13503 extern "C"
13504 #endif
13505 char OTF_get_features ();
13506 int
13507 main ()
13508 {
13509 return OTF_get_features ();
13510 ;
13511 return 0;
13512 }
13513 _ACEOF
13514 rm -f conftest.$ac_objext conftest$ac_exeext
13515 if { (ac_try="$ac_link"
13516 case "(($ac_try" in
13517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13518 *) ac_try_echo=$ac_try;;
13519 esac
13520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13521 (eval "$ac_link") 2>conftest.er1
13522 ac_status=$?
13523 grep -v '^ *+' conftest.er1 >conftest.err
13524 rm -f conftest.er1
13525 cat conftest.err >&5
13526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13527 (exit $ac_status); } && {
13528 test -z "$ac_c_werror_flag" ||
13529 test ! -s conftest.err
13530 } && test -s conftest$ac_exeext &&
13531 $as_test_x conftest$ac_exeext; then
13532 ac_cv_lib_otf_OTF_get_features=yes
13533 else
13534 echo "$as_me: failed program was:" >&5
13535 sed 's/^/| /' conftest.$ac_ext >&5
13536
13537 ac_cv_lib_otf_OTF_get_features=no
13538 fi
13539
13540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13541 conftest$ac_exeext conftest.$ac_ext
13542 LIBS=$ac_check_lib_save_LIBS
13543 fi
13544 { echo "$as_me:$LINENO: result: $ac_cv_lib_otf_OTF_get_features" >&5
13545 echo "${ECHO_T}$ac_cv_lib_otf_OTF_get_features" >&6; }
13546 if test $ac_cv_lib_otf_OTF_get_features = yes; then
13547 cat >>confdefs.h <<_ACEOF
13548 #define HAVE_LIBOTF 1
13549 _ACEOF
13550
13551 LIBS="-lotf $LIBS"
13552
13553 else
13554 HAVE_LIBOTF=no
13555 fi
13556
13557 if test "${HAVE_LIBOTF}" = "yes"; then
13558
13559 cat >>confdefs.h <<\_ACEOF
13560 #define HAVE_LIBOTF 1
13561 _ACEOF
13562
13563 LIBOTF_CFLAGS=`libotf-config --cflags`
13564 LIBOTF_LIBS=`libotf-config --libs`
13565 fi 13462 fi
13566 fi
13567 fi
13568
13569
13570
13571
13572
13573
13574
13575 if test "X${with_pkg_config_prog}" != X; then
13576 PKG_CONFIG="${with_pkg_config_prog}"
13577 fi
13578 13463
13579 succeeded=no 13464 succeeded=no
13580 13465
13581 if test -z "$PKG_CONFIG"; then 13466 if test -z "$PKG_CONFIG"; then
13582 # Extract the first word of "pkg-config", so it can be a program name with args. 13467 # Extract the first word of "pkg-config", so it can be a program name with args.
13621 13506
13622 13507
13623 fi 13508 fi
13624 13509
13625 if test "$PKG_CONFIG" = "no" ; then 13510 if test "$PKG_CONFIG" = "no" ; then
13511 pkg_check_libotf=no
13512 else
13513 PKG_CONFIG_MIN_VERSION=0.9.0
13514 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13515 { echo "$as_me:$LINENO: checking for libotf" >&5
13516 echo $ECHO_N "checking for libotf... $ECHO_C" >&6; }
13517
13518 if $PKG_CONFIG --exists "libotf" 2>&5; then
13519 { echo "$as_me:$LINENO: result: yes" >&5
13520 echo "${ECHO_T}yes" >&6; }
13521 succeeded=yes
13522
13523 { echo "$as_me:$LINENO: checking LIBOTF_CFLAGS" >&5
13524 echo $ECHO_N "checking LIBOTF_CFLAGS... $ECHO_C" >&6; }
13525 LIBOTF_CFLAGS=`$PKG_CONFIG --cflags "libotf"|sed -e 's,///*,/,g'`
13526 { echo "$as_me:$LINENO: result: $LIBOTF_CFLAGS" >&5
13527 echo "${ECHO_T}$LIBOTF_CFLAGS" >&6; }
13528
13529 { echo "$as_me:$LINENO: checking LIBOTF_LIBS" >&5
13530 echo $ECHO_N "checking LIBOTF_LIBS... $ECHO_C" >&6; }
13531 LIBOTF_LIBS=`$PKG_CONFIG --libs "libotf"|sed -e 's,///*,/,g'`
13532 { echo "$as_me:$LINENO: result: $LIBOTF_LIBS" >&5
13533 echo "${ECHO_T}$LIBOTF_LIBS" >&6; }
13534 else
13535 { echo "$as_me:$LINENO: result: no" >&5
13536 echo "${ECHO_T}no" >&6; }
13537 LIBOTF_CFLAGS=""
13538 LIBOTF_LIBS=""
13539 ## If we have a custom action on failure, don't print errors, but
13540 ## do set a variable so people can do so.
13541 LIBOTF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libotf"`
13542
13543 fi
13544
13545
13546
13547 else
13548 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13549 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13550 fi
13551 fi
13552
13553 if test $succeeded = yes; then
13554 pkg_check_libotf=yes
13555 else
13556 pkg_check_libotf=no
13557 fi
13558
13559 if test "$pkg_check_libotf" = "yes"; then
13560
13561 cat >>confdefs.h <<\_ACEOF
13562 #define HAVE_LIBOTF 1
13563 _ACEOF
13564
13565 fi
13566 fi
13567 fi
13568
13569 HAVE_M17N_FLT=no
13570 if test "${with_m17n_flt}" != "no"; then
13571 if test "X${with_pkg_config_prog}" != X; then
13572 PKG_CONFIG="${with_pkg_config_prog}"
13573 fi
13574
13575 succeeded=no
13576
13577 if test -z "$PKG_CONFIG"; then
13578 # Extract the first word of "pkg-config", so it can be a program name with args.
13579 set dummy pkg-config; ac_word=$2
13580 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13582 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13583 echo $ECHO_N "(cached) $ECHO_C" >&6
13584 else
13585 case $PKG_CONFIG in
13586 [\\/]* | ?:[\\/]*)
13587 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13588 ;;
13589 *)
13590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13591 for as_dir in $PATH
13592 do
13593 IFS=$as_save_IFS
13594 test -z "$as_dir" && as_dir=.
13595 for ac_exec_ext in '' $ac_executable_extensions; do
13596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13597 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13599 break 2
13600 fi
13601 done
13602 done
13603 IFS=$as_save_IFS
13604
13605 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13606 ;;
13607 esac
13608 fi
13609 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13610 if test -n "$PKG_CONFIG"; then
13611 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13612 echo "${ECHO_T}$PKG_CONFIG" >&6; }
13613 else
13614 { echo "$as_me:$LINENO: result: no" >&5
13615 echo "${ECHO_T}no" >&6; }
13616 fi
13617
13618
13619 fi
13620
13621 if test "$PKG_CONFIG" = "no" ; then
13626 pkg_check_m17n_flt=no 13622 pkg_check_m17n_flt=no
13627 else 13623 else
13628 PKG_CONFIG_MIN_VERSION=0.9.0 13624 PKG_CONFIG_MIN_VERSION=0.9.0
13629 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 13625 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13630 { echo "$as_me:$LINENO: checking for m17n-flt" >&5 13626 { echo "$as_me:$LINENO: checking for m17n-flt" >&5
13669 pkg_check_m17n_flt=yes 13665 pkg_check_m17n_flt=yes
13670 else 13666 else
13671 pkg_check_m17n_flt=no 13667 pkg_check_m17n_flt=no
13672 fi 13668 fi
13673 13669
13674 if test "$pkg_check_m17n_flt" = "yes"; then 13670 if test "$pkg_check_m17n_flt" = "yes"; then
13675 13671
13676 cat >>confdefs.h <<\_ACEOF 13672 cat >>confdefs.h <<\_ACEOF
13677 #define HAVE_M17N_FLT 1 13673 #define HAVE_M17N_FLT 1
13678 _ACEOF 13674 _ACEOF
13679 13675
13680 13676 fi
13681 13677 fi
13682 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $M17N_FLT_CFLAGS" 13678
13683 CFLAGS="$CFLAGS $M17N_FLT_CFLAGS" 13679
13684 LIBS="$LIBS $M17N_FLT_LIBS" 13680
13685 fi 13681
13686 13682
13687 fi 13683
13684
13685
13686
13687
13688 fi
13689 #### End for font-backend
13688 13690
13689 ### Use -lXpm if available, unless `--with-xpm=no'. 13691 ### Use -lXpm if available, unless `--with-xpm=no'.
13690 HAVE_XPM=no 13692 HAVE_XPM=no
13691 if test "${HAVE_X11}" = "yes"; then 13693 if test "${HAVE_X11}" = "yes"; then
13692 if test "${with_xpm}" != "no"; then 13694 if test "${with_xpm}" != "no"; then
19100 /* confdefs.h. */ 19102 /* confdefs.h. */
19101 _ACEOF 19103 _ACEOF
19102 cat confdefs.h >>conftest.$ac_ext 19104 cat confdefs.h >>conftest.$ac_ext
19103 cat >>conftest.$ac_ext <<_ACEOF 19105 cat >>conftest.$ac_ext <<_ACEOF
19104 /* end confdefs.h. */ 19106 /* end confdefs.h. */
19105 #include <stdio.h> 19107 #include <sys/types.h> /* for off_t */
19108 #include <stdio.h>
19106 int 19109 int
19107 main () 19110 main ()
19108 { 19111 {
19109 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); 19112 int (*fp) (FILE *, off_t, int) = fseeko;
19113 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
19110 ; 19114 ;
19111 return 0; 19115 return 0;
19112 } 19116 }
19113 _ACEOF 19117 _ACEOF
19114 rm -f conftest.$ac_objext conftest$ac_exeext 19118 rm -f conftest.$ac_objext conftest$ac_exeext
19144 _ACEOF 19148 _ACEOF
19145 cat confdefs.h >>conftest.$ac_ext 19149 cat confdefs.h >>conftest.$ac_ext
19146 cat >>conftest.$ac_ext <<_ACEOF 19150 cat >>conftest.$ac_ext <<_ACEOF
19147 /* end confdefs.h. */ 19151 /* end confdefs.h. */
19148 #define _LARGEFILE_SOURCE 1 19152 #define _LARGEFILE_SOURCE 1
19149 #include <stdio.h> 19153 #include <sys/types.h> /* for off_t */
19154 #include <stdio.h>
19150 int 19155 int
19151 main () 19156 main ()
19152 { 19157 {
19153 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); 19158 int (*fp) (FILE *, off_t, int) = fseeko;
19159 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
19154 ; 19160 ;
19155 return 0; 19161 return 0;
19156 } 19162 }
19157 _ACEOF 19163 _ACEOF
19158 rm -f conftest.$ac_objext conftest$ac_exeext 19164 rm -f conftest.$ac_objext conftest$ac_exeext
25207 XFT_LIBS!$XFT_LIBS$ac_delim 25213 XFT_LIBS!$XFT_LIBS$ac_delim
25208 FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim 25214 FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
25209 FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim 25215 FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
25210 FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim 25216 FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
25211 FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim 25217 FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
25212 HAVE_LIBOTF!$HAVE_LIBOTF$ac_delim
25213 LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim 25218 LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
25214 LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim 25219 LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
25215 M17N_FLT_CFLAGS!$M17N_FLT_CFLAGS$ac_delim 25220 M17N_FLT_CFLAGS!$M17N_FLT_CFLAGS$ac_delim
25216 M17N_FLT_LIBS!$M17N_FLT_LIBS$ac_delim 25221 M17N_FLT_LIBS!$M17N_FLT_LIBS$ac_delim
25217 ALLOCA!$ALLOCA$ac_delim 25222 ALLOCA!$ALLOCA$ac_delim
25220 NEED_SETGID!$NEED_SETGID$ac_delim 25225 NEED_SETGID!$NEED_SETGID$ac_delim
25221 KMEM_GROUP!$KMEM_GROUP$ac_delim 25226 KMEM_GROUP!$KMEM_GROUP$ac_delim
25222 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim 25227 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim
25223 GETOPT_H!$GETOPT_H$ac_delim 25228 GETOPT_H!$GETOPT_H$ac_delim
25224 GETOPTOBJS!$GETOPTOBJS$ac_delim 25229 GETOPTOBJS!$GETOPTOBJS$ac_delim
25230 version!$version$ac_delim
25225 _ACEOF 25231 _ACEOF
25226 25232
25227 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 25233 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
25228 break 25234 break
25229 elif $ac_last_try; then 25235 elif $ac_last_try; then
25261 25267
25262 25268
25263 ac_delim='%!_!# ' 25269 ac_delim='%!_!# '
25264 for ac_last_try in false false false false false :; do 25270 for ac_last_try in false false false false false :; do
25265 cat >conf$$subs.sed <<_ACEOF 25271 cat >conf$$subs.sed <<_ACEOF
25266 version!$version$ac_delim
25267 configuration!$configuration$ac_delim 25272 configuration!$configuration$ac_delim
25268 canonical!$canonical$ac_delim 25273 canonical!$canonical$ac_delim
25269 srcdir!$srcdir$ac_delim 25274 srcdir!$srcdir$ac_delim
25270 lispdir!$lispdir$ac_delim 25275 lispdir!$lispdir$ac_delim
25271 locallisppath!$locallisppath$ac_delim 25276 locallisppath!$locallisppath$ac_delim
25286 opsysfile!$opsysfile$ac_delim 25291 opsysfile!$opsysfile$ac_delim
25287 carbon_appdir!$carbon_appdir$ac_delim 25292 carbon_appdir!$carbon_appdir$ac_delim
25288 LTLIBOBJS!$LTLIBOBJS$ac_delim 25293 LTLIBOBJS!$LTLIBOBJS$ac_delim
25289 _ACEOF 25294 _ACEOF
25290 25295
25291 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 23; then 25296 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 22; then
25292 break 25297 break
25293 elif $ac_last_try; then 25298 elif $ac_last_try; then
25294 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 25299 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25295 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 25300 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25296 { (exit 1); exit 1; }; } 25301 { (exit 1); exit 1; }; }