Changeset 24901
- Timestamp:
- 12/14/11 19:20:29 (9 years ago)
- Location:
- main/trunk/greenstone2
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/common-src/Makefile.in
r24874 r24901 38 38 39 39 GSDLOS = @gsdlos@ 40 GSDLARCH = @gsdlarch@ 40 41 41 42 COMPILE = $(CC) -c -
main/trunk/greenstone2/common-src/cgi-bin/Makefile.in
r24879 r24901 27 27 COMMON_DIR = $(GSDL_DIR)/common-src 28 28 GSDLOS = @gsdlos@ 29 GSDLARCH = @gsdlarch@ 29 30 30 31 31 32 32 33 all: 33 mkdir -p $(GSDL_DIR)/cgi-bin/$(GSDLOS) 34 mkdir -p $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH) 34 35 35 36 install: 36 cp * $(GSDL_DIR)/cgi-bin/$(GSDLOS) /.37 rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS) /Makefile38 rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS) /Makefile.in39 rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS) /win32.mak37 cp * $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/. 38 rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/Makefile 39 rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/Makefile.in 40 rm -f $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)/win32.mak 40 41 41 42 clean: 42 rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS) 43 rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH) 43 44 44 45 distclean: 45 rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS) 46 rm -rf $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH) 46 47 rm -f Makefile 47 48 -
main/trunk/greenstone2/common-src/configure
r24874 r24901 312 312 ac_subdirs_all="$ac_subdirs_all packages" 313 313 ac_subdirs_all="$ac_subdirs_all indexers" 314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_JAVA USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE ENABLE_JNI ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX JAVA uudecode JAVAC JAVACFLAGS AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos MODULEDIRS subdirs LTLIBOBJS'314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_JAVA USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE ENABLE_JNI ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX JAVA uudecode JAVAC JAVACFLAGS AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos gsdlarch MODULEDIRS subdirs LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 3780 3780 if test -z "$COMPAT32BITFLAGS" ; then 3781 3781 COMPAT32BITFLAGS="-m32" 3782 gsdlarch='64' 3782 3783 fi 3783 3784 else … … 3786 3787 if test -z "$COMPAT32BITFLAGS" ; then 3787 3788 COMPAT32BITFLAGS= 3789 gsdlarch='32' 3788 3790 fi 3789 3791 fi … … 7566 7568 gsdlos=windows 7567 7569 fi 7570 7571 7572 # Make gsdlarch empty if the OS bit value (32 or 64) is not used in naming 7573 # directories already or if common-src is compiled up on its own. 7574 # E.g. 32/64 bit won't be used in the SVN version if only bin/linux exists. 7575 if test -d "../bin/$gsdlos" -o ! -f "../setup.bash" ; then 7576 gsdlarch="" 7577 fi 7568 7578 7569 7579 … … 8542 8552 s,@STATIC@,$STATIC,;t t 8543 8553 s,@gsdlos@,$gsdlos,;t t 8554 s,@gsdlarch@,$gsdlarch,;t t 8544 8555 s,@MODULEDIRS@,$MODULEDIRS,;t t 8545 8556 s,@subdirs@,$subdirs,;t t -
main/trunk/greenstone2/common-src/configure.in
r24874 r24901 226 226 if test -z "$COMPAT32BITFLAGS" ; then 227 227 COMPAT32BITFLAGS="-m32" 228 gsdlarch='64' 228 229 fi 229 230 else … … 231 232 if test -z "$COMPAT32BITFLAGS" ; then 232 233 COMPAT32BITFLAGS= 234 gsdlarch='32' 233 235 fi 234 236 fi … … 426 428 fi 427 429 AC_SUBST(gsdlos) 430 431 # Make gsdlarch empty if the OS bit value (32 or 64) is not used in naming 432 # directories already or if common-src is compiled up on its own. 433 # E.g. 32/64 bit won't be used in the SVN version if only bin/linux exists. 434 if test -d "../bin/$gsdlos" -o ! -f "../setup.bash" ; then 435 gsdlarch="" 436 fi 437 AC_SUBST(gsdlarch) 428 438 429 439 # check for endianness -
main/trunk/greenstone2/gsicontrol.sh
r24874 r24901 106 106 echo "Setting config file to use port $port"; 107 107 cat "$GSDLHOME/apache-httpd/$GSDLOS$GSDLARCH/conf/httpd.conf.in" \ 108 | sed "s@\*\*GSDL OS\*\*@$GSDLOS$GSDLARCH@g" \108 | sed "s@\*\*GSDL_OS_ARCH\*\*@$GSDLOS$GSDLARCH@g" \ 109 109 | sed "s@\*\*PORT\*\*@$port@g" \ 110 110 | sed "s@\*\*CONNECTPERMISSION\*\*@$allowfromall@g" \ -
main/trunk/greenstone2/runtime-src/Makefile.in
r16568 r24901 38 38 39 39 GSDLOS = @gsdlos@ 40 GSDLARCH = @gsdlarch@ 40 41 41 42 COMPILE = $(CC) -c -
main/trunk/greenstone2/runtime-src/configure
r23356 r24901 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 67.3 # Generated by GNU Autoconf 2.59. 4 4 # 5 # 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 8 # Foundation, Inc. 9 # 10 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 11 6 # This configure script is free software; the Free Software Foundation 12 7 # gives unlimited permission to copy, distribute and modify it. 13 ## -------------------- ## 14 ## M4sh Initialization. ## 15 ## -------------------- ## 16 17 # Be more Bourne compatible 18 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 8 ## --------------------- ## 9 ## M4sh Initialization. ## 10 ## --------------------- ## 11 12 # Be Bourne compatible 13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 20 14 emulate sh 21 15 NULLCMD=: 22 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 23 17 # is contrary to our usage. Disable this feature. 24 18 alias -g '${1+"$@"}'='"$@"' 25 setopt NO_GLOB_SUBST 26 else 27 case `(set -o) 2>/dev/null` in #( 28 *posix*) : 29 set -o posix ;; #( 30 *) : 31 ;; 32 esac 33 fi 34 35 36 as_nl=' 37 ' 38 export as_nl 39 # Printing a long string crashes Solaris 7 /usr/bin/printf. 40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 43 # Prefer a ksh shell builtin over an external printf program on Solaris, 44 # but without wasting forks for bash or zsh. 45 if test -z "$BASH_VERSION$ZSH_VERSION" \ 46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 47 as_echo='print -r --' 48 as_echo_n='print -rn --' 49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in #( 61 *"$as_nl"*) 62 expr "X$arg" : "X\\(.*\\)$as_nl"; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 64 esac; 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 66 ' 67 export as_echo_n_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 73 74 # The user is always right. 75 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 81 fi 82 83 84 # IFS 85 # We need space, tab and new line, in precisely that order. Quoting is 86 # there to prevent editors from complaining about space-tab. 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 88 # splitting by setting IFS to empty value.) 89 IFS=" "" $as_nl" 90 91 # Find who we are. Look in the path if we contain no directory separator. 92 case $0 in #(( 93 *[\\/]* ) as_myself=$0 ;; 94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 for as_dir in $PATH 96 do 97 IFS=$as_save_IFS 98 test -z "$as_dir" && as_dir=. 99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 100 done 101 IFS=$as_save_IFS 102 103 ;; 104 esac 105 # We did not find ourselves, most probably we were run as `sh COMMAND' 106 # in which case we are not to be found in the path. 107 if test "x$as_myself" = x; then 108 as_myself=$0 109 fi 110 if test ! -f "$as_myself"; then 111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 112 exit 1 113 fi 114 115 # Unset variables that we do not need and which cause bugs (e.g. in 116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 117 # suppresses any "Segmentation fault" message there. '((' could 118 # trigger a bug in pdksh 5.2.14. 119 for as_var in BASH_ENV ENV MAIL MAILPATH 120 do eval test x\${$as_var+set} = xset \ 121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 122 done 19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20 set -o posix 21 fi 22 DUALCASE=1; export DUALCASE # for MKS sh 23 24 # Support unset when possible. 25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26 as_unset=unset 27 else 28 as_unset=false 29 fi 30 31 32 # Work around bugs in pre-3.0 UWIN ksh. 33 $as_unset ENV MAIL MAILPATH 123 34 PS1='$ ' 124 35 PS2='> ' … … 126 37 127 38 # NLS nuisances. 128 LC_ALL=C 129 export LC_ALL 130 LANGUAGE=C 131 export LANGUAGE 132 133 # CDPATH. 134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 136 if test "x$CONFIG_SHELL" = x; then 137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 138 emulate sh 139 NULLCMD=: 140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 141 # is contrary to our usage. Disable this feature. 142 alias -g '\${1+\"\$@\"}'='\"\$@\"' 143 setopt NO_GLOB_SUBST 144 else 145 case \`(set -o) 2>/dev/null\` in #( 146 *posix*) : 147 set -o posix ;; #( 148 *) : 149 ;; 150 esac 151 fi 152 " 153 as_required="as_fn_return () { (exit \$1); } 154 as_fn_success () { as_fn_return 0; } 155 as_fn_failure () { as_fn_return 1; } 156 as_fn_ret_success () { return 0; } 157 as_fn_ret_failure () { return 1; } 158 159 exitcode=0 160 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 165 166 else 167 exitcode=1; echo positional parameters were not saved. 168 fi 169 test x\$exitcode = x0 || exit 1" 170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 174 test \$(( 1 + 1 )) = 2 || exit 1" 175 if (eval "$as_required") 2>/dev/null; then : 176 as_have_required=yes 177 else 178 as_have_required=no 179 fi 180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 181 182 else 183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 184 as_found=false 185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 39 for as_var in \ 40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 42 LC_TELEPHONE LC_TIME 186 43 do 187 IFS=$as_save_IFS 188 test -z "$as_dir" && as_dir=. 189 as_found=: 190 case $as_dir in #( 191 /*) 192 for as_base in sh bash ksh sh5; do 193 # Try only shells that exist, to save several forks. 194 as_shell=$as_dir/$as_base 195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 197 CONFIG_SHELL=$as_shell as_have_required=yes 198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 199 break 2 200 fi 201 fi 202 done;; 203 esac 204 as_found=false 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 eval $as_var=C; export $as_var 46 else 47 $as_unset $as_var 48 fi 205 49 done 206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 208 CONFIG_SHELL=$SHELL as_have_required=yes 209 fi; } 210 IFS=$as_save_IFS 211 212 213 if test "x$CONFIG_SHELL" != x; then : 214 # We cannot yet assume a decent shell, so we have to provide a 215 # neutralization value for shells without unset; and this also 216 # works around shells that cannot unset nonexistent variables. 217 BASH_ENV=/dev/null 218 ENV=/dev/null 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 220 export CONFIG_SHELL 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 222 fi 223 224 if test x$as_have_required = xno; then : 225 $as_echo "$0: This script requires a shell more modern than all" 226 $as_echo "$0: the shells that I found on your system." 227 if test x${ZSH_VERSION+set} = xset ; then 228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 229 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 230 else 231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, 232 $0: including any error possibly output before this 233 $0: message. Then install a modern shell, or manually run 234 $0: the script under such a shell if you do have one." 235 fi 236 exit 1 237 fi 238 fi 239 fi 240 SHELL=${CONFIG_SHELL-/bin/sh} 241 export SHELL 242 # Unset more variables known to interfere with behavior of common tools. 243 CLICOLOR_FORCE= GREP_OPTIONS= 244 unset CLICOLOR_FORCE GREP_OPTIONS 245 246 ## --------------------- ## 247 ## M4sh Shell Functions. ## 248 ## --------------------- ## 249 # as_fn_unset VAR 250 # --------------- 251 # Portably unset VAR. 252 as_fn_unset () 253 { 254 { eval $1=; unset $1;} 255 } 256 as_unset=as_fn_unset 257 258 # as_fn_set_status STATUS 259 # ----------------------- 260 # Set $? to STATUS, without forking. 261 as_fn_set_status () 262 { 263 return $1 264 } # as_fn_set_status 265 266 # as_fn_exit STATUS 267 # ----------------- 268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 269 as_fn_exit () 270 { 271 set +e 272 as_fn_set_status $1 273 exit $1 274 } # as_fn_exit 275 276 # as_fn_mkdir_p 277 # ------------- 278 # Create "$as_dir" as a directory, including parents if necessary. 279 as_fn_mkdir_p () 280 { 281 282 case $as_dir in #( 283 -*) as_dir=./$as_dir;; 284 esac 285 test -d "$as_dir" || eval $as_mkdir_p || { 286 as_dirs= 287 while :; do 288 case $as_dir in #( 289 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 290 *) as_qdir=$as_dir;; 291 esac 292 as_dirs="'$as_qdir' $as_dirs" 293 as_dir=`$as_dirname -- "$as_dir" || 294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 295 X"$as_dir" : 'X\(//\)[^/]' \| \ 296 X"$as_dir" : 'X\(//\)$' \| \ 297 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 298 $as_echo X"$as_dir" | 299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 300 s//\1/ 301 q 302 } 303 /^X\(\/\/\)[^/].*/{ 304 s//\1/ 305 q 306 } 307 /^X\(\/\/\)$/{ 308 s//\1/ 309 q 310 } 311 /^X\(\/\).*/{ 312 s//\1/ 313 q 314 } 315 s/.*/./; q'` 316 test -d "$as_dir" && break 317 done 318 test -z "$as_dirs" || eval "mkdir $as_dirs" 319 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 320 321 322 } # as_fn_mkdir_p 323 # as_fn_append VAR VALUE 324 # ---------------------- 325 # Append the text in VALUE to the end of the definition contained in VAR. Take 326 # advantage of any shell optimizations that allow amortized linear growth over 327 # repeated appends, instead of the typical quadratic growth present in naive 328 # implementations. 329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 330 eval 'as_fn_append () 331 { 332 eval $1+=\$2 333 }' 334 else 335 as_fn_append () 336 { 337 eval $1=\$$1\$2 338 } 339 fi # as_fn_append 340 341 # as_fn_arith ARG... 342 # ------------------ 343 # Perform arithmetic evaluation on the ARGs, and store the result in the 344 # global $as_val. Take advantage of shells that can avoid forks. The arguments 345 # must be portable across $(()) and expr. 346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 347 eval 'as_fn_arith () 348 { 349 as_val=$(( $* )) 350 }' 351 else 352 as_fn_arith () 353 { 354 as_val=`expr "$@" || test $? -eq 1` 355 } 356 fi # as_fn_arith 357 358 359 # as_fn_error STATUS ERROR [LINENO LOG_FD] 360 # ---------------------------------------- 361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 363 # script with STATUS, using 1 if that was 0. 364 as_fn_error () 365 { 366 as_status=$1; test $as_status -eq 0 && as_status=1 367 if test "$4"; then 368 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 370 fi 371 $as_echo "$as_me: error: $2" >&2 372 as_fn_exit $as_status 373 } # as_fn_error 374 375 if expr a : '\(a\)' >/dev/null 2>&1 && 376 test "X`expr 00001 : '.*\(...\)'`" = X001; then 50 51 # Required to use basename. 52 if expr a : '\(a\)' >/dev/null 2>&1; then 377 53 as_expr=expr 378 54 else … … 380 56 fi 381 57 382 if (basename -- /) >/dev/null 2>&1 && test "X`basename --/ 2>&1`" = "X/"; then58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 383 59 as_basename=basename 384 60 else … … 386 62 fi 387 63 388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 389 as_dirname=dirname 390 else 391 as_dirname=false 392 fi 393 394 as_me=`$as_basename -- "$0" || 64 65 # Name of the executable. 66 as_me=`$as_basename "$0" || 395 67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 396 68 X"$0" : 'X\(//\)$' \| \ 397 X"$0" : 'X\(/\)' \| . 2>/dev/null || 398 $as_echo X/"$0" | 399 sed '/^.*\/\([^/][^/]*\)\/*$/{ 400 s//\1/ 401 q 402 } 403 /^X\/\(\/\/\)$/{ 404 s//\1/ 405 q 406 } 407 /^X\/\(\/\).*/{ 408 s//\1/ 409 q 410 } 411 s/.*/./; q'` 412 69 X"$0" : 'X\(/\)$' \| \ 70 . : '\(.\)' 2>/dev/null || 71 echo X/"$0" | 72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 73 /^X\/\(\/\/\)$/{ s//\1/; q; } 74 /^X\/\(\/\).*/{ s//\1/; q; } 75 s/.*/./; q'` 76 77 78 # PATH needs CR, and LINENO needs CR and PATH. 413 79 # Avoid depending upon Character Ranges. 414 80 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 418 84 as_cr_alnum=$as_cr_Letters$as_cr_digits 419 85 420 421 as_lineno_1=$LINENO as_lineno_1a=$LINENO 422 as_lineno_2=$LINENO as_lineno_2a=$LINENO 423 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 424 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 425 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 426 sed -n ' 427 p 428 /[$]LINENO/= 429 ' <$as_myself | 86 # The user is always right. 87 if test "${PATH_SEPARATOR+set}" != set; then 88 echo "#! /bin/sh" >conf$$.sh 89 echo "exit 0" >>conf$$.sh 90 chmod +x conf$$.sh 91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 92 PATH_SEPARATOR=';' 93 else 94 PATH_SEPARATOR=: 95 fi 96 rm -f conf$$.sh 97 fi 98 99 100 as_lineno_1=$LINENO 101 as_lineno_2=$LINENO 102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 103 test "x$as_lineno_1" != "x$as_lineno_2" && 104 test "x$as_lineno_3" = "x$as_lineno_2" || { 105 # Find who we are. Look in the path if we contain no path at all 106 # relative or not. 107 case $0 in 108 *[\\/]* ) as_myself=$0 ;; 109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 110 for as_dir in $PATH 111 do 112 IFS=$as_save_IFS 113 test -z "$as_dir" && as_dir=. 114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115 done 116 117 ;; 118 esac 119 # We did not find ourselves, most probably we were run as `sh COMMAND' 120 # in which case we are not to be found in the path. 121 if test "x$as_myself" = x; then 122 as_myself=$0 123 fi 124 if test ! -f "$as_myself"; then 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 126 { (exit 1); exit 1; }; } 127 fi 128 case $CONFIG_SHELL in 129 '') 130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 132 do 133 IFS=$as_save_IFS 134 test -z "$as_dir" && as_dir=. 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 137 /*) 138 if ("$as_dir/$as_base" -c ' 139 as_lineno_1=$LINENO 140 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 142 test "x$as_lineno_1" != "x$as_lineno_2" && 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 146 CONFIG_SHELL=$as_dir/$as_base 147 export CONFIG_SHELL 148 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 149 fi;; 150 esac 151 done 152 done 153 ;; 154 esac 155 156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 157 # uniformly replaced by the line number. The first 'sed' inserts a 158 # line-number line before each line; the second 'sed' does the real 159 # work. The second script uses 'N' to pair each line-number line 160 # with the numbered line, and appends trailing '-' during 161 # substitution so that $LINENO is not a special case at line end. 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 430 165 sed ' 431 s/[$]LINENO.*/&-/432 t lineno433 b434 :lineno435 166 N 436 :loop 437 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 167 s,$,-, 168 : loop 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 438 170 t loop 439 s/-\n.*// 171 s,-$,, 172 s,^['$as_cr_digits']*\n,, 440 173 ' >$as_me.lineno && 441 chmod +x "$as_me.lineno" || 442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 174 chmod +x $as_me.lineno || 175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 176 { (exit 1); exit 1; }; } 443 177 444 178 # Don't try to exec as it changes $[0], causing all sort of problems 445 179 # (the dirname of $[0] is not the place where we might find the 446 # original and so on. Autoconf is especially sensi tive to this).447 . "./$as_me.lineno"180 # original and so on. Autoconf is especially sensible to this). 181 . ./$as_me.lineno 448 182 # Exit status is that of the last command. 449 183 exit 450 184 } 451 185 452 ECHO_C= ECHO_N= ECHO_T= 453 case `echo -n x` in #((((( 454 -n*) 455 case `echo 'xy\c'` in 456 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 457 xy) ECHO_C='\c';; 458 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 459 ECHO_T=' ';; 460 esac;; 461 *) 462 ECHO_N='-n';; 186 187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 188 *c*,-n*) ECHO_N= ECHO_C=' 189 ' ECHO_T=' ' ;; 190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 463 192 esac 464 193 194 if expr a : '\(a\)' >/dev/null 2>&1; then 195 as_expr=expr 196 else 197 as_expr=false 198 fi 199 465 200 rm -f conf$$ conf$$.exe conf$$.file 466 if test -d conf$$.dir; then 467 rm -f conf$$.dir/conf$$.file 468 else 469 rm -f conf$$.dir470 mkdir conf$$.dir 2>/dev/null471 fi 472 if (echo >conf$$.file) 2>/dev/null; then 473 if ln -s conf$$.file conf$$ 2>/dev/null; then201 echo >conf$$.file 202 if ln -s conf$$.file conf$$ 2>/dev/null; then 203 # We could just check for DJGPP; but this test a) works b) is more generic 204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 205 if test -f conf$$.exe; then 206 # Don't use ln at all; we don't have any links 207 as_ln_s='cp -p' 208 else 474 209 as_ln_s='ln -s' 475 # ... but there are two gotchas:476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.478 # In both cases, we have to default to `cp -p'.479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||480 as_ln_s='cp -p'481 elif ln conf$$.file conf$$ 2>/dev/null; then482 as_ln_s=ln483 else484 as_ln_s='cp -p'485 210 fi 211 elif ln conf$$.file conf$$ 2>/dev/null; then 212 as_ln_s=ln 486 213 else 487 214 as_ln_s='cp -p' 488 215 fi 489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 490 rmdir conf$$.dir 2>/dev/null 216 rm -f conf$$ conf$$.exe conf$$.file 491 217 492 218 if mkdir -p . 2>/dev/null; then 493 as_mkdir_p= 'mkdir -p "$as_dir"'219 as_mkdir_p=: 494 220 else 495 221 test -d ./-p && rmdir ./-p … … 497 223 fi 498 224 499 if test -x / >/dev/null 2>&1; then 500 as_test_x='test -x' 501 else 502 if ls -dL / >/dev/null 2>&1; then 503 as_ls_L_option=L 504 else 505 as_ls_L_option= 506 fi 507 as_test_x=' 508 eval sh -c '\'' 509 if test -d "$1"; then 510 test -d "$1/."; 511 else 512 case $1 in #( 513 -*)set "./$1";; 514 esac; 515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 516 ???[sx]*):;;*)false;;esac;fi 517 '\'' sh 518 ' 519 fi 520 as_executable_p=$as_test_x 225 as_executable_p="test -f" 521 226 522 227 # Sed expression to map a string onto a valid CPP name. … … 527 232 528 233 529 test -n "$DJDIR" || exec 7<&0 </dev/null 530 exec 6>&1 234 # IFS 235 # We need space, tab and new line, in precisely that order. 236 as_nl=' 237 ' 238 IFS=" $as_nl" 239 240 # CDPATH. 241 $as_unset CDPATH 242 531 243 532 244 # Name of the host. 533 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 534 246 # so uname gets run too. 535 247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 248 249 exec 6>&1 536 250 537 251 # … … 539 253 # 540 254 ac_default_prefix=/usr/local 541 ac_clean_files=542 255 ac_config_libobj_dir=. 543 LIBOBJS=544 256 cross_compiling=no 545 257 subdirs= 546 258 MFLAGS= 547 259 MAKEFLAGS= 260 SHELL=${CONFIG_SHELL-/bin/sh} 261 262 # Maximum number of lines to put in a shell here document. 263 # This variable seems obsolete. It should probably be removed, and 264 # only ac_max_sed_lines should be used. 265 : ${ac_max_here_lines=38} 548 266 549 267 # Identity of this package. … … 553 271 PACKAGE_STRING= 554 272 PACKAGE_BUGREPORT= 555 PACKAGE_URL=556 273 557 274 # Factoring default headers for most tests. 558 275 ac_includes_default="\ 559 276 #include <stdio.h> 560 #if defHAVE_SYS_TYPES_H277 #if HAVE_SYS_TYPES_H 561 278 # include <sys/types.h> 562 279 #endif 563 #if defHAVE_SYS_STAT_H280 #if HAVE_SYS_STAT_H 564 281 # include <sys/stat.h> 565 282 #endif 566 #if defSTDC_HEADERS283 #if STDC_HEADERS 567 284 # include <stdlib.h> 568 285 # include <stddef.h> 569 286 #else 570 # if defHAVE_STDLIB_H287 # if HAVE_STDLIB_H 571 288 # include <stdlib.h> 572 289 # endif 573 290 #endif 574 #if defHAVE_STRING_H575 # if ! defined STDC_HEADERS && definedHAVE_MEMORY_H291 #if HAVE_STRING_H 292 # if !STDC_HEADERS && HAVE_MEMORY_H 576 293 # include <memory.h> 577 294 # endif 578 295 # include <string.h> 579 296 #endif 580 #if defHAVE_STRINGS_H297 #if HAVE_STRINGS_H 581 298 # include <strings.h> 582 299 #endif 583 #if defHAVE_INTTYPES_H300 #if HAVE_INTTYPES_H 584 301 # include <inttypes.h> 302 #else 303 # if HAVE_STDINT_H 304 # include <stdint.h> 305 # endif 585 306 #endif 586 #ifdef HAVE_STDINT_H 587 # include <stdint.h> 588 #endif 589 #ifdef HAVE_UNISTD_H 307 #if HAVE_UNISTD_H 590 308 # include <unistd.h> 591 309 #endif" 592 310 593 enable_option_checking=no 594 ac_subst_vars='LTLIBOBJS 595 subdirs 596 MODULEDIRS 597 gsdlos 598 STATIC 599 LIBOBJS 600 ALLOCA 601 ANSI2KNR 602 U 603 EGREP 604 GREP 605 CPP 606 MICO_VER 607 COMPAT32BITFLAGS 608 RANLIB 609 SET_MAKE 610 LN_S 611 INSTALL_DATA 612 INSTALL_SCRIPT 613 INSTALL_PROGRAM 614 target_os 615 target_vendor 616 target_cpu 617 target 618 host_os 619 host_vendor 620 host_cpu 621 host 622 build_os 623 build_vendor 624 build_cpu 625 build 626 YFLAGS 627 YACC 628 AWK 629 uudecode 630 JAVA 631 JAVACFLAGS 632 JAVAC 633 ac_ct_CXX 634 CXXFLAGS 635 CXX 636 OBJEXT 637 EXEEXT 638 ac_ct_CC 639 CPPFLAGS 640 CC 641 CFLAGS 642 LDFLAGS 643 ENABLE_LUCENE 644 ENABLE_MGPP 645 ENABLE_MG 646 USE_APACHE_HTTPD 647 USE_SQLITE 648 ENABLE_ACCENTFOLD 649 USE_GDBM 650 USE_JDBM 651 ENABLE_JAVA 652 USE_YAZ 653 USE_Z3950 654 MICO_DIR 655 USE_CORBA 656 USE_LANGACTION 657 USE_FASTCGI 658 VERSION 659 PACKAGE 660 target_alias 661 host_alias 662 build_alias 663 LIBS 664 ECHO_T 665 ECHO_N 666 ECHO_C 667 DEFS 668 mandir 669 localedir 670 libdir 671 psdir 672 pdfdir 673 dvidir 674 htmldir 675 infodir 676 docdir 677 oldincludedir 678 includedir 679 localstatedir 680 sharedstatedir 681 sysconfdir 682 datadir 683 datarootdir 684 libexecdir 685 sbindir 686 bindir 687 program_transform_name 688 prefix 689 exec_prefix 690 PACKAGE_URL 691 PACKAGE_BUGREPORT 692 PACKAGE_STRING 693 PACKAGE_VERSION 694 PACKAGE_TARNAME 695 PACKAGE_NAME 696 PATH_SEPARATOR 697 SHELL' 311 ac_subdirs_all="$ac_subdirs_all packages" 312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_JAVA USE_JDBM USE_GDBM ENABLE_ACCENTFOLD USE_SQLITE USE_APACHE_HTTPD ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX JAVAC JAVACFLAGS JAVA uudecode AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos gsdlarch MODULEDIRS subdirs LTLIBOBJS' 698 313 ac_subst_files='' 699 ac_user_opts='700 enable_option_checking701 enable_corba702 with_micodir703 enable_z3950704 enable_yaz705 enable_java706 enable_jdbm707 enable_gdbm708 enable_accentfold709 enable_sqlite710 enable_apache_httpd711 enable_mg712 enable_mgpp713 enable_lucene714 with_dmalloc715 with_regex716 '717 ac_precious_vars='build_alias718 host_alias719 target_alias720 CC721 CFLAGS722 LDFLAGS723 LIBS724 CPPFLAGS725 CXX726 CXXFLAGS727 CCC728 YACC729 YFLAGS730 CPP'731 ac_subdirs_all='packages'732 314 733 315 # Initialize some variables set by options. 734 316 ac_init_help= 735 317 ac_init_version=false 736 ac_unrecognized_opts=737 ac_unrecognized_sep=738 318 # The variables have the same names as the options, with 739 319 # dashes changed to underlines. … … 758 338 # by default will actually change. 759 339 # Use braces instead of parens because sh, perl, etc. also accept them. 760 # (The list follows the same order as the GNU Coding Standards.)761 340 bindir='${exec_prefix}/bin' 762 341 sbindir='${exec_prefix}/sbin' 763 342 libexecdir='${exec_prefix}/libexec' 764 datarootdir='${prefix}/share' 765 datadir='${datarootdir}' 343 datadir='${prefix}/share' 766 344 sysconfdir='${prefix}/etc' 767 345 sharedstatedir='${prefix}/com' 768 346 localstatedir='${prefix}/var' 347 libdir='${exec_prefix}/lib' 769 348 includedir='${prefix}/include' 770 349 oldincludedir='/usr/include' 771 docdir='${datarootdir}/doc/${PACKAGE}' 772 infodir='${datarootdir}/info' 773 htmldir='${docdir}' 774 dvidir='${docdir}' 775 pdfdir='${docdir}' 776 psdir='${docdir}' 777 libdir='${exec_prefix}/lib' 778 localedir='${datarootdir}/locale' 779 mandir='${datarootdir}/man' 350 infodir='${prefix}/info' 351 mandir='${prefix}/man' 780 352 781 353 ac_prev= 782 ac_dashdash=783 354 for ac_option 784 355 do 785 356 # If the previous option needs an argument, assign it. 786 357 if test -n "$ac_prev"; then 787 eval $ac_prev=\$ac_option358 eval "$ac_prev=\$ac_option" 788 359 ac_prev= 789 360 continue 790 361 fi 791 362 363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 364 365 # Accept the important Cygnus configure options, so we can diagnose typos. 366 792 367 case $ac_option in 793 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;794 *=) ac_optarg= ;;795 *) ac_optarg=yes ;;796 esac797 798 # Accept the important Cygnus configure options, so we can diagnose typos.799 800 case $ac_dashdash$ac_option in801 --)802 ac_dashdash=yes ;;803 368 804 369 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 822 387 cache_file=config.cache ;; 823 388 824 -datadir | --datadir | --datadi | --datad )389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 825 390 ac_prev=datadir ;; 826 -datadir=* | --datadir=* | --datadi=* | --datad=*) 391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 392 | --da=*) 827 393 datadir=$ac_optarg ;; 828 394 829 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \830 | --dataroo | --dataro | --datar)831 ac_prev=datarootdir ;;832 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \833 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)834 datarootdir=$ac_optarg ;;835 836 395 -disable-* | --disable-*) 837 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 838 397 # Reject names that are not valid shell variable names. 839 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 840 as_fn_error $? "invalid feature name: $ac_useropt" 841 ac_useropt_orig=$ac_useropt 842 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 843 case $ac_user_opts in 844 *" 845 "enable_$ac_useropt" 846 "*) ;; 847 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 848 ac_unrecognized_sep=', ';; 398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 400 { (exit 1); exit 1; }; } 401 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 402 eval "enable_$ac_feature=no" ;; 403 404 -enable-* | --enable-*) 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 406 # Reject names that are not valid shell variable names. 407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 409 { (exit 1); exit 1; }; } 410 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 411 case $ac_option in 412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 413 *) ac_optarg=yes ;; 849 414 esac 850 eval enable_$ac_useropt=no ;; 851 852 -docdir | --docdir | --docdi | --doc | --do) 853 ac_prev=docdir ;; 854 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 855 docdir=$ac_optarg ;; 856 857 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 858 ac_prev=dvidir ;; 859 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 860 dvidir=$ac_optarg ;; 861 862 -enable-* | --enable-*) 863 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 864 # Reject names that are not valid shell variable names. 865 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 866 as_fn_error $? "invalid feature name: $ac_useropt" 867 ac_useropt_orig=$ac_useropt 868 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 869 case $ac_user_opts in 870 *" 871 "enable_$ac_useropt" 872 "*) ;; 873 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 874 ac_unrecognized_sep=', ';; 875 esac 876 eval enable_$ac_useropt=\$ac_optarg ;; 415 eval "enable_$ac_feature='$ac_optarg'" ;; 877 416 878 417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 901 440 host_alias=$ac_optarg ;; 902 441 903 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)904 ac_prev=htmldir ;;905 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \906 | --ht=*)907 htmldir=$ac_optarg ;;908 909 442 -includedir | --includedir | --includedi | --included | --include \ 910 443 | --includ | --inclu | --incl | --inc) … … 931 464 libexecdir=$ac_optarg ;; 932 465 933 -localedir | --localedir | --localedi | --localed | --locale)934 ac_prev=localedir ;;935 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)936 localedir=$ac_optarg ;;937 938 466 -localstatedir | --localstatedir | --localstatedi | --localstated \ 939 | --localstate | --localstat | --localsta | --localst | --locals) 467 | --localstate | --localstat | --localsta | --localst \ 468 | --locals | --local | --loca | --loc | --lo) 940 469 ac_prev=localstatedir ;; 941 470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 942 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 943 473 localstatedir=$ac_optarg ;; 944 474 … … 1005 535 program_transform_name=$ac_optarg ;; 1006 536 1007 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)1008 ac_prev=pdfdir ;;1009 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)1010 pdfdir=$ac_optarg ;;1011 1012 -psdir | --psdir | --psdi | --psd | --ps)1013 ac_prev=psdir ;;1014 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)1015 psdir=$ac_optarg ;;1016 1017 537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1018 538 | -silent | --silent | --silen | --sile | --sil) … … 1065 585 1066 586 -with-* | --with-*) 1067 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1068 588 # Reject names that are not valid shell variable names. 1069 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1070 as_fn_error $? "invalid package name: $ac_useropt" 1071 ac_useropt_orig=$ac_useropt 1072 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1073 case $ac_user_opts in 1074 *" 1075 "with_$ac_useropt" 1076 "*) ;; 1077 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1078 ac_unrecognized_sep=', ';; 589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 590 { echo "$as_me: error: invalid package name: $ac_package" >&2 591 { (exit 1); exit 1; }; } 592 ac_package=`echo $ac_package| sed 's/-/_/g'` 593 case $ac_option in 594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 595 *) ac_optarg=yes ;; 1079 596 esac 1080 eval with_$ac_useropt=\$ac_optarg;;597 eval "with_$ac_package='$ac_optarg'" ;; 1081 598 1082 599 -without-* | --without-*) 1083 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1084 601 # Reject names that are not valid shell variable names. 1085 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1086 as_fn_error $? "invalid package name: $ac_useropt" 1087 ac_useropt_orig=$ac_useropt 1088 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1089 case $ac_user_opts in 1090 *" 1091 "with_$ac_useropt" 1092 "*) ;; 1093 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1094 ac_unrecognized_sep=', ';; 1095 esac 1096 eval with_$ac_useropt=no ;; 602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 603 { echo "$as_me: error: invalid package name: $ac_package" >&2 604 { (exit 1); exit 1; }; } 605 ac_package=`echo $ac_package | sed 's/-/_/g'` 606 eval "with_$ac_package=no" ;; 1097 607 1098 608 --x) … … 1114 624 x_libraries=$ac_optarg ;; 1115 625 1116 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1117 Try \`$0 --help' for more information" 626 -*) { echo "$as_me: error: unrecognized option: $ac_option 627 Try \`$0 --help' for more information." >&2 628 { (exit 1); exit 1; }; } 1118 629 ;; 1119 630 … … 1121 632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1122 633 # Reject names that are not valid shell variable names. 1123 case $ac_envvar in #(1124 '' | [0-9]* | *[!_$as_cr_alnum]* )1125 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;1126 esac1127 eval $ac_envvar=\$ac_optarg634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 636 { (exit 1); exit 1; }; } 637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 638 eval "$ac_envvar='$ac_optarg'" 1128 639 export $ac_envvar ;; 1129 640 1130 641 *) 1131 642 # FIXME: should be removed in autoconf 3.0. 1132 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1133 644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1134 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1135 646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1136 647 ;; … … 1141 652 if test -n "$ac_prev"; then 1142 653 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1143 as_fn_error $? "missing argument to $ac_option" 1144 fi 1145 1146 if test -n "$ac_unrecognized_opts"; then 1147 case $enable_option_checking in 1148 no) ;; 1149 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1150 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 654 { echo "$as_me: error: missing argument to $ac_option" >&2 655 { (exit 1); exit 1; }; } 656 fi 657 658 # Be sure to have absolute paths. 659 for ac_var in exec_prefix prefix 660 do 661 eval ac_val=$`echo $ac_var` 662 case $ac_val in 663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 665 { (exit 1); exit 1; }; };; 1151 666 esac 1152 fi 1153 1154 # Check all directory arguments for consistency. 1155 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1156 datadir sysconfdir sharedstatedir localstatedir includedir \ 1157 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1158 libdir localedir mandir 667 done 668 669 # Be sure to have absolute paths. 670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 671 localstatedir libdir includedir oldincludedir infodir mandir 1159 672 do 1160 eval ac_val=\$$ac_var 1161 # Remove trailing slashes. 673 eval ac_val=$`echo $ac_var` 1162 674 case $ac_val in 1163 */ )1164 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1165 eval $ac_var=\$ac_val;;675 [\\/$]* | ?:[\\/]* ) ;; 676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 677 { (exit 1); exit 1; }; };; 1166 678 esac 1167 # Be sure to have absolute directory names.1168 case $ac_val in1169 [\\/$]* | ?:[\\/]* ) continue;;1170 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;1171 esac1172 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"1173 679 done 1174 680 … … 1184 690 if test "x$build_alias" = x; then 1185 691 cross_compiling=maybe 1186 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1187 If a cross compiler is detected then cross compile mode will be used " >&2692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 693 If a cross compiler is detected then cross compile mode will be used." >&2 1188 694 elif test "x$build_alias" != "x$host_alias"; then 1189 695 cross_compiling=yes … … 1197 703 1198 704 1199 ac_pwd=`pwd` && test -n "$ac_pwd" &&1200 ac_ls_di=`ls -di .` &&1201 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||1202 as_fn_error $? "working directory cannot be determined"1203 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||1204 as_fn_error $? "pwd does not report name of working directory"1205 1206 1207 705 # Find the source files, if location was not specified. 1208 706 if test -z "$srcdir"; then 1209 707 ac_srcdir_defaulted=yes 1210 # Try the directory containing this script, then the parent directory. 1211 ac_confdir=`$as_dirname -- "$as_myself" || 1212 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1213 X"$as_myself" : 'X\(//\)[^/]' \| \ 1214 X"$as_myself" : 'X\(//\)$' \| \ 1215 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1216 $as_echo X"$as_myself" | 1217 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1218 s//\1/ 1219 q 1220 } 1221 /^X\(\/\/\)[^/].*/{ 1222 s//\1/ 1223 q 1224 } 1225 /^X\(\/\/\)$/{ 1226 s//\1/ 1227 q 1228 } 1229 /^X\(\/\).*/{ 1230 s//\1/ 1231 q 1232 } 1233 s/.*/./; q'` 708 # Try the directory containing this script, then its parent. 709 ac_confdir=`(dirname "$0") 2>/dev/null || 710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 711 X"$0" : 'X\(//\)[^/]' \| \ 712 X"$0" : 'X\(//\)$' \| \ 713 X"$0" : 'X\(/\)' \| \ 714 . : '\(.\)' 2>/dev/null || 715 echo X"$0" | 716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 717 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 718 /^X\(\/\/\)$/{ s//\1/; q; } 719 /^X\(\/\).*/{ s//\1/; q; } 720 s/.*/./; q'` 1234 721 srcdir=$ac_confdir 1235 if test ! -r "$srcdir/$ac_unique_file"; then722 if test ! -r $srcdir/$ac_unique_file; then 1236 723 srcdir=.. 1237 724 fi … … 1239 726 ac_srcdir_defaulted=no 1240 727 fi 1241 if test ! -r "$srcdir/$ac_unique_file"; then 1242 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1243 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1244 fi 1245 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1246 ac_abs_confdir=`( 1247 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1248 pwd)` 1249 # When building in place, set srcdir=. 1250 if test "$ac_abs_confdir" = "$ac_pwd"; then 1251 srcdir=. 1252 fi 1253 # Remove unnecessary trailing slashes from srcdir. 1254 # Double slashes in file names in object file debugging info 1255 # mess up M-x gdb in Emacs. 1256 case $srcdir in 1257 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1258 esac 1259 for ac_var in $ac_precious_vars; do 1260 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1261 eval ac_env_${ac_var}_value=\$${ac_var} 1262 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1263 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1264 done 728 if test ! -r $srcdir/$ac_unique_file; then 729 if test "$ac_srcdir_defaulted" = yes; then 730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 731 { (exit 1); exit 1; }; } 732 else 733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 734 { (exit 1); exit 1; }; } 735 fi 736 fi 737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 739 { (exit 1); exit 1; }; } 740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 741 ac_env_build_alias_set=${build_alias+set} 742 ac_env_build_alias_value=$build_alias 743 ac_cv_env_build_alias_set=${build_alias+set} 744 ac_cv_env_build_alias_value=$build_alias 745 ac_env_host_alias_set=${host_alias+set} 746 ac_env_host_alias_value=$host_alias 747 ac_cv_env_host_alias_set=${host_alias+set} 748 ac_cv_env_host_alias_value=$host_alias 749 ac_env_target_alias_set=${target_alias+set} 750 ac_env_target_alias_value=$target_alias 751 ac_cv_env_target_alias_set=${target_alias+set} 752 ac_cv_env_target_alias_value=$target_alias 753 ac_env_CC_set=${CC+set} 754 ac_env_CC_value=$CC 755 ac_cv_env_CC_set=${CC+set} 756 ac_cv_env_CC_value=$CC 757 ac_env_CFLAGS_set=${CFLAGS+set} 758 ac_env_CFLAGS_value=$CFLAGS 759 ac_cv_env_CFLAGS_set=${CFLAGS+set} 760 ac_cv_env_CFLAGS_value=$CFLAGS 761 ac_env_LDFLAGS_set=${LDFLAGS+set} 762 ac_env_LDFLAGS_value=$LDFLAGS 763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 764 ac_cv_env_LDFLAGS_value=$LDFLAGS 765 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 766 ac_env_CPPFLAGS_value=$CPPFLAGS 767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 769 ac_env_CXX_set=${CXX+set} 770 ac_env_CXX_value=$CXX 771 ac_cv_env_CXX_set=${CXX+set} 772 ac_cv_env_CXX_value=$CXX 773 ac_env_CXXFLAGS_set=${CXXFLAGS+set} 774 ac_env_CXXFLAGS_value=$CXXFLAGS 775 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 776 ac_cv_env_CXXFLAGS_value=$CXXFLAGS 777 ac_env_CPP_set=${CPP+set} 778 ac_env_CPP_value=$CPP 779 ac_cv_env_CPP_set=${CPP+set} 780 ac_cv_env_CPP_value=$CPP 1265 781 1266 782 # … … 1285 801 --help=recursive display the short help of all the included packages 1286 802 -V, --version display version information and exit 1287 -q, --quiet, --silent do not print \`checking 803 -q, --quiet, --silent do not print \`checking...' messages 1288 804 --cache-file=FILE cache test results in FILE [disabled] 1289 805 -C, --config-cache alias for \`--cache-file=config.cache' … … 1291 807 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1292 808 809 _ACEOF 810 811 cat <<_ACEOF 1293 812 Installation directories: 1294 813 --prefix=PREFIX install architecture-independent files in PREFIX 1295 814 [$ac_default_prefix] 1296 815 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1297 816 [PREFIX] 1298 817 1299 818 By default, \`make install' will install all the files in … … 1305 824 1306 825 Fine tuning of the installation directories: 1307 --bindir=DIR user executables [EPREFIX/bin] 1308 --sbindir=DIR system admin executables [EPREFIX/sbin] 1309 --libexecdir=DIR program executables [EPREFIX/libexec] 1310 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1311 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1312 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1313 --libdir=DIR object code libraries [EPREFIX/lib] 1314 --includedir=DIR C header files [PREFIX/include] 1315 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1316 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1317 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1318 --infodir=DIR info documentation [DATAROOTDIR/info] 1319 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1320 --mandir=DIR man documentation [DATAROOTDIR/man] 1321 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1322 --htmldir=DIR html documentation [DOCDIR] 1323 --dvidir=DIR dvi documentation [DOCDIR] 1324 --pdfdir=DIR pdf documentation [DOCDIR] 1325 --psdir=DIR ps documentation [DOCDIR] 826 --bindir=DIR user executables [EPREFIX/bin] 827 --sbindir=DIR system admin executables [EPREFIX/sbin] 828 --libexecdir=DIR program executables [EPREFIX/libexec] 829 --datadir=DIR read-only architecture-independent data [PREFIX/share] 830 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 831 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 832 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 833 --libdir=DIR object code libraries [EPREFIX/lib] 834 --includedir=DIR C header files [PREFIX/include] 835 --oldincludedir=DIR C header files for non-gcc [/usr/include] 836 --infodir=DIR info documentation [PREFIX/info] 837 --mandir=DIR man documentation [PREFIX/man] 1326 838 _ACEOF 1327 839 … … 1340 852 1341 853 Optional Features: 1342 --disable-option-checking ignore unrecognized --enable/--with options1343 854 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1344 855 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1369 880 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1370 881 nonstandard directory <lib dir> 1371 LIBS libraries to pass to the linker, e.g. -l<library> 1372 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1373 you have headers in a nonstandard directory <include dir> 882 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 883 headers in a nonstandard directory <include dir> 1374 884 CXX C++ compiler command 1375 885 CXXFLAGS C++ compiler flags 1376 YACC The `Yet Another C Compiler' implementation to use. Defaults to1377 the first program found out of: `bison -y', `byacc', `yacc'.1378 YFLAGS The list of arguments that will be passed by default to $YACC.1379 This script will default YFLAGS to the empty string to avoid a1380 default value of `-d' given by some make applications.1381 886 CPP C preprocessor 1382 887 … … 1384 889 it to find libraries and programs with nonstandard names/locations. 1385 890 1386 Report bugs to the package provider. 1387 _ACEOF 1388 ac_status=$? 891 _ACEOF 1389 892 fi 1390 893 1391 894 if test "$ac_init_help" = "recursive"; then 1392 895 # If there are subdirs, report their specific --help. 896 ac_popdir=`pwd` 1393 897 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1394 test -d "$ac_dir" || 1395 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1396 continue 898 test -d $ac_dir || continue 1397 899 ac_builddir=. 1398 900 1399 case "$ac_dir" in 1400 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 901 if test "$ac_dir" != .; then 902 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 903 # A "../" for each directory in $ac_dir_suffix. 904 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 905 else 906 ac_dir_suffix= ac_top_builddir= 907 fi 908 909 case $srcdir in 910 .) # No --srcdir option. We are building in place. 911 ac_srcdir=. 912 if test -z "$ac_top_builddir"; then 913 ac_top_srcdir=. 914 else 915 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 916 fi ;; 917 [\\/]* | ?:[\\/]* ) # Absolute path. 918 ac_srcdir=$srcdir$ac_dir_suffix; 919 ac_top_srcdir=$srcdir ;; 920 *) # Relative path. 921 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 922 ac_top_srcdir=$ac_top_builddir$srcdir ;; 923 esac 924 925 # Do not use `cd foo && pwd` to compute absolute paths, because 926 # the directories may not exist. 927 case `pwd` in 928 .) ac_abs_builddir="$ac_dir";; 1401 929 *) 1402 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1403 # A ".." for each directory in $ac_dir_suffix. 1404 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1405 case $ac_top_builddir_sub in 1406 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1407 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1408 esac ;; 930 case "$ac_dir" in 931 .) ac_abs_builddir=`pwd`;; 932 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 933 *) ac_abs_builddir=`pwd`/"$ac_dir";; 934 esac;; 1409 935 esac 1410 ac_abs_top_builddir=$ac_pwd 1411 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1412 # for backward compatibility: 1413 ac_top_builddir=$ac_top_build_prefix 1414 1415 case $srcdir in 1416 .) # We are building in place. 1417 ac_srcdir=. 1418 ac_top_srcdir=$ac_top_builddir_sub 1419 ac_abs_top_srcdir=$ac_pwd ;; 1420 [\\/]* | ?:[\\/]* ) # Absolute name. 1421 ac_srcdir=$srcdir$ac_dir_suffix; 1422 ac_top_srcdir=$srcdir 1423 ac_abs_top_srcdir=$srcdir ;; 1424 *) # Relative name. 1425 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1426 ac_top_srcdir=$ac_top_build_prefix$srcdir 1427 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 936 case $ac_abs_builddir in 937 .) ac_abs_top_builddir=${ac_top_builddir}.;; 938 *) 939 case ${ac_top_builddir}. in 940 .) ac_abs_top_builddir=$ac_abs_builddir;; 941 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 942 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 943 esac;; 1428 944 esac 1429 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1430 1431 cd "$ac_dir" || { ac_status=$?; continue; } 1432 # Check for guested configure. 1433 if test -f "$ac_srcdir/configure.gnu"; then 1434 echo && 1435 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1436 elif test -f "$ac_srcdir/configure"; then 1437 echo && 1438 $SHELL "$ac_srcdir/configure" --help=recursive 945 case $ac_abs_builddir in 946 .) ac_abs_srcdir=$ac_srcdir;; 947 *) 948 case $ac_srcdir in 949 .) ac_abs_srcdir=$ac_abs_builddir;; 950 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 951 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 952 esac;; 953 esac 954 case $ac_abs_builddir in 955 .) ac_abs_top_srcdir=$ac_top_srcdir;; 956 *) 957 case $ac_top_srcdir in 958 .) ac_abs_top_srcdir=$ac_abs_builddir;; 959 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 960 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 961 esac;; 962 esac 963 964 cd $ac_dir 965 # Check for guested configure; otherwise get Cygnus style configure. 966 if test -f $ac_srcdir/configure.gnu; then 967 echo 968 $SHELL $ac_srcdir/configure.gnu --help=recursive 969 elif test -f $ac_srcdir/configure; then 970 echo 971 $SHELL $ac_srcdir/configure --help=recursive 972 elif test -f $ac_srcdir/configure.ac || 973 test -f $ac_srcdir/configure.in; then 974 echo 975 $ac_configure --help 1439 976 else 1440 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21441 fi || ac_status=$?1442 cd "$ac_pwd" || { ac_status=$?; break; }977 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 978 fi 979 cd $ac_popdir 1443 980 done 1444 981 fi 1445 982 1446 test -n "$ac_init_help" && exit $ac_status983 test -n "$ac_init_help" && exit 0 1447 984 if $ac_init_version; then 1448 985 cat <<\_ACEOF 1449 configure 1450 generated by GNU Autoconf 2.67 1451 1452 Copyright (C) 2010 Free Software Foundation, Inc. 986 987 Copyright (C) 2003 Free Software Foundation, Inc. 1453 988 This configure script is free software; the Free Software Foundation 1454 989 gives unlimited permission to copy, distribute and modify it. 1455 990 _ACEOF 1456 exit 1457 fi 1458 1459 ## ------------------------ ## 1460 ## Autoconf initialization. ## 1461 ## ------------------------ ## 1462 1463 # ac_fn_c_try_compile LINENO 1464 # -------------------------- 1465 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1466 ac_fn_c_try_compile () 1467 { 1468 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1469 rm -f conftest.$ac_objext 1470 if { { ac_try="$ac_compile" 1471 case "(($ac_try" in 1472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1473 *) ac_try_echo=$ac_try;; 1474 esac 1475 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1476 $as_echo "$ac_try_echo"; } >&5 1477 (eval "$ac_compile") 2>conftest.err 1478 ac_status=$? 1479 if test -s conftest.err; then 1480 grep -v '^ *+' conftest.err >conftest.er1 1481 cat conftest.er1 >&5 1482 mv -f conftest.er1 conftest.err 1483 fi 1484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1485 test $ac_status = 0; } && { 1486 test -z "$ac_c_werror_flag" || 1487 test ! -s conftest.err 1488 } && test -s conftest.$ac_objext; then : 1489 ac_retval=0 1490 else 1491 $as_echo "$as_me: failed program was:" >&5 1492 sed 's/^/| /' conftest.$ac_ext >&5 1493 1494 ac_retval=1 1495 fi 1496 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1497 as_fn_set_status $ac_retval 1498 1499 } # ac_fn_c_try_compile 1500 1501 # ac_fn_cxx_try_compile LINENO 1502 # ---------------------------- 1503 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1504 ac_fn_cxx_try_compile () 1505 { 1506 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1507 rm -f conftest.$ac_objext 1508 if { { ac_try="$ac_compile" 1509 case "(($ac_try" in 1510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1511 *) ac_try_echo=$ac_try;; 1512 esac 1513 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1514 $as_echo "$ac_try_echo"; } >&5 1515 (eval "$ac_compile") 2>conftest.err 1516 ac_status=$? 1517 if test -s conftest.err; then 1518 grep -v '^ *+' conftest.err >conftest.er1 1519 cat conftest.er1 >&5 1520 mv -f conftest.er1 conftest.err 1521 fi 1522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1523 test $ac_status = 0; } && { 1524 test -z "$ac_cxx_werror_flag" || 1525 test ! -s conftest.err 1526 } && test -s conftest.$ac_objext; then : 1527 ac_retval=0 1528 else 1529 $as_echo "$as_me: failed program was:" >&5 1530 sed 's/^/| /' conftest.$ac_ext >&5 1531 1532 ac_retval=1 1533 fi 1534 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1535 as_fn_set_status $ac_retval 1536 1537 } # ac_fn_cxx_try_compile 1538 1539 # ac_fn_c_try_cpp LINENO 1540 # ---------------------- 1541 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1542 ac_fn_c_try_cpp () 1543 { 1544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1545 if { { ac_try="$ac_cpp conftest.$ac_ext" 1546 case "(($ac_try" in 1547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1548 *) ac_try_echo=$ac_try;; 1549 esac 1550 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1551 $as_echo "$ac_try_echo"; } >&5 1552 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1553 ac_status=$? 1554 if test -s conftest.err; then 1555 grep -v '^ *+' conftest.err >conftest.er1 1556 cat conftest.er1 >&5 1557 mv -f conftest.er1 conftest.err 1558 fi 1559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1560 test $ac_status = 0; } > conftest.i && { 1561 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1562 test ! -s conftest.err 1563 }; then : 1564 ac_retval=0 1565 else 1566 $as_echo "$as_me: failed program was:" >&5 1567 sed 's/^/| /' conftest.$ac_ext >&5 1568 1569 ac_retval=1 1570 fi 1571 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1572 as_fn_set_status $ac_retval 1573 1574 } # ac_fn_c_try_cpp 1575 1576 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1577 # ------------------------------------------------------- 1578 # Tests whether HEADER exists, giving a warning if it cannot be compiled using 1579 # the include files in INCLUDES and setting the cache variable VAR 1580 # accordingly. 1581 ac_fn_c_check_header_mongrel () 1582 { 1583 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1584 if eval "test \"\${$3+set}\"" = set; then : 1585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1586 $as_echo_n "checking for $2... " >&6; } 1587 if eval "test \"\${$3+set}\"" = set; then : 1588 $as_echo_n "(cached) " >&6 1589 fi 1590 eval ac_res=\$$3 1591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1592 $as_echo "$ac_res" >&6; } 1593 else 1594 # Is the header compilable? 1595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 1596 $as_echo_n "checking $2 usability... " >&6; } 1597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1598 /* end confdefs.h. */ 1599 $4 1600 #include <$2> 1601 _ACEOF 1602 if ac_fn_c_try_compile "$LINENO"; then : 1603 ac_header_compiler=yes 1604 else 1605 ac_header_compiler=no 1606 fi 1607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 1609 $as_echo "$ac_header_compiler" >&6; } 1610 1611 # Is the header present? 1612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 1613 $as_echo_n "checking $2 presence... " >&6; } 1614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1615 /* end confdefs.h. */ 1616 #include <$2> 1617 _ACEOF 1618 if ac_fn_c_try_cpp "$LINENO"; then : 1619 ac_header_preproc=yes 1620 else 1621 ac_header_preproc=no 1622 fi 1623 rm -f conftest.err conftest.i conftest.$ac_ext 1624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1625 $as_echo "$ac_header_preproc" >&6; } 1626 1627 # So? What about this header? 1628 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1629 yes:no: ) 1630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 1631 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 1632 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1633 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1634 ;; 1635 no:yes:* ) 1636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 1637 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 1639 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 1641 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1643 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1645 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1646 ;; 1647 esac 1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1649 $as_echo_n "checking for $2... " >&6; } 1650 if eval "test \"\${$3+set}\"" = set; then : 1651 $as_echo_n "(cached) " >&6 1652 else 1653 eval "$3=\$ac_header_compiler" 1654 fi 1655 eval ac_res=\$$3 1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1657 $as_echo "$ac_res" >&6; } 1658 fi 1659 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1660 1661 } # ac_fn_c_check_header_mongrel 1662 1663 # ac_fn_c_try_run LINENO 1664 # ---------------------- 1665 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1666 # that executables *can* be run. 1667 ac_fn_c_try_run () 1668 { 1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1670 if { { ac_try="$ac_link" 1671 case "(($ac_try" in 1672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1673 *) ac_try_echo=$ac_try;; 1674 esac 1675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1676 $as_echo "$ac_try_echo"; } >&5 1677 (eval "$ac_link") 2>&5 1678 ac_status=$? 1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1680 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1681 { { case "(($ac_try" in 1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1683 *) ac_try_echo=$ac_try;; 1684 esac 1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1686 $as_echo "$ac_try_echo"; } >&5 1687 (eval "$ac_try") 2>&5 1688 ac_status=$? 1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1690 test $ac_status = 0; }; }; then : 1691 ac_retval=0 1692 else 1693 $as_echo "$as_me: program exited with status $ac_status" >&5 1694 $as_echo "$as_me: failed program was:" >&5 1695 sed 's/^/| /' conftest.$ac_ext >&5 1696 1697 ac_retval=$ac_status 1698 fi 1699 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1700 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1701 as_fn_set_status $ac_retval 1702 1703 } # ac_fn_c_try_run 1704 1705 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1706 # ------------------------------------------------------- 1707 # Tests whether HEADER exists and can be compiled using the include files in 1708 # INCLUDES, setting the cache variable VAR accordingly. 1709 ac_fn_c_check_header_compile () 1710 { 1711 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1713 $as_echo_n "checking for $2... " >&6; } 1714 if eval "test \"\${$3+set}\"" = set; then : 1715 $as_echo_n "(cached) " >&6 1716 else 1717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1718 /* end confdefs.h. */ 1719 $4 1720 #include <$2> 1721 _ACEOF 1722 if ac_fn_c_try_compile "$LINENO"; then : 1723 eval "$3=yes" 1724 else 1725 eval "$3=no" 1726 fi 1727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1728 fi 1729 eval ac_res=\$$3 1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1731 $as_echo "$ac_res" >&6; } 1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1733 1734 } # ac_fn_c_check_header_compile 1735 1736 # ac_fn_c_try_link LINENO 1737 # ----------------------- 1738 # Try to link conftest.$ac_ext, and return whether this succeeded. 1739 ac_fn_c_try_link () 1740 { 1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1742 rm -f conftest.$ac_objext conftest$ac_exeext 1743 if { { ac_try="$ac_link" 1744 case "(($ac_try" in 1745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1746 *) ac_try_echo=$ac_try;; 1747 esac 1748 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1749 $as_echo "$ac_try_echo"; } >&5 1750 (eval "$ac_link") 2>conftest.err 1751 ac_status=$? 1752 if test -s conftest.err; then 1753 grep -v '^ *+' conftest.err >conftest.er1 1754 cat conftest.er1 >&5 1755 mv -f conftest.er1 conftest.err 1756 fi 1757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1758 test $ac_status = 0; } && { 1759 test -z "$ac_c_werror_flag" || 1760 test ! -s conftest.err 1761 } && test -s conftest$ac_exeext && { 1762 test "$cross_compiling" = yes || 1763 $as_test_x conftest$ac_exeext 1764 }; then : 1765 ac_retval=0 1766 else 1767 $as_echo "$as_me: failed program was:" >&5 1768 sed 's/^/| /' conftest.$ac_ext >&5 1769 1770 ac_retval=1 1771 fi 1772 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1773 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1774 # interfere with the next link command; also delete a directory that is 1775 # left behind by Apple's compiler. We do this before executing the actions. 1776 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1777 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1778 as_fn_set_status $ac_retval 1779 1780 } # ac_fn_c_try_link 1781 1782 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES 1783 # ------------------------------------------- 1784 # Tests whether TYPE exists after having included INCLUDES, setting cache 1785 # variable VAR accordingly. 1786 ac_fn_c_check_type () 1787 { 1788 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1790 $as_echo_n "checking for $2... " >&6; } 1791 if eval "test \"\${$3+set}\"" = set; then : 1792 $as_echo_n "(cached) " >&6 1793 else 1794 eval "$3=no" 1795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1796 /* end confdefs.h. */ 1797 $4 1798 int 1799 main () 1800 { 1801 if (sizeof ($2)) 1802 return 0; 1803 ; 1804 return 0; 1805 } 1806 _ACEOF 1807 if ac_fn_c_try_compile "$LINENO"; then : 1808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1809 /* end confdefs.h. */ 1810 $4 1811 int 1812 main () 1813 { 1814 if (sizeof (($2))) 1815 return 0; 1816 ; 1817 return 0; 1818 } 1819 _ACEOF 1820 if ac_fn_c_try_compile "$LINENO"; then : 1821 1822 else 1823 eval "$3=yes" 1824 fi 1825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1826 fi 1827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1828 fi 1829 eval ac_res=\$$3 1830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1831 $as_echo "$ac_res" >&6; } 1832 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1833 1834 } # ac_fn_c_check_type 1835 1836 # ac_fn_c_check_func LINENO FUNC VAR 1837 # ---------------------------------- 1838 # Tests whether FUNC exists, setting the cache variable VAR accordingly 1839 ac_fn_c_check_func () 1840 { 1841 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1843 $as_echo_n "checking for $2... " >&6; } 1844 if eval "test \"\${$3+set}\"" = set; then : 1845 $as_echo_n "(cached) " >&6 1846 else 1847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1848 /* end confdefs.h. */ 1849 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1850 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1851 #define $2 innocuous_$2 1852 1853 /* System header to define __stub macros and hopefully few prototypes, 1854 which can conflict with char $2 (); below. 1855 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1856 <limits.h> exists even on freestanding compilers. */ 1857 1858 #ifdef __STDC__ 1859 # include <limits.h> 1860 #else 1861 # include <assert.h> 1862 #endif 1863 1864 #undef $2 1865 1866 /* Override any GCC internal prototype to avoid an error. 1867 Use char because int might match the return type of a GCC 1868 builtin and then its argument prototype would still apply. */ 1869 #ifdef __cplusplus 1870 extern "C" 1871 #endif 1872 char $2 (); 1873 /* The GNU C library defines this for functions which it implements 1874 to always fail with ENOSYS. Some functions are actually named 1875 something starting with __ and the normal name is an alias. */ 1876 #if defined __stub_$2 || defined __stub___$2 1877 choke me 1878 #endif 1879 1880 int 1881 main () 1882 { 1883 return $2 (); 1884 ; 1885 return 0; 1886 } 1887 _ACEOF 1888 if ac_fn_c_try_link "$LINENO"; then : 1889 eval "$3=yes" 1890 else 1891 eval "$3=no" 1892 fi 1893 rm -f core conftest.err conftest.$ac_objext \ 1894 conftest$ac_exeext conftest.$ac_ext 1895 fi 1896 eval ac_res=\$$3 1897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1898 $as_echo "$ac_res" >&6; } 1899 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1900 1901 } # ac_fn_c_check_func 1902 1903 # ac_fn_cxx_try_run LINENO 1904 # ------------------------ 1905 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1906 # that executables *can* be run. 1907 ac_fn_cxx_try_run () 1908 { 1909 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1910 if { { ac_try="$ac_link" 1911 case "(($ac_try" in 1912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1913 *) ac_try_echo=$ac_try;; 1914 esac 1915 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1916 $as_echo "$ac_try_echo"; } >&5 1917 (eval "$ac_link") 2>&5 1918 ac_status=$? 1919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1920 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1921 { { case "(($ac_try" in 1922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1923 *) ac_try_echo=$ac_try;; 1924 esac 1925 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1926 $as_echo "$ac_try_echo"; } >&5 1927 (eval "$ac_try") 2>&5 1928 ac_status=$? 1929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1930 test $ac_status = 0; }; }; then : 1931 ac_retval=0 1932 else 1933 $as_echo "$as_me: program exited with status $ac_status" >&5 1934 $as_echo "$as_me: failed program was:" >&5 1935 sed 's/^/| /' conftest.$ac_ext >&5 1936 1937 ac_retval=$ac_status 1938 fi 1939 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1940 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1941 as_fn_set_status $ac_retval 1942 1943 } # ac_fn_cxx_try_run 1944 cat >config.log <<_ACEOF 991 exit 0 992 fi 993 exec 5>config.log 994 cat >&5 <<_ACEOF 1945 995 This file contains any messages produced by compilers while 1946 996 running configure, to aid debugging if configure makes a mistake. 1947 997 1948 998 It was created by $as_me, which was 1949 generated by GNU Autoconf 2. 67. Invocation command line was999 generated by GNU Autoconf 2.59. Invocation command line was 1950 1000 1951 1001 $ $0 $@ 1952 1002 1953 1003 _ACEOF 1954 exec 5>>config.log1955 1004 { 1956 1005 cat <<_ASUNAME … … 1971 1020 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1972 1021 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1973 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null|| echo unknown`1022 hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 1974 1023 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1975 1024 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` … … 1983 1032 IFS=$as_save_IFS 1984 1033 test -z "$as_dir" && as_dir=. 1985 $as_echo "PATH: $as_dir" 1986 done 1987 IFS=$as_save_IFS 1034 echo "PATH: $as_dir" 1035 done 1988 1036 1989 1037 } >&5 … … 2007 1055 ac_configure_args0= 2008 1056 ac_configure_args1= 1057 ac_sep= 2009 1058 ac_must_keep_next=false 2010 1059 for ac_pass in 1 2 … … 2017 1066 | -silent | --silent | --silen | --sile | --sil) 2018 1067 continue ;; 2019 * \'*)2020 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1068 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1069 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 2021 1070 esac 2022 1071 case $ac_pass in 2023 1) a s_fn_append ac_configure_args0 "'$ac_arg'" ;;1072 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2024 1073 2) 2025 a s_fn_append ac_configure_args1 "'$ac_arg'"1074 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 2026 1075 if test $ac_must_keep_next = true; then 2027 1076 ac_must_keep_next=false # Got value, back to normal. … … 2039 1088 esac 2040 1089 fi 2041 as_fn_append ac_configure_args " '$ac_arg'" 1090 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1091 # Get rid of the leading space. 1092 ac_sep=" " 2042 1093 ;; 2043 1094 esac 2044 1095 done 2045 1096 done 2046 { ac_configure_args0=; unset ac_configure_args0;}2047 { ac_configure_args1=; unset ac_configure_args1;}1097 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1098 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 2048 1099 2049 1100 # When interrupted or exit'd, cleanup temporary files, and complete 2050 1101 # config.log. We remove comments because anyway the quotes in there 2051 1102 # would cause problems or look ugly. 2052 # WARNING: Use '\'' to represent an apostrophe within the trap.2053 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.1103 # WARNING: Be sure not to use single quotes in there, as some shells, 1104 # such as our DU 5.0 friend, will then `close' the trap. 2054 1105 trap 'exit_status=$? 2055 1106 # Save into config.log some information that might help in debugging. … … 2057 1108 echo 2058 1109 2059 $as_echo "## ---------------- ## 1110 cat <<\_ASBOX 1111 ## ---------------- ## 2060 1112 ## Cache variables. ## 2061 ## ---------------- ##" 1113 ## ---------------- ## 1114 _ASBOX 2062 1115 echo 2063 1116 # The following way of writing the cache mishandles newlines in values, 2064 ( 2065 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2066 eval ac_val=\$$ac_var 2067 case $ac_val in #( 2068 *${as_nl}*) 2069 case $ac_var in #( 2070 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 2071 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2072 esac 2073 case $ac_var in #( 2074 _ | IFS | as_nl) ;; #( 2075 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 2076 *) { eval $ac_var=; unset $ac_var;} ;; 2077 esac ;; 2078 esac 2079 done 1117 { 2080 1118 (set) 2>&1 | 2081 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(2082 * ${as_nl}ac_space=\ *)1119 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1120 *ac_space=\ *) 2083 1121 sed -n \ 2084 "s/' \''/'\''\\\\'\'''\''/g;2085 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=' \''\\2'\''/p"2086 ;; #(1122 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1123 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1124 ;; 2087 1125 *) 2088 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1126 sed -n \ 1127 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 2089 1128 ;; 2090 esac | 2091 sort 2092 ) 1129 esac; 1130 } 2093 1131 echo 2094 1132 2095 $as_echo "## ----------------- ## 1133 cat <<\_ASBOX 1134 ## ----------------- ## 2096 1135 ## Output variables. ## 2097 ## ----------------- ##" 1136 ## ----------------- ## 1137 _ASBOX 2098 1138 echo 2099 1139 for ac_var in $ac_subst_vars 2100 1140 do 2101 eval ac_val=\$$ac_var 2102 case $ac_val in 2103 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2104 esac 2105 $as_echo "$ac_var='\''$ac_val'\''" 1141 eval ac_val=$`echo $ac_var` 1142 echo "$ac_var='"'"'$ac_val'"'"'" 2106 1143 done | sort 2107 1144 echo 2108 1145 2109 1146 if test -n "$ac_subst_files"; then 2110 $as_echo "## ------------------- ## 2111 ## File substitutions. ## 2112 ## ------------------- ##" 1147 cat <<\_ASBOX 1148 ## ------------- ## 1149 ## Output files. ## 1150 ## ------------- ## 1151 _ASBOX 2113 1152 echo 2114 1153 for ac_var in $ac_subst_files 2115 1154 do 2116 eval ac_val=\$$ac_var 2117 case $ac_val in 2118 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2119 esac 2120 $as_echo "$ac_var='\''$ac_val'\''" 1155 eval ac_val=$`echo $ac_var` 1156 echo "$ac_var='"'"'$ac_val'"'"'" 2121 1157 done | sort 2122 1158 echo … … 2124 1160 2125 1161 if test -s confdefs.h; then 2126 $as_echo "## ----------- ## 1162 cat <<\_ASBOX 1163 ## ----------- ## 2127 1164 ## confdefs.h. ## 2128 ## ----------- ##" 1165 ## ----------- ## 1166 _ASBOX 2129 1167 echo 2130 cat confdefs.h1168 sed "/^$/d" confdefs.h | sort 2131 1169 echo 2132 1170 fi 2133 1171 test "$ac_signal" != 0 && 2134 $as_echo "$as_me: caught signal $ac_signal"2135 $as_echo "$as_me: exit $exit_status"1172 echo "$as_me: caught signal $ac_signal" 1173 echo "$as_me: exit $exit_status" 2136 1174 } >&5 2137 rm -f core *.core core.conftest.*&&2138 rm -f -rconftest* confdefs* conf$$* $ac_clean_files &&1175 rm -f core *.core && 1176 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 2139 1177 exit $exit_status 2140 ' 01178 ' 0 2141 1179 for ac_signal in 1 2 13 15; do 2142 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal1180 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 2143 1181 done 2144 1182 ac_signal=0 2145 1183 2146 1184 # confdefs.h avoids OS command line length limits that DEFS can exceed. 2147 rm - f -rconftest* confdefs.h2148 2149 $as_echo "/* confdefs.h */" >confdefs.h1185 rm -rf conftest* confdefs.h 1186 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1187 echo >confdefs.h 2150 1188 2151 1189 # Predefined preprocessor variables. … … 2155 1193 _ACEOF 2156 1194 1195 2157 1196 cat >>confdefs.h <<_ACEOF 2158 1197 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 2159 1198 _ACEOF 2160 1199 1200 2161 1201 cat >>confdefs.h <<_ACEOF 2162 1202 #define PACKAGE_VERSION "$PACKAGE_VERSION" 2163 1203 _ACEOF 2164 1204 1205 2165 1206 cat >>confdefs.h <<_ACEOF 2166 1207 #define PACKAGE_STRING "$PACKAGE_STRING" 2167 1208 _ACEOF 2168 1209 1210 2169 1211 cat >>confdefs.h <<_ACEOF 2170 1212 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2171 1213 _ACEOF 2172 1214 2173 cat >>confdefs.h <<_ACEOF2174 #define PACKAGE_URL "$PACKAGE_URL"2175 _ACEOF2176 2177 1215 2178 1216 # Let the site file select an alternate cache file if it wants to. 2179 # Prefer an explicitly selected file to automatically selected ones. 2180 ac_site_file1=NONE 2181 ac_site_file2=NONE 2182 if test -n "$CONFIG_SITE"; then 2183 # We do not want a PATH search for config.site. 2184 case $CONFIG_SITE in #(( 2185 -*) ac_site_file1=./$CONFIG_SITE;; 2186 */*) ac_site_file1=$CONFIG_SITE;; 2187 *) ac_site_file1=./$CONFIG_SITE;; 2188 esac 2189 elif test "x$prefix" != xNONE; then 2190 ac_site_file1=$prefix/share/config.site 2191 ac_site_file2=$prefix/etc/config.site 2192 else 2193 ac_site_file1=$ac_default_prefix/share/config.site 2194 ac_site_file2=$ac_default_prefix/etc/config.site 2195 fi 2196 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2197 do 2198 test "x$ac_site_file" = xNONE && continue 2199 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2200 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2201 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1217 # Prefer explicitly selected file to automatically selected ones. 1218 if test -z "$CONFIG_SITE"; then 1219 if test "x$prefix" != xNONE; then 1220 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1221 else 1222 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1223 fi 1224 fi 1225 for ac_site_file in $CONFIG_SITE; do 1226 if test -r "$ac_site_file"; then 1227 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1228 echo "$as_me: loading site script $ac_site_file" >&6;} 2202 1229 sed 's/^/| /' "$ac_site_file" >&5 2203 . "$ac_site_file" \ 2204 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2206 as_fn_error $? "failed to load site script $ac_site_file 2207 See \`config.log' for more details" "$LINENO" 5 ; } 1230 . "$ac_site_file" 2208 1231 fi 2209 1232 done 2210 1233 2211 1234 if test -r "$cache_file"; then 2212 # Some versions of bash will fail to source /dev/null (special files2213 # actually), so we avoid doing that. DJGPP emulates it as a regular file.2214 if test /dev/null != "$cache_file" && test-f "$cache_file"; then2215 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&52216 $as_echo "$as_me: loading cache $cache_file" >&6;}1235 # Some versions of bash will fail to source /dev/null (special 1236 # files actually), so we avoid doing that. 1237 if test -f "$cache_file"; then 1238 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1239 echo "$as_me: loading cache $cache_file" >&6;} 2217 1240 case $cache_file in 2218 [\\/]* | ?:[\\/]* ) . "$cache_file";;2219 *) . "./$cache_file";;1241 [\\/]* | ?:[\\/]* ) . $cache_file;; 1242 *) . ./$cache_file;; 2220 1243 esac 2221 1244 fi 2222 1245 else 2223 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&52224 $as_echo "$as_me: creating cache $cache_file" >&6;}1246 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1247 echo "$as_me: creating cache $cache_file" >&6;} 2225 1248 >$cache_file 2226 1249 fi … … 2229 1252 # value. 2230 1253 ac_cache_corrupted=false 2231 for ac_var in $ac_precious_vars; do 1254 for ac_var in `(set) 2>&1 | 1255 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 2232 1256 eval ac_old_set=\$ac_cv_env_${ac_var}_set 2233 1257 eval ac_new_set=\$ac_env_${ac_var}_set 2234 eval ac_old_val= \$ac_cv_env_${ac_var}_value2235 eval ac_new_val= \$ac_env_${ac_var}_value1258 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1259 eval ac_new_val="\$ac_env_${ac_var}_value" 2236 1260 case $ac_old_set,$ac_new_set in 2237 1261 set,) 2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&52239 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1262 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1263 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2240 1264 ac_cache_corrupted=: ;; 2241 1265 ,set) 2242 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&52243 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1266 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1267 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2244 1268 ac_cache_corrupted=: ;; 2245 1269 ,);; 2246 1270 *) 2247 1271 if test "x$ac_old_val" != "x$ac_new_val"; then 2248 # differences in whitespace do not lead to failure. 2249 ac_old_val_w=`echo x $ac_old_val` 2250 ac_new_val_w=`echo x $ac_new_val` 2251 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2253 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2254 ac_cache_corrupted=: 2255 else 2256 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2257 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2258 eval $ac_var=\$ac_old_val 2259 fi 2260 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2261 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2262 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2263 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1272 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1273 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1274 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1275 echo "$as_me: former value: $ac_old_val" >&2;} 1276 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1277 echo "$as_me: current value: $ac_new_val" >&2;} 1278 ac_cache_corrupted=: 2264 1279 fi;; 2265 1280 esac … … 2267 1282 if test "$ac_new_set" = set; then 2268 1283 case $ac_new_val in 2269 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1285 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2270 1286 *) ac_arg=$ac_var=$ac_new_val ;; 2271 1287 esac 2272 1288 case " $ac_configure_args " in 2273 1289 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2274 *) a s_fn_append ac_configure_args "'$ac_arg'" ;;1290 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2275 1291 esac 2276 1292 fi 2277 1293 done 2278 1294 if $ac_cache_corrupted; then 2279 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2281 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2282 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2283 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2284 fi 2285 ## -------------------- ## 2286 ## Main body of script. ## 2287 ## -------------------- ## 1295 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1296 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1297 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1298 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1299 { (exit 1); exit 1; }; } 1300 fi 2288 1301 2289 1302 ac_ext=c … … 2294 1307 2295 1308 2296 ac_config_headers="$ac_config_headers config.h" 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 ac_config_headers="$ac_config_headers config.h" 2297 1327 2298 1328 … … 2314 1344 USE_FASTCGI=0 2315 1345 if test USE_FASTCGI = 1; then 2316 $as_echo "#define USE_FASTCGI 1" >>confdefs.h 1346 cat >>confdefs.h <<\_ACEOF 1347 #define USE_FASTCGI 1 1348 _ACEOF 2317 1349 2318 1350 … … 2320 1352 2321 1353 if test USE_LANGACTION = 1; then 2322 $as_echo "#define USE_LANGACTION 1" >>confdefs.h 2323 2324 2325 fi 2326 2327 # Check whether --enable-corba was given. 2328 if test "${enable_corba+set}" = set; then : 2329 enableval=$enable_corba; USE_CORBA=$enableval 1354 cat >>confdefs.h <<\_ACEOF 1355 #define USE_LANGACTION 1 1356 _ACEOF 1357 1358 1359 fi 1360 1361 # Check whether --enable-corba or --disable-corba was given. 1362 if test "${enable_corba+set}" = set; then 1363 enableval="$enable_corba" 1364 USE_CORBA=$enableval 2330 1365 else 2331 1366 USE_CORBA=no 2332 fi 2333 1367 fi; 2334 1368 if test $USE_CORBA = "yes" -o $USE_CORBA = "1" ; then 2335 1369 USE_CORBA=1 2336 $as_echo "#define USE_CORBA /**/" >>confdefs.h 1370 cat >>confdefs.h <<\_ACEOF 1371 #define USE_CORBA 1372 _ACEOF 2337 1373 2338 1374 else … … 2342 1378 2343 1379 2344 # Check whether --with-micodir was given. 2345 if test "${with_micodir+set}" = set; then : 2346 withval=$with_micodir; MICO_DIR=$withval 1380 # Check whether --with-micodir or --without-micodir was given. 1381 if test "${with_micodir+set}" = set; then 1382 withval="$with_micodir" 1383 MICO_DIR=$withval 2347 1384 else 2348 1385 MICO_DIR="default" 2349 fi 2350 1386 fi; 2351 1387 cat >>confdefs.h <<_ACEOF 2352 1388 #define MICO_DIR "$MICO_DIR" … … 2355 1391 2356 1392 2357 # Check whether --enable-z3950 was given. 2358 if test "${enable_z3950+set}" = set; then : 2359 enableval=$enable_z3950; USE_Z3950=$enableval 1393 # Check whether --enable-z3950 or --disable-z3950 was given. 1394 if test "${enable_z3950+set}" = set; then 1395 enableval="$enable_z3950" 1396 USE_Z3950=$enableval 2360 1397 else 2361 1398 USE_Z3950=no 2362 fi 2363 1399 fi; 2364 1400 if test $USE_Z3950 = "yes" -o $USE_Z3950 = "1" ; then 2365 1401 USE_Z3950=1 2366 $as_echo "#define USE_Z3950 /**/" >>confdefs.h 1402 cat >>confdefs.h <<\_ACEOF 1403 #define USE_Z3950 1404 _ACEOF 2367 1405 2368 1406 else … … 2371 1409 2372 1410 2373 # Check whether --enable-yaz was given. 2374 if test "${enable_yaz+set}" = set; then : 2375 enableval=$enable_yaz; USE_YAZ=$enableval 1411 # Check whether --enable-yaz or --disable-yaz was given. 1412 if test "${enable_yaz+set}" = set; then 1413 enableval="$enable_yaz" 1414 USE_YAZ=$enableval 2376 1415 else 2377 1416 USE_YAZ=yes 2378 fi 2379 1417 fi; 2380 1418 if test $USE_YAZ = "yes" -o $USE_YAZ = "1" ; then 2381 1419 USE_YAZ=1 2382 $as_echo "#define USE_YAZ /**/" >>confdefs.h 1420 cat >>confdefs.h <<\_ACEOF 1421 #define USE_YAZ 1422 _ACEOF 2383 1423 2384 1424 else … … 2387 1427 2388 1428 2389 # Check whether --enable-java was given. 2390 if test "${enable_java+set}" = set; then : 2391 enableval=$enable_java; ENABLE_JAVA=$enableval 1429 # Check whether --enable-java or --disable-java was given. 1430 if test "${enable_java+set}" = set; then 1431 enableval="$enable_java" 1432 ENABLE_JAVA=$enableval 2392 1433 else 2393 1434 ENABLE_JAVA=yes 2394 fi 2395 1435 fi; 2396 1436 if test $ENABLE_JAVA = "yes" -o $ENABLE_JAVA = "1" ; then 2397 1437 ENABLE_JAVA=1 … … 2407 1447 2408 1448 2409 # Check whether --enable-jdbm was given. 2410 if test "${enable_jdbm+set}" = set; then : 2411 enableval=$enable_jdbm; USE_JDBM=$enableval 1449 # Check whether --enable-jdbm or --disable-jdbm was given. 1450 if test "${enable_jdbm+set}" = set; then 1451 enableval="$enable_jdbm" 1452 USE_JDBM=$enableval 2412 1453 else 2413 1454 USE_JDBM=yes 2414 fi 2415 1455 fi; 2416 1456 if test $ENABLE_JAVA = "1" -a \( $USE_JDBM = "yes" -o $USE_JDBM = "1" \) ; then 2417 1457 USE_JDBM=1 2418 $as_echo "#define USE_JDBM /**/" >>confdefs.h 1458 cat >>confdefs.h <<\_ACEOF 1459 #define USE_JDBM 1460 _ACEOF 2419 1461 2420 1462 else … … 2423 1465 2424 1466 2425 # Check whether --enable-gdbm was given. 2426 if test "${enable_gdbm+set}" = set; then : 2427 enableval=$enable_gdbm; USE_GDBM=$enableval 1467 # Check whether --enable-gdbm or --disable-gdbm was given. 1468 if test "${enable_gdbm+set}" = set; then 1469 enableval="$enable_gdbm" 1470 USE_GDBM=$enableval 2428 1471 else 2429 1472 USE_GDBM=yes 2430 fi 2431 1473 fi; 2432 1474 if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then 2433 1475 USE_GDBM=1 2434 $as_echo "#define USE_GDBM /**/" >>confdefs.h 1476 cat >>confdefs.h <<\_ACEOF 1477 #define USE_GDBM 1478 _ACEOF 2435 1479 2436 1480 else … … 2439 1483 2440 1484 2441 # Check whether --enable-accentfold was given. 2442 if test "${enable_accentfold+set}" = set; then : 2443 enableval=$enable_accentfold; ENABLE_ACCENTFOLD=$enableval 1485 # Check whether --enable-accentfold or --disable-accentfold was given. 1486 if test "${enable_accentfold+set}" = set; then 1487 enableval="$enable_accentfold" 1488 ENABLE_ACCENTFOLD=$enableval 2444 1489 else 2445 1490 ENABLE_ACCENTFOLD=yes 2446 fi 2447 1491 fi; 2448 1492 if test $ENABLE_ACCENTFOLD = "yes" -o $ENABLE_ACCENTFOLD = "1" ; then 2449 1493 ENABLE_ACCENTFOLD=1 2450 $as_echo "#define ENABLE_ACCENTFOLD /**/" >>confdefs.h 1494 cat >>confdefs.h <<\_ACEOF 1495 #define ENABLE_ACCENTFOLD 1496 _ACEOF 2451 1497 2452 1498 else … … 2455 1501 2456 1502 2457 # Check whether --enable-sqlite was given. 2458 if test "${enable_sqlite+set}" = set; then : 2459 enableval=$enable_sqlite; USE_SQLITE=$enableval 1503 # Check whether --enable-sqlite or --disable-sqlite was given. 1504 if test "${enable_sqlite+set}" = set; then 1505 enableval="$enable_sqlite" 1506 USE_SQLITE=$enableval 2460 1507 else 2461 1508 USE_SQLITE=yes 2462 fi 2463 1509 fi; 2464 1510 if test $USE_SQLITE = "yes" -o $USE_SQLITE = "1" ; then 2465 1511 USE_SQLITE=1 2466 $as_echo "#define USE_SQLITE /**/" >>confdefs.h 1512 cat >>confdefs.h <<\_ACEOF 1513 #define USE_SQLITE 1514 _ACEOF 2467 1515 2468 1516 else … … 2471 1519 2472 1520 2473 # Check whether --enable-apache-httpd was given. 2474 if test "${enable_apache_httpd+set}" = set; then : 2475 enableval=$enable_apache_httpd; USE_APACHE_HTTPD=$enableval 1521 # Check whether --enable-apache-httpd or --disable-apache-httpd was given. 1522 if test "${enable_apache_httpd+set}" = set; then 1523 enableval="$enable_apache_httpd" 1524 USE_APACHE_HTTPD=$enableval 2476 1525 else 2477 1526 USE_APACHE_HTTPD=no 2478 fi 2479 1527 fi; 2480 1528 if test $USE_APACHE_HTTPD = "yes" -o $USE_APACHE_HTTPD = "1" ; then 2481 1529 USE_APACHE_HTTPD=1 2482 $as_echo "#define USE_APACHE_HTTPD /**/" >>confdefs.h 1530 cat >>confdefs.h <<\_ACEOF 1531 #define USE_APACHE_HTTPD 1532 _ACEOF 2483 1533 2484 1534 else … … 2488 1538 2489 1539 2490 # Check whether --enable-mg was given. 2491 if test "${enable_mg+set}" = set; then : 2492 enableval=$enable_mg; ENABLE_MG=$enableval 1540 # Check whether --enable-mg or --disable-mg was given. 1541 if test "${enable_mg+set}" = set; then 1542 enableval="$enable_mg" 1543 ENABLE_MG=$enableval 2493 1544 else 2494 1545 ENABLE_MG=yes 2495 fi 2496 1546 fi; 2497 1547 if test $ENABLE_MG = "yes" -o $ENABLE_MG = "1" ; then 2498 1548 ENABLE_MG=1 2499 $as_echo "#define ENABLE_MG /**/" >>confdefs.h 1549 cat >>confdefs.h <<\_ACEOF 1550 #define ENABLE_MG 1551 _ACEOF 2500 1552 2501 1553 else … … 2504 1556 2505 1557 2506 # Check whether --enable-mgpp was given. 2507 if test "${enable_mgpp+set}" = set; then : 2508 enableval=$enable_mgpp; ENABLE_MGPP=$enableval 1558 # Check whether --enable-mgpp or --disable-mgpp was given. 1559 if test "${enable_mgpp+set}" = set; then 1560 enableval="$enable_mgpp" 1561 ENABLE_MGPP=$enableval 2509 1562 else 2510 1563 ENABLE_MGPP=yes 2511 fi 2512 1564 fi; 2513 1565 if test $ENABLE_MGPP = "yes" -o $ENABLE_MGPP = "1" ; then 2514 1566 ENABLE_MGPP=1 2515 $as_echo "#define ENABLE_MGPP /**/" >>confdefs.h 1567 cat >>confdefs.h <<\_ACEOF 1568 #define ENABLE_MGPP 1569 _ACEOF 2516 1570 2517 1571 else … … 2520 1574 2521 1575 2522 # Check whether --enable-lucene was given. 2523 if test "${enable_lucene+set}" = set; then : 2524 enableval=$enable_lucene; ENABLE_LUCENE=$enableval 1576 # Check whether --enable-lucene or --disable-lucene was given. 1577 if test "${enable_lucene+set}" = set; then 1578 enableval="$enable_lucene" 1579 ENABLE_LUCENE=$enableval 2525 1580 else 2526 1581 ENABLE_LUCENE=yes 2527 fi 2528 1582 fi; 2529 1583 if test $ENABLE_JAVA = "1" -a \( $ENABLE_LUCENE = "yes" -o $ENABLE_LUCENE = "1" \) ; then 2530 1584 ENABLE_LUCENE=1 2531 $as_echo "#define ENABLE_LUCENE /**/" >>confdefs.h 1585 cat >>confdefs.h <<\_ACEOF 1586 #define ENABLE_LUCENE 1587 _ACEOF 2532 1588 2533 1589 else … … 2552 1608 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2553 1609 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52555 $as_echo_n "checking for $ac_word... " >&6; } 2556 if test "${ac_cv_prog_CC+set}" = set; then :2557 $as_echo_n "(cached)" >&61610 echo "$as_me:$LINENO: checking for $ac_word" >&5 1611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1612 if test "${ac_cv_prog_CC+set}" = set; then 1613 echo $ECHO_N "(cached) $ECHO_C" >&6 2558 1614 else 2559 1615 if test -n "$CC"; then … … 2565 1621 IFS=$as_save_IFS 2566 1622 test -z "$as_dir" && as_dir=. 2567 2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1623 for ac_exec_ext in '' $ac_executable_extensions; do 1624 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2569 1625 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&51626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2571 1627 break 2 2572 1628 fi 2573 1629 done 2574 done 2575 IFS=$as_save_IFS 1630 done 2576 1631 2577 1632 fi … … 2579 1634 CC=$ac_cv_prog_CC 2580 1635 if test -n "$CC"; then 2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2582 $as_echo "$CC" >&6; } 2583 else 2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2585 $as_echo "no" >&6; } 2586 fi 2587 1636 echo "$as_me:$LINENO: result: $CC" >&5 1637 echo "${ECHO_T}$CC" >&6 1638 else 1639 echo "$as_me:$LINENO: result: no" >&5 1640 echo "${ECHO_T}no" >&6 1641 fi 2588 1642 2589 1643 fi … … 2592 1646 # Extract the first word of "gcc", so it can be a program name with args. 2593 1647 set dummy gcc; ac_word=$2 2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52595 $as_echo_n "checking for $ac_word... " >&6; } 2596 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2597 $as_echo_n "(cached)" >&61648 echo "$as_me:$LINENO: checking for $ac_word" >&5 1649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1650 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1651 echo $ECHO_N "(cached) $ECHO_C" >&6 2598 1652 else 2599 1653 if test -n "$ac_ct_CC"; then … … 2605 1659 IFS=$as_save_IFS 2606 1660 test -z "$as_dir" && as_dir=. 2607 2608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1661 for ac_exec_ext in '' $ac_executable_extensions; do 1662 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2609 1663 ac_cv_prog_ac_ct_CC="gcc" 2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&51664 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2611 1665 break 2 2612 1666 fi 2613 1667 done 2614 done 2615 IFS=$as_save_IFS 1668 done 2616 1669 2617 1670 fi … … 2619 1672 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2620 1673 if test -n "$ac_ct_CC"; then 2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2622 $as_echo "$ac_ct_CC" >&6; } 2623 else 2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2625 $as_echo "no" >&6; } 2626 fi 2627 2628 if test "x$ac_ct_CC" = x; then 2629 CC="" 2630 else 2631 case $cross_compiling:$ac_tool_warned in 2632 yes:) 2633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2634 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2635 ac_tool_warned=yes ;; 2636 esac 2637 CC=$ac_ct_CC 2638 fi 1674 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1675 echo "${ECHO_T}$ac_ct_CC" >&6 1676 else 1677 echo "$as_me:$LINENO: result: no" >&5 1678 echo "${ECHO_T}no" >&6 1679 fi 1680 1681 CC=$ac_ct_CC 2639 1682 else 2640 1683 CC="$ac_cv_prog_CC" … … 2642 1685 2643 1686 if test -z "$CC"; then 2644 2645 1687 if test -n "$ac_tool_prefix"; then 1688 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2646 1689 set dummy ${ac_tool_prefix}cc; ac_word=$2 2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52648 $as_echo_n "checking for $ac_word... " >&6; } 2649 if test "${ac_cv_prog_CC+set}" = set; then :2650 $as_echo_n "(cached)" >&61690 echo "$as_me:$LINENO: checking for $ac_word" >&5 1691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1692 if test "${ac_cv_prog_CC+set}" = set; then 1693 echo $ECHO_N "(cached) $ECHO_C" >&6 2651 1694 else 2652 1695 if test -n "$CC"; then … … 2658 1701 IFS=$as_save_IFS 2659 1702 test -z "$as_dir" && as_dir=. 2660 2661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1703 for ac_exec_ext in '' $ac_executable_extensions; do 1704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2662 1705 ac_cv_prog_CC="${ac_tool_prefix}cc" 2663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&51706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2664 1707 break 2 2665 1708 fi 2666 1709 done 2667 done 2668 IFS=$as_save_IFS 1710 done 2669 1711 2670 1712 fi … … 2672 1714 CC=$ac_cv_prog_CC 2673 1715 if test -n "$CC"; then 2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2675 $as_echo "$CC" >&6; } 2676 else 2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2678 $as_echo "no" >&6; } 2679 fi 2680 2681 1716 echo "$as_me:$LINENO: result: $CC" >&5 1717 echo "${ECHO_T}$CC" >&6 1718 else 1719 echo "$as_me:$LINENO: result: no" >&5 1720 echo "${ECHO_T}no" >&6 1721 fi 1722 1723 fi 1724 if test -z "$ac_cv_prog_CC"; then 1725 ac_ct_CC=$CC 1726 # Extract the first word of "cc", so it can be a program name with args. 1727 set dummy cc; ac_word=$2 1728 echo "$as_me:$LINENO: checking for $ac_word" >&5 1729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1730 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1731 echo $ECHO_N "(cached) $ECHO_C" >&6 1732 else 1733 if test -n "$ac_ct_CC"; then 1734 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1735 else 1736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1737 for as_dir in $PATH 1738 do 1739 IFS=$as_save_IFS 1740 test -z "$as_dir" && as_dir=. 1741 for ac_exec_ext in '' $ac_executable_extensions; do 1742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1743 ac_cv_prog_ac_ct_CC="cc" 1744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1745 break 2 2682 1746 fi 1747 done 1748 done 1749 1750 fi 1751 fi 1752 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1753 if test -n "$ac_ct_CC"; then 1754 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1755 echo "${ECHO_T}$ac_ct_CC" >&6 1756 else 1757 echo "$as_me:$LINENO: result: no" >&5 1758 echo "${ECHO_T}no" >&6 1759 fi 1760 1761 CC=$ac_ct_CC 1762 else 1763 CC="$ac_cv_prog_CC" 1764 fi 1765 2683 1766 fi 2684 1767 if test -z "$CC"; then 2685 1768 # Extract the first word of "cc", so it can be a program name with args. 2686 1769 set dummy cc; ac_word=$2 2687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52688 $as_echo_n "checking for $ac_word... " >&6; } 2689 if test "${ac_cv_prog_CC+set}" = set; then :2690 $as_echo_n "(cached)" >&61770 echo "$as_me:$LINENO: checking for $ac_word" >&5 1771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1772 if test "${ac_cv_prog_CC+set}" = set; then 1773 echo $ECHO_N "(cached) $ECHO_C" >&6 2691 1774 else 2692 1775 if test -n "$CC"; then … … 2699 1782 IFS=$as_save_IFS 2700 1783 test -z "$as_dir" && as_dir=. 2701 2702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1784 for ac_exec_ext in '' $ac_executable_extensions; do 1785 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2703 1786 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2704 1787 ac_prog_rejected=yes … … 2706 1789 fi 2707 1790 ac_cv_prog_CC="cc" 2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&51791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2709 1792 break 2 2710 1793 fi 2711 1794 done 2712 done 2713 IFS=$as_save_IFS 1795 done 2714 1796 2715 1797 if test $ac_prog_rejected = yes; then … … 2729 1811 CC=$ac_cv_prog_CC 2730 1812 if test -n "$CC"; then 2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2732 $as_echo "$CC" >&6; } 2733 else 2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2735 $as_echo "no" >&6; } 2736 fi 2737 1813 echo "$as_me:$LINENO: result: $CC" >&5 1814 echo "${ECHO_T}$CC" >&6 1815 else 1816 echo "$as_me:$LINENO: result: no" >&5 1817 echo "${ECHO_T}no" >&6 1818 fi 2738 1819 2739 1820 fi 2740 1821 if test -z "$CC"; then 2741 1822 if test -n "$ac_tool_prefix"; then 2742 for ac_prog in cl .exe1823 for ac_prog in cl 2743 1824 do 2744 1825 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2745 1826 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52747 $as_echo_n "checking for $ac_word... " >&6; } 2748 if test "${ac_cv_prog_CC+set}" = set; then :2749 $as_echo_n "(cached)" >&61827 echo "$as_me:$LINENO: checking for $ac_word" >&5 1828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1829 if test "${ac_cv_prog_CC+set}" = set; then 1830 echo $ECHO_N "(cached) $ECHO_C" >&6 2750 1831 else 2751 1832 if test -n "$CC"; then … … 2757 1838 IFS=$as_save_IFS 2758 1839 test -z "$as_dir" && as_dir=. 2759 2760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1840 for ac_exec_ext in '' $ac_executable_extensions; do 1841 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2761 1842 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&51843 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2763 1844 break 2 2764 1845 fi 2765 1846 done 2766 done 2767 IFS=$as_save_IFS 1847 done 2768 1848 2769 1849 fi … … 2771 1851 CC=$ac_cv_prog_CC 2772 1852 if test -n "$CC"; then 2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2774 $as_echo "$CC" >&6; } 2775 else 2776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2777 $as_echo "no" >&6; } 2778 fi 2779 1853 echo "$as_me:$LINENO: result: $CC" >&5 1854 echo "${ECHO_T}$CC" >&6 1855 else 1856 echo "$as_me:$LINENO: result: no" >&5 1857 echo "${ECHO_T}no" >&6 1858 fi 2780 1859 2781 1860 test -n "$CC" && break … … 2784 1863 if test -z "$CC"; then 2785 1864 ac_ct_CC=$CC 2786 for ac_prog in cl .exe1865 for ac_prog in cl 2787 1866 do 2788 1867 # Extract the first word of "$ac_prog", so it can be a program name with args. 2789 1868 set dummy $ac_prog; ac_word=$2 2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52791 $as_echo_n "checking for $ac_word... " >&6; } 2792 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2793 $as_echo_n "(cached)" >&61869 echo "$as_me:$LINENO: checking for $ac_word" >&5 1870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1871 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1872 echo $ECHO_N "(cached) $ECHO_C" >&6 2794 1873 else 2795 1874 if test -n "$ac_ct_CC"; then … … 2801 1880 IFS=$as_save_IFS 2802 1881 test -z "$as_dir" && as_dir=. 2803 2804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1882 for ac_exec_ext in '' $ac_executable_extensions; do 1883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2805 1884 ac_cv_prog_ac_ct_CC="$ac_prog" 2806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&51885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2807 1886 break 2 2808 1887 fi 2809 1888 done 2810 done 2811 IFS=$as_save_IFS 1889 done 2812 1890 2813 1891 fi … … 2815 1893 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2816 1894 if test -n "$ac_ct_CC"; then 2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2818 $as_echo "$ac_ct_CC" >&6; } 2819 else 2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2821 $as_echo "no" >&6; } 2822 fi 2823 1895 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1896 echo "${ECHO_T}$ac_ct_CC" >&6 1897 else 1898 echo "$as_me:$LINENO: result: no" >&5 1899 echo "${ECHO_T}no" >&6 1900 fi 2824 1901 2825 1902 test -n "$ac_ct_CC" && break 2826 1903 done 2827 1904 2828 if test "x$ac_ct_CC" = x; then 2829 CC="" 2830 else 2831 case $cross_compiling:$ac_tool_warned in 2832 yes:) 2833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2834 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2835 ac_tool_warned=yes ;; 2836 esac 2837 CC=$ac_ct_CC 2838 fi 2839 fi 2840 2841 fi 2842 2843 2844 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2846 as_fn_error $? "no acceptable C compiler found in \$PATH 2847 See \`config.log' for more details" "$LINENO" 5 ; } 1905 CC=$ac_ct_CC 1906 fi 1907 1908 fi 1909 1910 1911 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 1912 See \`config.log' for more details." >&5 1913 echo "$as_me: error: no acceptable C compiler found in \$PATH 1914 See \`config.log' for more details." >&2;} 1915 { (exit 1); exit 1; }; } 2848 1916 2849 1917 # Provide some information about the compiler. 2850 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2851 set X $ac_compile 2852 ac_compiler=$2 2853 for ac_option in --version -v -V -qversion; do 2854 { { ac_try="$ac_compiler $ac_option >&5" 2855 case "(($ac_try" in 2856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2857 *) ac_try_echo=$ac_try;; 2858 esac 2859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2860 $as_echo "$ac_try_echo"; } >&5 2861 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 2862 ac_status=$? 2863 if test -s conftest.err; then 2864 sed '10a\ 2865 ... rest of stderr output deleted ... 2866 10q' conftest.err >conftest.er1 2867 cat conftest.er1 >&5 2868 fi 2869 rm -f conftest.er1 conftest.err 2870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2871 test $ac_status = 0; } 2872 done 2873 2874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1918 echo "$as_me:$LINENO:" \ 1919 "checking for C compiler version" >&5 1920 ac_compiler=`set X $ac_compile; echo $2` 1921 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1922 (eval $ac_compiler --version </dev/null >&5) 2>&5 1923 ac_status=$? 1924 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1925 (exit $ac_status); } 1926 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1927 (eval $ac_compiler -v </dev/null >&5) 2>&5 1928 ac_status=$? 1929 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1930 (exit $ac_status); } 1931 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1932 (eval $ac_compiler -V </dev/null >&5) 2>&5 1933 ac_status=$? 1934 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1935 (exit $ac_status); } 1936 1937 cat >conftest.$ac_ext <<_ACEOF 1938 /* confdefs.h. */ 1939 _ACEOF 1940 cat confdefs.h >>conftest.$ac_ext 1941 cat >>conftest.$ac_ext <<_ACEOF 2875 1942 /* end confdefs.h. */ 2876 1943 … … 2884 1951 _ACEOF 2885 1952 ac_clean_files_save=$ac_clean_files 2886 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"1953 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2887 1954 # Try to create an executable without -o first, disregard a.out. 2888 1955 # It will help us diagnose broken compilers, and finding out an intuition 2889 1956 # of exeext. 2890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 2891 $as_echo_n "checking whether the C compiler works... " >&6; } 2892 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2893 2894 # The possible output files: 2895 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2896 2897 ac_rmfiles= 2898 for ac_file in $ac_files 2899 do 2900 case $ac_file in 2901 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2902 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2903 esac 2904 done 2905 rm -f $ac_rmfiles 2906 2907 if { { ac_try="$ac_link_default" 2908 case "(($ac_try" in 2909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2910 *) ac_try_echo=$ac_try;; 2911 esac 2912 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2913 $as_echo "$ac_try_echo"; } >&5 2914 (eval "$ac_link_default") 2>&5 2915 ac_status=$? 2916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2917 test $ac_status = 0; }; then : 2918 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2919 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2920 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2921 # so that the user can short-circuit this test for compilers unknown to 2922 # Autoconf. 2923 for ac_file in $ac_files '' 1957 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 1958 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 1959 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1960 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1961 (eval $ac_link_default) 2>&5 1962 ac_status=$? 1963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1964 (exit $ac_status); }; then 1965 # Find the output, starting from the most likely. This scheme is 1966 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 1967 # resort. 1968 1969 # Be careful to initialize this variable, since it used to be cached. 1970 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1971 ac_cv_exeext= 1972 # b.out is created by i960 compilers. 1973 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 2924 1974 do 2925 1975 test -f "$ac_file" || continue 2926 1976 case $ac_file in 2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 1977 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1978 ;; 1979 conftest.$ac_ext ) 1980 # This is the source file. 2928 1981 ;; 2929 1982 [ab].out ) … … 2932 1985 break;; 2933 1986 *.* ) 2934 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2935 then :; else 2936 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2937 fi 2938 # We set ac_cv_exeext here because the later test for it is not 2939 # safe: cross compilers may not add the suffix if given an `-o' 2940 # argument, so we may need to know it at that point already. 2941 # Even if this section looks crufty: it has the advantage of 2942 # actually working. 1987 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1988 # FIXME: I believe we export ac_cv_exeext for Libtool, 1989 # but it would be cool to find out if it's true. Does anybody 1990 # maintain Libtool? --akim. 1991 export ac_cv_exeext 2943 1992 break;; 2944 1993 * ) … … 2946 1995 esac 2947 1996 done 2948 test "$ac_cv_exeext" = no && ac_cv_exeext= 2949 2950 else 2951 ac_file='' 2952 fi 2953 if test -z "$ac_file"; then : 2954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2955 $as_echo "no" >&6; } 2956 $as_echo "$as_me: failed program was:" >&5 1997 else 1998 echo "$as_me: failed program was:" >&5 2957 1999 sed 's/^/| /' conftest.$ac_ext >&5 2958 2000 2959 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2960 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2961 as_fn_error 77 "C compiler cannot create executables 2962 See \`config.log' for more details" "$LINENO" 5 ; } 2963 else 2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2965 $as_echo "yes" >&6; } 2966 fi 2967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2968 $as_echo_n "checking for C compiler default output file name... " >&6; } 2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 2970 $as_echo "$ac_file" >&6; } 2001 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2002 See \`config.log' for more details." >&5 2003 echo "$as_me: error: C compiler cannot create executables 2004 See \`config.log' for more details." >&2;} 2005 { (exit 77); exit 77; }; } 2006 fi 2007 2971 2008 ac_exeext=$ac_cv_exeext 2972 2973 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2009 echo "$as_me:$LINENO: result: $ac_file" >&5 2010 echo "${ECHO_T}$ac_file" >&6 2011 2012 # Check the compiler produces executables we can run. If not, either 2013 # the compiler is broken, or we cross compile. 2014 echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2015 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2016 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2017 # If not cross compiling, check that we can run a simple program. 2018 if test "$cross_compiling" != yes; then 2019 if { ac_try='./$ac_file' 2020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2021 (eval $ac_try) 2>&5 2022 ac_status=$? 2023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2024 (exit $ac_status); }; }; then 2025 cross_compiling=no 2026 else 2027 if test "$cross_compiling" = maybe; then 2028 cross_compiling=yes 2029 else 2030 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2031 If you meant to cross compile, use \`--host'. 2032 See \`config.log' for more details." >&5 2033 echo "$as_me: error: cannot run C compiled programs. 2034 If you meant to cross compile, use \`--host'. 2035 See \`config.log' for more details." >&2;} 2036 { (exit 1); exit 1; }; } 2037 fi 2038 fi 2039 fi 2040 echo "$as_me:$LINENO: result: yes" >&5 2041 echo "${ECHO_T}yes" >&6 2042 2043 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2974 2044 ac_clean_files=$ac_clean_files_save 2975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 2976 $as_echo_n "checking for suffix of executables... " >&6; } 2977 if { { ac_try="$ac_link" 2978 case "(($ac_try" in 2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2980 *) ac_try_echo=$ac_try;; 2981 esac 2982 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2983 $as_echo "$ac_try_echo"; } >&5 2984 (eval "$ac_link") 2>&5 2985 ac_status=$? 2986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2987 test $ac_status = 0; }; then : 2045 # Check the compiler produces executables we can run. If not, either 2046 # the compiler is broken, or we cross compile. 2047 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2048 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2049 echo "$as_me:$LINENO: result: $cross_compiling" >&5 2050 echo "${ECHO_T}$cross_compiling" >&6 2051 2052 echo "$as_me:$LINENO: checking for suffix of executables" >&5 2053 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 2054 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2055 (eval $ac_link) 2>&5 2056 ac_status=$? 2057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2058 (exit $ac_status); }; then 2988 2059 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2989 2060 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 2993 2064 test -f "$ac_file" || continue 2994 2065 case $ac_file in 2995 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *. map | *.inf | *.dSYM | *.o | *.obj ) ;;2066 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2996 2067 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2068 export ac_cv_exeext 2997 2069 break;; 2998 2070 * ) break;; … … 3000 2072 done 3001 2073 else 3002 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3003 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3004 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3005 See \`config.log' for more details" "$LINENO" 5 ; } 3006 fi 3007 rm -f conftest conftest$ac_cv_exeext 3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3009 $as_echo "$ac_cv_exeext" >&6; } 2074 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2075 See \`config.log' for more details." >&5 2076 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2077 See \`config.log' for more details." >&2;} 2078 { (exit 1); exit 1; }; } 2079 fi 2080 2081 rm -f conftest$ac_cv_exeext 2082 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2083 echo "${ECHO_T}$ac_cv_exeext" >&6 3010 2084 3011 2085 rm -f conftest.$ac_ext 3012 2086 EXEEXT=$ac_cv_exeext 3013 2087 ac_exeext=$EXEEXT 3014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2088 echo "$as_me:$LINENO: checking for suffix of object files" >&5 2089 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2090 if test "${ac_cv_objext+set}" = set; then 2091 echo $ECHO_N "(cached) $ECHO_C" >&6 2092 else 2093 cat >conftest.$ac_ext <<_ACEOF 2094 /* confdefs.h. */ 2095 _ACEOF 2096 cat confdefs.h >>conftest.$ac_ext 2097 cat >>conftest.$ac_ext <<_ACEOF 3015 2098 /* end confdefs.h. */ 3016 #include <stdio.h> 2099 3017 2100 int 3018 2101 main () 3019 2102 { 3020 FILE *f = fopen ("conftest.out", "w");3021 return ferror (f) || fclose (f) != 0;3022 2103 3023 2104 ; … … 3025 2106 } 3026 2107 _ACEOF 3027 ac_clean_files="$ac_clean_files conftest.out"3028 # Check that the compiler produces executables we can run. If not, either3029 # the compiler is broken, or we cross compile.3030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&53031 $as_echo_n "checking whether we are cross compiling... " >&6; }3032 if test "$cross_compiling" != yes; then3033 { { ac_try="$ac_link"3034 case "(($ac_try" in3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;3036 *) ac_try_echo=$ac_try;;3037 esac3038 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""3039 $as_echo "$ac_try_echo"; } >&53040 (eval "$ac_link") 2>&53041 ac_status=$?3042 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53043 test $ac_status = 0; }3044 if { ac_try='./conftest$ac_cv_exeext'3045 { { case "(($ac_try" in3046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;3047 *) ac_try_echo=$ac_try;;3048 esac3049 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""3050 $as_echo "$ac_try_echo"; } >&53051 (eval "$ac_try") 2>&53052 ac_status=$?3053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53054 test $ac_status = 0; }; }; then3055 cross_compiling=no3056 else3057 if test "$cross_compiling" = maybe; then3058 cross_compiling=yes3059 else3060 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53061 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3062 as_fn_error $? "cannot run C compiled programs.3063 If you meant to cross compile, use \`--host'.3064 See \`config.log' for more details" "$LINENO" 5 ; }3065 fi3066 fi3067 fi3068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&53069 $as_echo "$cross_compiling" >&6; }3070 3071 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out3072 ac_clean_files=$ac_clean_files_save3073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&53074 $as_echo_n "checking for suffix of object files... " >&6; }3075 if test "${ac_cv_objext+set}" = set; then :3076 $as_echo_n "(cached) " >&63077 else3078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext3079 /* end confdefs.h. */3080 3081 int3082 main ()3083 {3084 3085 ;3086 return 0;3087 }3088 _ACEOF3089 2108 rm -f conftest.o conftest.obj 3090 if { { ac_try="$ac_compile" 3091 case "(($ac_try" in 3092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3093 *) ac_try_echo=$ac_try;; 3094 esac 3095 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3096 $as_echo "$ac_try_echo"; } >&5 3097 (eval "$ac_compile") 2>&5 3098 ac_status=$? 3099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3100 test $ac_status = 0; }; then : 3101 for ac_file in conftest.o conftest.obj conftest.*; do 3102 test -f "$ac_file" || continue; 2109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2110 (eval $ac_compile) 2>&5 2111 ac_status=$? 2112 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2113 (exit $ac_status); }; then 2114 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 3103 2115 case $ac_file in 3104 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2116 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 3105 2117 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3106 2118 break;; … … 3108 2120 done 3109 2121 else 3110 $as_echo "$as_me: failed program was:" >&52122 echo "$as_me: failed program was:" >&5 3111 2123 sed 's/^/| /' conftest.$ac_ext >&5 3112 2124 3113 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3114 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3115 as_fn_error $? "cannot compute suffix of object files: cannot compile 3116 See \`config.log' for more details" "$LINENO" 5 ; } 3117 fi 2125 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2126 See \`config.log' for more details." >&5 2127 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2128 See \`config.log' for more details." >&2;} 2129 { (exit 1); exit 1; }; } 2130 fi 2131 3118 2132 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3119 2133 fi 3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&53121 $as_echo "$ac_cv_objext" >&6; } 2134 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2135 echo "${ECHO_T}$ac_cv_objext" >&6 3122 2136 OBJEXT=$ac_cv_objext 3123 2137 ac_objext=$OBJEXT 3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3125 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3126 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3127 $as_echo_n "(cached) " >&6 3128 else 3129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2138 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2139 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2140 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2141 echo $ECHO_N "(cached) $ECHO_C" >&6 2142 else 2143 cat >conftest.$ac_ext <<_ACEOF 2144 /* confdefs.h. */ 2145 _ACEOF 2146 cat confdefs.h >>conftest.$ac_ext 2147 cat >>conftest.$ac_ext <<_ACEOF 3130 2148 /* end confdefs.h. */ 3131 2149 … … 3141 2159 } 3142 2160 _ACEOF 3143 if ac_fn_c_try_compile "$LINENO"; then : 2161 rm -f conftest.$ac_objext 2162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2163 (eval $ac_compile) 2>conftest.er1 2164 ac_status=$? 2165 grep -v '^ *+' conftest.er1 >conftest.err 2166 rm -f conftest.er1 2167 cat conftest.err >&5 2168 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2169 (exit $ac_status); } && 2170 { ac_try='test -z "$ac_c_werror_flag" 2171 || test ! -s conftest.err' 2172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2173 (eval $ac_try) 2>&5 2174 ac_status=$? 2175 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2176 (exit $ac_status); }; } && 2177 { ac_try='test -s conftest.$ac_objext' 2178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2179 (eval $ac_try) 2>&5 2180 ac_status=$? 2181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2182 (exit $ac_status); }; }; then 3144 2183 ac_compiler_gnu=yes 3145 2184 else 3146 ac_compiler_gnu=no 3147 fi 3148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2185 echo "$as_me: failed program was:" >&5 2186 sed 's/^/| /' conftest.$ac_ext >&5 2187 2188 ac_compiler_gnu=no 2189 fi 2190 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3149 2191 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3150 2192 3151 2193 fi 3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3153 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3154 if test $ac_compiler_gnu = yes; then 3155 GCC=yes 3156 else 3157 GCC= 3158 fi 2194 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2195 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2196 GCC=`test $ac_compiler_gnu = yes && echo yes` 3159 2197 ac_test_CFLAGS=${CFLAGS+set} 3160 2198 ac_save_CFLAGS=$CFLAGS 3161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3162 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3163 if test "${ac_cv_prog_cc_g+set}" = set; then : 3164 $as_echo_n "(cached) " >&6 3165 else 3166 ac_save_c_werror_flag=$ac_c_werror_flag 3167 ac_c_werror_flag=yes 3168 ac_cv_prog_cc_g=no 3169 CFLAGS="-g" 3170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2199 CFLAGS="-g" 2200 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2201 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2202 if test "${ac_cv_prog_cc_g+set}" = set; then 2203 echo $ECHO_N "(cached) $ECHO_C" >&6 2204 else 2205 cat >conftest.$ac_ext <<_ACEOF 2206 /* confdefs.h. */ 2207 _ACEOF 2208 cat confdefs.h >>conftest.$ac_ext 2209 cat >>conftest.$ac_ext <<_ACEOF 3171 2210 /* end confdefs.h. */ 3172 2211 … … 3179 2218 } 3180 2219 _ACEOF 3181 if ac_fn_c_try_compile "$LINENO"; then : 2220 rm -f conftest.$ac_objext 2221 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2222 (eval $ac_compile) 2>conftest.er1 2223 ac_status=$? 2224 grep -v '^ *+' conftest.er1 >conftest.err 2225 rm -f conftest.er1 2226 cat conftest.err >&5 2227 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2228 (exit $ac_status); } && 2229 { ac_try='test -z "$ac_c_werror_flag" 2230 || test ! -s conftest.err' 2231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2232 (eval $ac_try) 2>&5 2233 ac_status=$? 2234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2235 (exit $ac_status); }; } && 2236 { ac_try='test -s conftest.$ac_objext' 2237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2238 (eval $ac_try) 2>&5 2239 ac_status=$? 2240 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2241 (exit $ac_status); }; }; then 3182 2242 ac_cv_prog_cc_g=yes 3183 2243 else 3184 CFLAGS="" 3185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3186 /* end confdefs.h. */ 3187 3188 int 3189 main () 3190 { 3191 3192 ; 3193 return 0; 3194 } 3195 _ACEOF 3196 if ac_fn_c_try_compile "$LINENO"; then : 3197 3198 else 3199 ac_c_werror_flag=$ac_save_c_werror_flag 3200 CFLAGS="-g" 3201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3202 /* end confdefs.h. */ 3203 3204 int 3205 main () 3206 { 3207 3208 ; 3209 return 0; 3210 } 3211 _ACEOF 3212 if ac_fn_c_try_compile "$LINENO"; then : 3213 ac_cv_prog_cc_g=yes 3214 fi 3215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3216 fi 3217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3218 fi 3219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3220 ac_c_werror_flag=$ac_save_c_werror_flag 3221 fi 3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 3223 $as_echo "$ac_cv_prog_cc_g" >&6; } 2244 echo "$as_me: failed program was:" >&5 2245 sed 's/^/| /' conftest.$ac_ext >&5 2246 2247 ac_cv_prog_cc_g=no 2248 fi 2249 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2250 fi 2251 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2252 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3224 2253 if test "$ac_test_CFLAGS" = set; then 3225 2254 CFLAGS=$ac_save_CFLAGS … … 3237 2266 fi 3238 2267 fi 3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&53240 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3241 if test "${ac_cv_prog_cc_ c89+set}" = set; then :3242 $as_echo_n "(cached)" >&63243 else 3244 ac_cv_prog_cc_ c89=no2268 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 2269 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 2270 if test "${ac_cv_prog_cc_stdc+set}" = set; then 2271 echo $ECHO_N "(cached) $ECHO_C" >&6 2272 else 2273 ac_cv_prog_cc_stdc=no 3245 2274 ac_save_CC=$CC 3246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2275 cat >conftest.$ac_ext <<_ACEOF 2276 /* confdefs.h. */ 2277 _ACEOF 2278 cat confdefs.h >>conftest.$ac_ext 2279 cat >>conftest.$ac_ext <<_ACEOF 3247 2280 /* end confdefs.h. */ 3248 2281 #include <stdarg.h> … … 3272 2305 function prototypes and stuff, but not '\xHH' hex character constants. 3273 2306 These don't provoke an error unfortunately, instead are silently treated 3274 as 'x'. The following induces an error, until -std is added to get2307 as 'x'. The following induces an error, until -std1 is added to get 3275 2308 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3276 2309 array size at least. It's necessary to write '\x00'==0 to get something 3277 that's true only with -std . */2310 that's true only with -std1. */ 3278 2311 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3279 3280 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters3281 inside strings and character constants. */3282 #define FOO(x) 'x'3283 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];3284 2312 3285 2313 int test (int i, double x); … … 3297 2325 } 3298 2326 _ACEOF 3299 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 3300 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2327 # Don't try gcc -ansi; that turns off useful extensions and 2328 # breaks some systems' header files. 2329 # AIX -qlanglvl=ansi 2330 # Ultrix and OSF/1 -std1 2331 # HP-UX 10.20 and later -Ae 2332 # HP-UX older versions -Aa -D_HPUX_SOURCE 2333 # SVR4 -Xc -D__EXTENSIONS__ 2334 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 3301 2335 do 3302 2336 CC="$ac_save_CC $ac_arg" 3303 if ac_fn_c_try_compile "$LINENO"; then : 3304 ac_cv_prog_cc_c89=$ac_arg 3305 fi 3306 rm -f core conftest.err conftest.$ac_objext 3307 test "x$ac_cv_prog_cc_c89" != "xno" && break 2337 rm -f conftest.$ac_objext 2338 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2339 (eval $ac_compile) 2>conftest.er1 2340 ac_status=$? 2341 grep -v '^ *+' conftest.er1 >conftest.err 2342 rm -f conftest.er1 2343 cat conftest.err >&5 2344 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2345 (exit $ac_status); } && 2346 { ac_try='test -z "$ac_c_werror_flag" 2347 || test ! -s conftest.err' 2348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2349 (eval $ac_try) 2>&5 2350 ac_status=$? 2351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2352 (exit $ac_status); }; } && 2353 { ac_try='test -s conftest.$ac_objext' 2354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2355 (eval $ac_try) 2>&5 2356 ac_status=$? 2357 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2358 (exit $ac_status); }; }; then 2359 ac_cv_prog_cc_stdc=$ac_arg 2360 break 2361 else 2362 echo "$as_me: failed program was:" >&5 2363 sed 's/^/| /' conftest.$ac_ext >&5 2364 2365 fi 2366 rm -f conftest.err conftest.$ac_objext 3308 2367 done 3309 rm -f conftest.$ac_ext 2368 rm -f conftest.$ac_ext conftest.$ac_objext 3310 2369 CC=$ac_save_CC 3311 2370 3312 2371 fi 3313 # AC_CACHE_VAL 3314 case "x$ac_cv_prog_cc_c89" in 3315 x) 3316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 3317 $as_echo "none needed" >&6; } ;; 3318 xno) 3319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 3320 $as_echo "unsupported" >&6; } ;; 2372 2373 case "x$ac_cv_prog_cc_stdc" in 2374 x|xno) 2375 echo "$as_me:$LINENO: result: none needed" >&5 2376 echo "${ECHO_T}none needed" >&6 ;; 3321 2377 *) 3322 CC="$CC $ac_cv_prog_cc_c89"3323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3324 $as_echo "$ac_cv_prog_cc_c89" >&6; };;2378 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 2379 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 2380 CC="$CC $ac_cv_prog_cc_stdc" ;; 3325 2381 esac 3326 if test "x$ac_cv_prog_cc_c89" != xno; then : 3327 3328 fi 3329 2382 2383 # Some people use a C++ compiler to compile C. Since we use `exit', 2384 # in C++ we need to declare it. In case someone uses the same compiler 2385 # for both compiling C and C++ we need to have the C++ compiler decide 2386 # the declaration of exit, since it's the most demanding environment. 2387 cat >conftest.$ac_ext <<_ACEOF 2388 #ifndef __cplusplus 2389 choke me 2390 #endif 2391 _ACEOF 2392 rm -f conftest.$ac_objext 2393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2394 (eval $ac_compile) 2>conftest.er1 2395 ac_status=$? 2396 grep -v '^ *+' conftest.er1 >conftest.err 2397 rm -f conftest.er1 2398 cat conftest.err >&5 2399 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2400 (exit $ac_status); } && 2401 { ac_try='test -z "$ac_c_werror_flag" 2402 || test ! -s conftest.err' 2403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2404 (eval $ac_try) 2>&5 2405 ac_status=$? 2406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2407 (exit $ac_status); }; } && 2408 { ac_try='test -s conftest.$ac_objext' 2409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2410 (eval $ac_try) 2>&5 2411 ac_status=$? 2412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2413 (exit $ac_status); }; }; then 2414 for ac_declaration in \ 2415 '' \ 2416 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2417 'extern "C" void std::exit (int); using std::exit;' \ 2418 'extern "C" void exit (int) throw ();' \ 2419 'extern "C" void exit (int);' \ 2420 'void exit (int);' 2421 do 2422 cat >conftest.$ac_ext <<_ACEOF 2423 /* confdefs.h. */ 2424 _ACEOF 2425 cat confdefs.h >>conftest.$ac_ext 2426 cat >>conftest.$ac_ext <<_ACEOF 2427 /* end confdefs.h. */ 2428 $ac_declaration 2429 #include <stdlib.h> 2430 int 2431 main () 2432 { 2433 exit (42); 2434 ; 2435 return 0; 2436 } 2437 _ACEOF 2438 rm -f conftest.$ac_objext 2439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2440 (eval $ac_compile) 2>conftest.er1 2441 ac_status=$? 2442 grep -v '^ *+' conftest.er1 >conftest.err 2443 rm -f conftest.er1 2444 cat conftest.err >&5 2445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2446 (exit $ac_status); } && 2447 { ac_try='test -z "$ac_c_werror_flag" 2448 || test ! -s conftest.err' 2449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2450 (eval $ac_try) 2>&5 2451 ac_status=$? 2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2453 (exit $ac_status); }; } && 2454 { ac_try='test -s conftest.$ac_objext' 2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2456 (eval $ac_try) 2>&5 2457 ac_status=$? 2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2459 (exit $ac_status); }; }; then 2460 : 2461 else 2462 echo "$as_me: failed program was:" >&5 2463 sed 's/^/| /' conftest.$ac_ext >&5 2464 2465 continue 2466 fi 2467 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2468 cat >conftest.$ac_ext <<_ACEOF 2469 /* confdefs.h. */ 2470 _ACEOF 2471 cat confdefs.h >>conftest.$ac_ext 2472 cat >>conftest.$ac_ext <<_ACEOF 2473 /* end confdefs.h. */ 2474 $ac_declaration 2475 int 2476 main () 2477 { 2478 exit (42); 2479 ; 2480 return 0; 2481 } 2482 _ACEOF 2483 rm -f conftest.$ac_objext 2484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2485 (eval $ac_compile) 2>conftest.er1 2486 ac_status=$? 2487 grep -v '^ *+' conftest.er1 >conftest.err 2488 rm -f conftest.er1 2489 cat conftest.err >&5 2490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2491 (exit $ac_status); } && 2492 { ac_try='test -z "$ac_c_werror_flag" 2493 || test ! -s conftest.err' 2494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2495 (eval $ac_try) 2>&5 2496 ac_status=$? 2497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2498 (exit $ac_status); }; } && 2499 { ac_try='test -s conftest.$ac_objext' 2500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2501 (eval $ac_try) 2>&5 2502 ac_status=$? 2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2504 (exit $ac_status); }; }; then 2505 break 2506 else 2507 echo "$as_me: failed program was:" >&5 2508 sed 's/^/| /' conftest.$ac_ext >&5 2509 2510 fi 2511 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2512 done 2513 rm -f conftest* 2514 if test -n "$ac_declaration"; then 2515 echo '#ifdef __cplusplus' >>confdefs.h 2516 echo $ac_declaration >>confdefs.h 2517 echo '#endif' >>confdefs.h 2518 fi 2519 2520 else 2521 echo "$as_me: failed program was:" >&5 2522 sed 's/^/| /' conftest.$ac_ext >&5 2523 2524 fi 2525 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3330 2526 ac_ext=c 3331 2527 ac_cpp='$CPP $CPPFLAGS' … … 3334 2530 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3335 2531 3336 ac_ext=c pp2532 ac_ext=cc 3337 2533 ac_cpp='$CXXCPP $CPPFLAGS' 3338 2534 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3339 2535 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3340 2536 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 3341 if test -z "$CXX"; then 3342 if test -n "$CCC"; then 3343 CXX=$CCC 3344 else 3345 if test -n "$ac_tool_prefix"; then 3346 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 2537 if test -n "$ac_tool_prefix"; then 2538 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 3347 2539 do 3348 2540 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3349 2541 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53351 $as_echo_n "checking for $ac_word... " >&6; } 3352 if test "${ac_cv_prog_CXX+set}" = set; then :3353 $as_echo_n "(cached)" >&62542 echo "$as_me:$LINENO: checking for $ac_word" >&5 2543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2544 if test "${ac_cv_prog_CXX+set}" = set; then 2545 echo $ECHO_N "(cached) $ECHO_C" >&6 3354 2546 else 3355 2547 if test -n "$CXX"; then … … 3361 2553 IFS=$as_save_IFS 3362 2554 test -z "$as_dir" && as_dir=. 3363 3364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2555 for ac_exec_ext in '' $ac_executable_extensions; do 2556 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3365 2557 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3367 2559 break 2 3368 2560 fi 3369 2561 done 3370 done 3371 IFS=$as_save_IFS 2562 done 3372 2563 3373 2564 fi … … 3375 2566 CXX=$ac_cv_prog_CXX 3376 2567 if test -n "$CXX"; then 3377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 3378 $as_echo "$CXX" >&6; } 3379 else 3380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3381 $as_echo "no" >&6; } 3382 fi 3383 2568 echo "$as_me:$LINENO: result: $CXX" >&5 2569 echo "${ECHO_T}$CXX" >&6 2570 else 2571 echo "$as_me:$LINENO: result: no" >&5 2572 echo "${ECHO_T}no" >&6 2573 fi 3384 2574 3385 2575 test -n "$CXX" && break … … 3388 2578 if test -z "$CXX"; then 3389 2579 ac_ct_CXX=$CXX 3390 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exeFCC KCC RCC xlC_r xlC2580 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 3391 2581 do 3392 2582 # Extract the first word of "$ac_prog", so it can be a program name with args. 3393 2583 set dummy $ac_prog; ac_word=$2 3394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53395 $as_echo_n "checking for $ac_word... " >&6; } 3396 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :3397 $as_echo_n "(cached)" >&62584 echo "$as_me:$LINENO: checking for $ac_word" >&5 2585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2586 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2587 echo $ECHO_N "(cached) $ECHO_C" >&6 3398 2588 else 3399 2589 if test -n "$ac_ct_CXX"; then … … 3405 2595 IFS=$as_save_IFS 3406 2596 test -z "$as_dir" && as_dir=. 3407 3408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2597 for ac_exec_ext in '' $ac_executable_extensions; do 2598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3409 2599 ac_cv_prog_ac_ct_CXX="$ac_prog" 3410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3411 2601 break 2 3412 2602 fi 3413 2603 done 3414 done 3415 IFS=$as_save_IFS 2604 done 3416 2605 3417 2606 fi … … 3419 2608 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3420 2609 if test -n "$ac_ct_CXX"; then 3421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 3422 $as_echo "$ac_ct_CXX" >&6; } 3423 else 3424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3425 $as_echo "no" >&6; } 3426 fi 3427 2610 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2611 echo "${ECHO_T}$ac_ct_CXX" >&6 2612 else 2613 echo "$as_me:$LINENO: result: no" >&5 2614 echo "${ECHO_T}no" >&6 2615 fi 3428 2616 3429 2617 test -n "$ac_ct_CXX" && break 3430 2618 done 3431 3432 if test "x$ac_ct_CXX" = x; then 3433 CXX="g++" 3434 else 3435 case $cross_compiling:$ac_tool_warned in 3436 yes:) 3437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3439 ac_tool_warned=yes ;; 3440 esac 3441 CXX=$ac_ct_CXX 3442 fi 3443 fi 3444 3445 fi 3446 fi 2619 test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 2620 2621 CXX=$ac_ct_CXX 2622 fi 2623 2624 3447 2625 # Provide some information about the compiler. 3448 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 3449 set X $ac_compile 3450 ac_compiler=$2 3451 for ac_option in --version -v -V -qversion; do 3452 { { ac_try="$ac_compiler $ac_option >&5" 3453 case "(($ac_try" in 3454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3455 *) ac_try_echo=$ac_try;; 3456 esac 3457 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3458 $as_echo "$ac_try_echo"; } >&5 3459 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3460 ac_status=$? 3461 if test -s conftest.err; then 3462 sed '10a\ 3463 ... rest of stderr output deleted ... 3464 10q' conftest.err >conftest.er1 3465 cat conftest.er1 >&5 3466 fi 3467 rm -f conftest.er1 conftest.err 3468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3469 test $ac_status = 0; } 3470 done 3471 3472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3473 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3474 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 3475 $as_echo_n "(cached) " >&6 3476 else 3477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2626 echo "$as_me:$LINENO:" \ 2627 "checking for C++ compiler version" >&5 2628 ac_compiler=`set X $ac_compile; echo $2` 2629 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 2630 (eval $ac_compiler --version </dev/null >&5) 2>&5 2631 ac_status=$? 2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2633 (exit $ac_status); } 2634 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 2635 (eval $ac_compiler -v </dev/null >&5) 2>&5 2636 ac_status=$? 2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2638 (exit $ac_status); } 2639 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 2640 (eval $ac_compiler -V </dev/null >&5) 2>&5 2641 ac_status=$? 2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2643 (exit $ac_status); } 2644 2645 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 2646 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 2647 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2648 echo $ECHO_N "(cached) $ECHO_C" >&6 2649 else 2650 cat >conftest.$ac_ext <<_ACEOF 2651 /* confdefs.h. */ 2652 _ACEOF 2653 cat confdefs.h >>conftest.$ac_ext 2654 cat >>conftest.$ac_ext <<_ACEOF 3478 2655 /* end confdefs.h. */ 3479 2656 … … 3489 2666 } 3490 2667 _ACEOF 3491 if ac_fn_cxx_try_compile "$LINENO"; then : 2668 rm -f conftest.$ac_objext 2669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2670 (eval $ac_compile) 2>conftest.er1 2671 ac_status=$? 2672 grep -v '^ *+' conftest.er1 >conftest.err 2673 rm -f conftest.er1 2674 cat conftest.err >&5 2675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2676 (exit $ac_status); } && 2677 { ac_try='test -z "$ac_cxx_werror_flag" 2678 || test ! -s conftest.err' 2679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2680 (eval $ac_try) 2>&5 2681 ac_status=$? 2682 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2683 (exit $ac_status); }; } && 2684 { ac_try='test -s conftest.$ac_objext' 2685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2686 (eval $ac_try) 2>&5 2687 ac_status=$? 2688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2689 (exit $ac_status); }; }; then 3492 2690 ac_compiler_gnu=yes 3493 2691 else 3494 ac_compiler_gnu=no 3495 fi 3496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2692 echo "$as_me: failed program was:" >&5 2693 sed 's/^/| /' conftest.$ac_ext >&5 2694 2695 ac_compiler_gnu=no 2696 fi 2697 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3497 2698 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3498 2699 3499 2700 fi 3500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 3501 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3502 if test $ac_compiler_gnu = yes; then 3503 GXX=yes 3504 else 3505 GXX= 3506 fi 2701 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 2702 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 2703 GXX=`test $ac_compiler_gnu = yes && echo yes` 3507 2704 ac_test_CXXFLAGS=${CXXFLAGS+set} 3508 2705 ac_save_CXXFLAGS=$CXXFLAGS 3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 3510 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3511 if test "${ac_cv_prog_cxx_g+set}" = set; then : 3512 $as_echo_n "(cached) " >&6 3513 else 3514 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 3515 ac_cxx_werror_flag=yes 3516 ac_cv_prog_cxx_g=no 3517 CXXFLAGS="-g" 3518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2706 CXXFLAGS="-g" 2707 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2708 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 2709 if test "${ac_cv_prog_cxx_g+set}" = set; then 2710 echo $ECHO_N "(cached) $ECHO_C" >&6 2711 else 2712 cat >conftest.$ac_ext <<_ACEOF 2713 /* confdefs.h. */ 2714 _ACEOF 2715 cat confdefs.h >>conftest.$ac_ext 2716 cat >>conftest.$ac_ext <<_ACEOF 3519 2717 /* end confdefs.h. */ 3520 2718 … … 3527 2725 } 3528 2726 _ACEOF 3529 if ac_fn_cxx_try_compile "$LINENO"; then : 2727 rm -f conftest.$ac_objext 2728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2729 (eval $ac_compile) 2>conftest.er1 2730 ac_status=$? 2731 grep -v '^ *+' conftest.er1 >conftest.err 2732 rm -f conftest.er1 2733 cat conftest.err >&5 2734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2735 (exit $ac_status); } && 2736 { ac_try='test -z "$ac_cxx_werror_flag" 2737 || test ! -s conftest.err' 2738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2739 (eval $ac_try) 2>&5 2740 ac_status=$? 2741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2742 (exit $ac_status); }; } && 2743 { ac_try='test -s conftest.$ac_objext' 2744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2745 (eval $ac_try) 2>&5 2746 ac_status=$? 2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2748 (exit $ac_status); }; }; then 3530 2749 ac_cv_prog_cxx_g=yes 3531 2750 else 3532 CXXFLAGS="" 3533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3534 /* end confdefs.h. */ 3535 3536 int 3537 main () 3538 { 3539 3540 ; 3541 return 0; 3542 } 3543 _ACEOF 3544 if ac_fn_cxx_try_compile "$LINENO"; then : 3545 3546 else 3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3548 CXXFLAGS="-g" 3549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3550 /* end confdefs.h. */ 3551 3552 int 3553 main () 3554 { 3555 3556 ; 3557 return 0; 3558 } 3559 _ACEOF 3560 if ac_fn_cxx_try_compile "$LINENO"; then : 3561 ac_cv_prog_cxx_g=yes 3562 fi 3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3564 fi 3565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3566 fi 3567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3568 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3569 fi 3570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 3571 $as_echo "$ac_cv_prog_cxx_g" >&6; } 2751 echo "$as_me: failed program was:" >&5 2752 sed 's/^/| /' conftest.$ac_ext >&5 2753 2754 ac_cv_prog_cxx_g=no 2755 fi 2756 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2757 fi 2758 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2759 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 3572 2760 if test "$ac_test_CXXFLAGS" = set; then 3573 2761 CXXFLAGS=$ac_save_CXXFLAGS … … 3585 2773 fi 3586 2774 fi 2775 for ac_declaration in \ 2776 '' \ 2777 'extern "C" void std::exit (int) throw (); using std::exit;' \ 2778 'extern "C" void std::exit (int); using std::exit;' \ 2779 'extern "C" void exit (int) throw ();' \ 2780 'extern "C" void exit (int);' \ 2781 'void exit (int);' 2782 do 2783 cat >conftest.$ac_ext <<_ACEOF 2784 /* confdefs.h. */ 2785 _ACEOF 2786 cat confdefs.h >>conftest.$ac_ext 2787 cat >>conftest.$ac_ext <<_ACEOF 2788 /* end confdefs.h. */ 2789 $ac_declaration 2790 #include <stdlib.h> 2791 int 2792 main () 2793 { 2794 exit (42); 2795 ; 2796 return 0; 2797 } 2798 _ACEOF 2799 rm -f conftest.$ac_objext 2800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2801 (eval $ac_compile) 2>conftest.er1 2802 ac_status=$? 2803 grep -v '^ *+' conftest.er1 >conftest.err 2804 rm -f conftest.er1 2805 cat conftest.err >&5 2806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2807 (exit $ac_status); } && 2808 { ac_try='test -z "$ac_cxx_werror_flag" 2809 || test ! -s conftest.err' 2810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2811 (eval $ac_try) 2>&5 2812 ac_status=$? 2813 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2814 (exit $ac_status); }; } && 2815 { ac_try='test -s conftest.$ac_objext' 2816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2817 (eval $ac_try) 2>&5 2818 ac_status=$? 2819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2820 (exit $ac_status); }; }; then 2821 : 2822 else 2823 echo "$as_me: failed program was:" >&5 2824 sed 's/^/| /' conftest.$ac_ext >&5 2825 2826 continue 2827 fi 2828 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2829 cat >conftest.$ac_ext <<_ACEOF 2830 /* confdefs.h. */ 2831 _ACEOF 2832 cat confdefs.h >>conftest.$ac_ext 2833 cat >>conftest.$ac_ext <<_ACEOF 2834 /* end confdefs.h. */ 2835 $ac_declaration 2836 int 2837 main () 2838 { 2839 exit (42); 2840 ; 2841 return 0; 2842 } 2843 _ACEOF 2844 rm -f conftest.$ac_objext 2845 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2846 (eval $ac_compile) 2>conftest.er1 2847 ac_status=$? 2848 grep -v '^ *+' conftest.er1 >conftest.err 2849 rm -f conftest.er1 2850 cat conftest.err >&5 2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2852 (exit $ac_status); } && 2853 { ac_try='test -z "$ac_cxx_werror_flag" 2854 || test ! -s conftest.err' 2855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2856 (eval $ac_try) 2>&5 2857 ac_status=$? 2858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2859 (exit $ac_status); }; } && 2860 { ac_try='test -s conftest.$ac_objext' 2861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2862 (eval $ac_try) 2>&5 2863 ac_status=$? 2864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2865 (exit $ac_status); }; }; then 2866 break 2867 else 2868 echo "$as_me: failed program was:" >&5 2869 sed 's/^/| /' conftest.$ac_ext >&5 2870 2871 fi 2872 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 2873 done 2874 rm -f conftest* 2875 if test -n "$ac_declaration"; then 2876 echo '#ifdef __cplusplus' >>confdefs.h 2877 echo $ac_declaration >>confdefs.h 2878 echo '#endif' >>confdefs.h 2879 fi 2880 3587 2881 ac_ext=c 3588 2882 ac_cpp='$CPP $CPPFLAGS' … … 3600 2894 # Extract the first word of "$ac_prog", so it can be a program name with args. 3601 2895 set dummy $ac_prog; ac_word=$2 3602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53603 $as_echo_n "checking for $ac_word... " >&6; } 3604 if test "${ac_cv_prog_JAVAC+set}" = set; then :3605 $as_echo_n "(cached)" >&62896 echo "$as_me:$LINENO: checking for $ac_word" >&5 2897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2898 if test "${ac_cv_prog_JAVAC+set}" = set; then 2899 echo $ECHO_N "(cached) $ECHO_C" >&6 3606 2900 else 3607 2901 if test -n "$JAVAC"; then … … 3613 2907 IFS=$as_save_IFS 3614 2908 test -z "$as_dir" && as_dir=. 3615 3616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2909 for ac_exec_ext in '' $ac_executable_extensions; do 2910 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3617 2911 ac_cv_prog_JAVAC="$ac_prog" 3618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3619 2913 break 2 3620 2914 fi 3621 2915 done 3622 done 3623 IFS=$as_save_IFS 2916 done 3624 2917 3625 2918 fi … … 3627 2920 JAVAC=$ac_cv_prog_JAVAC 3628 2921 if test -n "$JAVAC"; then 3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5 3630 $as_echo "$JAVAC" >&6; } 3631 else 3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3633 $as_echo "no" >&6; } 3634 fi 3635 2922 echo "$as_me:$LINENO: result: $JAVAC" >&5 2923 echo "${ECHO_T}$JAVAC" >&6 2924 else 2925 echo "$as_me:$LINENO: result: no" >&5 2926 echo "${ECHO_T}no" >&6 2927 fi 3636 2928 3637 2929 test -n "$JAVAC" && break … … 3643 2935 # Extract the first word of "$ac_prog", so it can be a program name with args. 3644 2936 set dummy $ac_prog; ac_word=$2 3645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53646 $as_echo_n "checking for $ac_word... " >&6; } 3647 if test "${ac_cv_prog_JAVAC+set}" = set; then :3648 $as_echo_n "(cached)" >&62937 echo "$as_me:$LINENO: checking for $ac_word" >&5 2938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2939 if test "${ac_cv_prog_JAVAC+set}" = set; then 2940 echo $ECHO_N "(cached) $ECHO_C" >&6 3649 2941 else 3650 2942 if test -n "$JAVAC"; then … … 3656 2948 IFS=$as_save_IFS 3657 2949 test -z "$as_dir" && as_dir=. 3658 3659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2950 for ac_exec_ext in '' $ac_executable_extensions; do 2951 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3660 2952 ac_cv_prog_JAVAC="$ac_prog" 3661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3662 2954 break 2 3663 2955 fi 3664 2956 done 3665 done 3666 IFS=$as_save_IFS 2957 done 3667 2958 3668 2959 fi … … 3670 2961 JAVAC=$ac_cv_prog_JAVAC 3671 2962 if test -n "$JAVAC"; then 3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5 3673 $as_echo "$JAVAC" >&6; } 3674 else 3675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3676 $as_echo "no" >&6; } 3677 fi 3678 2963 echo "$as_me:$LINENO: result: $JAVAC" >&5 2964 echo "${ECHO_T}$JAVAC" >&6 2965 else 2966 echo "$as_me:$LINENO: result: no" >&5 2967 echo "${ECHO_T}no" >&6 2968 fi 3679 2969 3680 2970 test -n "$JAVAC" && break … … 3683 2973 3684 2974 fi 3685 test "x$JAVAC" = x && as_fn_error $? "no acceptable Java compiler found in \$PATH" "$LINENO" 5 2975 test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5 2976 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;} 2977 { (exit 1); exit 1; }; } 3686 2978 else 3687 2979 echo "Checking for javac... $JAVAC" … … 3690 2982 3691 2983 3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $JAVAC works" >&53693 $as_echo_n "checking if $JAVAC works... " >&6; } 3694 if test "${ac_cv_prog_javac_works+set}" = set; then :3695 $as_echo_n "(cached)" >&62984 echo "$as_me:$LINENO: checking if $JAVAC works" >&5 2985 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6 2986 if test "${ac_cv_prog_javac_works+set}" = set; then 2987 echo $ECHO_N "(cached) $ECHO_C" >&6 3696 2988 else 3697 2989 … … 3699 2991 CLASS_TEST=Test.class 3700 2992 cat << \EOF > $JAVA_TEST 3701 /* #line 3701"configure" */2993 /* #line 2993 "configure" */ 3702 2994 public class Test { 3703 2995 } 3704 2996 EOF 3705 2997 if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST' 3706 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; }>&53707 (eval $ac_try) 2>&5 3708 ac_status=$? 3709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&53710 test $ac_status = 0; }; } >/dev/null 2>&1; then2998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2999 (eval $ac_try) 2>&5 3000 ac_status=$? 3001 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3002 (exit $ac_status); }; } >/dev/null 2>&1; then 3711 3003 ac_cv_prog_javac_works=yes 3712 3004 else 3713 as_fn_error $? "The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" "$LINENO" 5 3005 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 3006 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} 3007 { (exit 1); exit 1; }; } 3714 3008 echo "configure: failed program was:" >&5 3715 3009 cat $JAVA_TEST >&5 … … 3718 3012 3719 3013 fi 3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&53721 $as_echo "$ac_cv_prog_javac_works" >&6; } 3014 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5 3015 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6 3722 3016 if test "x$JAVACFLAGS" = x ; then 3723 3017 JAVACFLAGS="-source 1.4 -target 1.4" … … 3733 3027 # Extract the first word of "$ac_prog", so it can be a program name with args. 3734 3028 set dummy $ac_prog; ac_word=$2 3735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53736 $as_echo_n "checking for $ac_word... " >&6; } 3737 if test "${ac_cv_prog_JAVA+set}" = set; then :3738 $as_echo_n "(cached)" >&63029 echo "$as_me:$LINENO: checking for $ac_word" >&5 3030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3031 if test "${ac_cv_prog_JAVA+set}" = set; then 3032 echo $ECHO_N "(cached) $ECHO_C" >&6 3739 3033 else 3740 3034 if test -n "$JAVA"; then … … 3746 3040 IFS=$as_save_IFS 3747 3041 test -z "$as_dir" && as_dir=. 3748 3749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3042 for ac_exec_ext in '' $ac_executable_extensions; do 3043 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3750 3044 ac_cv_prog_JAVA="$ac_prog" 3751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3752 3046 break 2 3753 3047 fi 3754 3048 done 3755 done 3756 IFS=$as_save_IFS 3049 done 3757 3050 3758 3051 fi … … 3760 3053 JAVA=$ac_cv_prog_JAVA 3761 3054 if test -n "$JAVA"; then 3762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5 3763 $as_echo "$JAVA" >&6; } 3764 else 3765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3766 $as_echo "no" >&6; } 3767 fi 3768 3055 echo "$as_me:$LINENO: result: $JAVA" >&5 3056 echo "${ECHO_T}$JAVA" >&6 3057 else 3058 echo "$as_me:$LINENO: result: no" >&5 3059 echo "${ECHO_T}no" >&6 3060 fi 3769 3061 3770 3062 test -n "$JAVA" && break … … 3776 3068 # Extract the first word of "$ac_prog", so it can be a program name with args. 3777 3069 set dummy $ac_prog; ac_word=$2 3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53779 $as_echo_n "checking for $ac_word... " >&6; } 3780 if test "${ac_cv_prog_JAVA+set}" = set; then :3781 $as_echo_n "(cached)" >&63070 echo "$as_me:$LINENO: checking for $ac_word" >&5 3071 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3072 if test "${ac_cv_prog_JAVA+set}" = set; then 3073 echo $ECHO_N "(cached) $ECHO_C" >&6 3782 3074 else 3783 3075 if test -n "$JAVA"; then … … 3789 3081 IFS=$as_save_IFS 3790 3082 test -z "$as_dir" && as_dir=. 3791 3792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3083 for ac_exec_ext in '' $ac_executable_extensions; do 3084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3793 3085 ac_cv_prog_JAVA="$ac_prog" 3794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3795 3087 break 2 3796 3088 fi 3797 3089 done 3798 done 3799 IFS=$as_save_IFS 3090 done 3800 3091 3801 3092 fi … … 3803 3094 JAVA=$ac_cv_prog_JAVA 3804 3095 if test -n "$JAVA"; then 3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5 3806 $as_echo "$JAVA" >&6; } 3807 else 3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3809 $as_echo "no" >&6; } 3810 fi 3811 3096 echo "$as_me:$LINENO: result: $JAVA" >&5 3097 echo "${ECHO_T}$JAVA" >&6 3098 else 3099 echo "$as_me:$LINENO: result: no" >&5 3100 echo "${ECHO_T}no" >&6 3101 fi 3812 3102 3813 3103 test -n "$JAVA" && break … … 3816 3106 3817 3107 fi 3818 test x$JAVA = x && as_fn_error $? "no acceptable Java virtual machine found in \$PATH" "$LINENO" 5 3108 test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5 3109 echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;} 3110 { (exit 1); exit 1; }; } 3819 3111 fi 3820 3112 … … 3822 3114 # Extract the first word of "uudecode$EXEEXT", so it can be a program name with args. 3823 3115 set dummy uudecode$EXEEXT; ac_word=$2 3824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53825 $as_echo_n "checking for $ac_word... " >&6; } 3826 if test "${ac_cv_prog_uudecode+set}" = set; then :3827 $as_echo_n "(cached)" >&63116 echo "$as_me:$LINENO: checking for $ac_word" >&5 3117 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3118 if test "${ac_cv_prog_uudecode+set}" = set; then 3119 echo $ECHO_N "(cached) $ECHO_C" >&6 3828 3120 else 3829 3121 if test -n "$uudecode"; then … … 3835 3127 IFS=$as_save_IFS 3836 3128 test -z "$as_dir" && as_dir=. 3837 3838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3129 for ac_exec_ext in '' $ac_executable_extensions; do 3130 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3839 3131 ac_cv_prog_uudecode="yes" 3840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53132 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3841 3133 break 2 3842 3134 fi 3843 3135 done 3844 done 3845 IFS=$as_save_IFS 3136 done 3846 3137 3847 3138 fi … … 3849 3140 uudecode=$ac_cv_prog_uudecode 3850 3141 if test -n "$uudecode"; then 3851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $uudecode" >&5 3852 $as_echo "$uudecode" >&6; } 3853 else 3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3855 $as_echo "no" >&6; } 3856 fi 3857 3142 echo "$as_me:$LINENO: result: $uudecode" >&5 3143 echo "${ECHO_T}$uudecode" >&6 3144 else 3145 echo "$as_me:$LINENO: result: no" >&5 3146 echo "${ECHO_T}no" >&6 3147 fi 3858 3148 3859 3149 if test x$uudecode = xyes; then 3860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if uudecode can decode base 64 file" >&53861 $as_echo_n "checking if uudecode can decode base 64 file... " >&6; } 3862 if test "${ac_cv_prog_uudecode_base64+set}" = set; then :3863 $as_echo_n "(cached)" >&63150 echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5 3151 echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6 3152 if test "${ac_cv_prog_uudecode_base64+set}" = set; then 3153 echo $ECHO_N "(cached) $ECHO_C" >&6 3864 3154 else 3865 3155 … … 3878 3168 ac_cv_prog_uudecode_base64=yes 3879 3169 else 3880 echo "configure: 3 880: uudecode had trouble decoding base 64 file 'Test.uue'" >&53170 echo "configure: 3170: uudecode had trouble decoding base 64 file 'Test.uue'" >&5 3881 3171 echo "configure: failed file was:" >&5 3882 3172 cat Test.uue >&5 … … 3885 3175 rm -f Test.uue 3886 3176 fi 3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_uudecode_base64" >&53888 $as_echo "$ac_cv_prog_uudecode_base64" >&6; } 3177 echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5 3178 echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6 3889 3179 fi 3890 3180 if test x$ac_cv_prog_uudecode_base64 != xyes; then 3891 3181 rm -f Test.class 3892 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I have to compile Test.class from scratch" >&53893 $as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}3182 { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5 3183 echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;} 3894 3184 if test x$ac_cv_prog_javac_works = xno; then 3895 as_fn_error $? "Cannot compile java source. $JAVAC does not work properly" "$LINENO" 5 3185 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5 3186 echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;} 3187 { (exit 1); exit 1; }; } 3896 3188 fi 3897 3189 if test x$ac_cv_prog_javac_works = x; then … … 3903 3195 # Extract the first word of "$ac_prog", so it can be a program name with args. 3904 3196 set dummy $ac_prog; ac_word=$2 3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53906 $as_echo_n "checking for $ac_word... " >&6; } 3907 if test "${ac_cv_prog_JAVAC+set}" = set; then :3908 $as_echo_n "(cached)" >&63197 echo "$as_me:$LINENO: checking for $ac_word" >&5 3198 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3199 if test "${ac_cv_prog_JAVAC+set}" = set; then 3200 echo $ECHO_N "(cached) $ECHO_C" >&6 3909 3201 else 3910 3202 if test -n "$JAVAC"; then … … 3916 3208 IFS=$as_save_IFS 3917 3209 test -z "$as_dir" && as_dir=. 3918 3919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3210 for ac_exec_ext in '' $ac_executable_extensions; do 3211 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3920 3212 ac_cv_prog_JAVAC="$ac_prog" 3921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53213 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3922 3214 break 2 3923 3215 fi 3924 3216 done 3925 done 3926 IFS=$as_save_IFS 3217 done 3927 3218 3928 3219 fi … … 3930 3221 JAVAC=$ac_cv_prog_JAVAC 3931 3222 if test -n "$JAVAC"; then 3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5 3933 $as_echo "$JAVAC" >&6; } 3934 else 3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3936 $as_echo "no" >&6; } 3937 fi 3938 3223 echo "$as_me:$LINENO: result: $JAVAC" >&5 3224 echo "${ECHO_T}$JAVAC" >&6 3225 else 3226 echo "$as_me:$LINENO: result: no" >&5 3227 echo "${ECHO_T}no" >&6 3228 fi 3939 3229 3940 3230 test -n "$JAVAC" && break … … 3946 3236 # Extract the first word of "$ac_prog", so it can be a program name with args. 3947 3237 set dummy $ac_prog; ac_word=$2 3948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53949 $as_echo_n "checking for $ac_word... " >&6; } 3950 if test "${ac_cv_prog_JAVAC+set}" = set; then :3951 $as_echo_n "(cached)" >&63238 echo "$as_me:$LINENO: checking for $ac_word" >&5 3239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3240 if test "${ac_cv_prog_JAVAC+set}" = set; then 3241 echo $ECHO_N "(cached) $ECHO_C" >&6 3952 3242 else 3953 3243 if test -n "$JAVAC"; then … … 3959 3249 IFS=$as_save_IFS 3960 3250 test -z "$as_dir" && as_dir=. 3961 3962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3251 for ac_exec_ext in '' $ac_executable_extensions; do 3252 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3963 3253 ac_cv_prog_JAVAC="$ac_prog" 3964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3965 3255 break 2 3966 3256 fi 3967 3257 done 3968 done 3969 IFS=$as_save_IFS 3258 done 3970 3259 3971 3260 fi … … 3973 3262 JAVAC=$ac_cv_prog_JAVAC 3974 3263 if test -n "$JAVAC"; then 3975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5 3976 $as_echo "$JAVAC" >&6; } 3977 else 3978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3979 $as_echo "no" >&6; } 3980 fi 3981 3264 echo "$as_me:$LINENO: result: $JAVAC" >&5 3265 echo "${ECHO_T}$JAVAC" >&6 3266 else 3267 echo "$as_me:$LINENO: result: no" >&5 3268 echo "${ECHO_T}no" >&6 3269 fi 3982 3270 3983 3271 test -n "$JAVAC" && break … … 3986 3274 3987 3275 fi 3988 test "x$JAVAC" = x && as_fn_error $? "no acceptable Java compiler found in \$PATH" "$LINENO" 5 3276 test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5 3277 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;} 3278 { (exit 1); exit 1; }; } 3989 3279 else 3990 3280 echo "Checking for javac... $JAVAC" … … 3993 3283 3994 3284 3995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $JAVAC works" >&53996 $as_echo_n "checking if $JAVAC works... " >&6; } 3997 if test "${ac_cv_prog_javac_works+set}" = set; then :3998 $as_echo_n "(cached)" >&63285 echo "$as_me:$LINENO: checking if $JAVAC works" >&5 3286 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6 3287 if test "${ac_cv_prog_javac_works+set}" = set; then 3288 echo $ECHO_N "(cached) $ECHO_C" >&6 3999 3289 else 4000 3290 … … 4002 3292 CLASS_TEST=Test.class 4003 3293 cat << \EOF > $JAVA_TEST 4004 /* #line 4004 "configure" */3294 /* #line 3294 "configure" */ 4005 3295 public class Test { 4006 3296 } 4007 3297 EOF 4008 3298 if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST' 4009 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; }>&54010 (eval $ac_try) 2>&5 4011 ac_status=$? 4012 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&54013 test $ac_status = 0; }; } >/dev/null 2>&1; then3299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3300 (eval $ac_try) 2>&5 3301 ac_status=$? 3302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3303 (exit $ac_status); }; } >/dev/null 2>&1; then 4014 3304 ac_cv_prog_javac_works=yes 4015 3305 else 4016 as_fn_error $? "The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" "$LINENO" 5 3306 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 3307 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} 3308 { (exit 1); exit 1; }; } 4017 3309 echo "configure: failed program was:" >&5 4018 3310 cat $JAVA_TEST >&5 … … 4021 3313 4022 3314 fi 4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&54024 $as_echo "$ac_cv_prog_javac_works" >&6; } 3315 echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5 3316 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6 4025 3317 if test "x$JAVACFLAGS" = x ; then 4026 3318 JAVACFLAGS="-source 1.4 -target 1.4" … … 4031 3323 fi 4032 3324 fi 4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $JAVA works" >&54034 $as_echo_n "checking if $JAVA works... " >&6; } 4035 if test "${ac_cv_prog_java_works+set}" = set; then :4036 $as_echo_n "(cached)" >&63325 echo "$as_me:$LINENO: checking if $JAVA works" >&5 3326 echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6 3327 if test "${ac_cv_prog_java_works+set}" = set; then 3328 echo $ECHO_N "(cached) $ECHO_C" >&6 4037 3329 else 4038 3330 … … 4041 3333 TEST=Test 4042 3334 cat << \EOF > $JAVA_TEST 4043 /* [#]line 4043"configure" */3335 /* [#]line 3335 "configure" */ 4044 3336 public class Test { 4045 3337 public static void main (String args[]) { … … 4049 3341 if test x$ac_cv_prog_uudecode_base64 != xyes; then 4050 3342 if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST' 4051 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; }>&54052 (eval $ac_try) 2>&5 4053 ac_status=$? 4054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&54055 test $ac_status = 0; }; } && test -s $CLASS_TEST; then3343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3344 (eval $ac_try) 2>&5 3345 ac_status=$? 3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3347 (exit $ac_status); }; } && test -s $CLASS_TEST; then 4056 3348 : 4057 3349 else 4058 3350 echo "configure: failed program was:" >&5 4059 3351 cat $JAVA_TEST >&5 4060 as_fn_error $? "The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" "$LINENO" 5 3352 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 3353 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} 3354 { (exit 1); exit 1; }; } 4061 3355 fi 4062 3356 fi 4063 3357 if { ac_try='$JAVA $JAVAFLAGS $TEST' 4064 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; }>&54065 (eval $ac_try) 2>&5 4066 ac_status=$? 4067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&54068 test $ac_status = 0; }; } >/dev/null 2>&1; then3358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3359 (eval $ac_try) 2>&5 3360 ac_status=$? 3361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3362 (exit $ac_status); }; } >/dev/null 2>&1; then 4069 3363 ac_cv_prog_java_works=yes 4070 3364 else 4071 3365 echo "configure: failed program was:" >&5 4072 3366 cat $JAVA_TEST >&5 4073 as_fn_error $? "The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" "$LINENO" 5 3367 { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5 3368 echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;} 3369 { (exit 1); exit 1; }; } 4074 3370 fi 4075 3371 rm -fr $JAVA_TEST $CLASS_TEST Test.uue 4076 3372 4077 3373 fi 4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_java_works" >&54079 $as_echo "$ac_cv_prog_java_works" >&6; } 3374 echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5 3375 echo "${ECHO_T}$ac_cv_prog_java_works" >&6 4080 3376 4081 3377 … … 4086 3382 # Extract the first word of "$ac_prog", so it can be a program name with args. 4087 3383 set dummy $ac_prog; ac_word=$2 4088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54089 $as_echo_n "checking for $ac_word... " >&6; } 4090 if test "${ac_cv_prog_AWK+set}" = set; then :4091 $as_echo_n "(cached)" >&63384 echo "$as_me:$LINENO: checking for $ac_word" >&5 3385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3386 if test "${ac_cv_prog_AWK+set}" = set; then 3387 echo $ECHO_N "(cached) $ECHO_C" >&6 4092 3388 else 4093 3389 if test -n "$AWK"; then … … 4099 3395 IFS=$as_save_IFS 4100 3396 test -z "$as_dir" && as_dir=. 4101 4102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3397 for ac_exec_ext in '' $ac_executable_extensions; do 3398 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4103 3399 ac_cv_prog_AWK="$ac_prog" 4104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53400 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4105 3401 break 2 4106 3402 fi 4107 3403 done 4108 done 4109 IFS=$as_save_IFS 3404 done 4110 3405 4111 3406 fi … … 4113 3408 AWK=$ac_cv_prog_AWK 4114 3409 if test -n "$AWK"; then 4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 4116 $as_echo "$AWK" >&6; } 4117 else 4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4119 $as_echo "no" >&6; } 4120 fi 4121 3410 echo "$as_me:$LINENO: result: $AWK" >&5 3411 echo "${ECHO_T}$AWK" >&6 3412 else 3413 echo "$as_me:$LINENO: result: no" >&5 3414 echo "${ECHO_T}no" >&6 3415 fi 4122 3416 4123 3417 test -n "$AWK" && break … … 4128 3422 # Extract the first word of "$ac_prog", so it can be a program name with args. 4129 3423 set dummy $ac_prog; ac_word=$2 4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54131 $as_echo_n "checking for $ac_word... " >&6; } 4132 if test "${ac_cv_prog_YACC+set}" = set; then :4133 $as_echo_n "(cached)" >&63424 echo "$as_me:$LINENO: checking for $ac_word" >&5 3425 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3426 if test "${ac_cv_prog_YACC+set}" = set; then 3427 echo $ECHO_N "(cached) $ECHO_C" >&6 4134 3428 else 4135 3429 if test -n "$YACC"; then … … 4141 3435 IFS=$as_save_IFS 4142 3436 test -z "$as_dir" && as_dir=. 4143 4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3437 for ac_exec_ext in '' $ac_executable_extensions; do 3438 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4145 3439 ac_cv_prog_YACC="$ac_prog" 4146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53440 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4147 3441 break 2 4148 3442 fi 4149 3443 done 4150 done 4151 IFS=$as_save_IFS 3444 done 4152 3445 4153 3446 fi … … 4155 3448 YACC=$ac_cv_prog_YACC 4156 3449 if test -n "$YACC"; then 4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 4158 $as_echo "$YACC" >&6; } 4159 else 4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4161 $as_echo "no" >&6; } 4162 fi 4163 3450 echo "$as_me:$LINENO: result: $YACC" >&5 3451 echo "${ECHO_T}$YACC" >&6 3452 else 3453 echo "$as_me:$LINENO: result: no" >&5 3454 echo "${ECHO_T}no" >&6 3455 fi 4164 3456 4165 3457 test -n "$YACC" && break … … 4168 3460 4169 3461 ac_aux_dir= 4170 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do4171 if test -f "$ac_dir/install-sh"; then3462 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 3463 if test -f $ac_dir/install-sh; then 4172 3464 ac_aux_dir=$ac_dir 4173 3465 ac_install_sh="$ac_aux_dir/install-sh -c" 4174 3466 break 4175 elif test -f "$ac_dir/install.sh"; then3467 elif test -f $ac_dir/install.sh; then 4176 3468 ac_aux_dir=$ac_dir 4177 3469 ac_install_sh="$ac_aux_dir/install.sh -c" 4178 3470 break 4179 elif test -f "$ac_dir/shtool"; then3471 elif test -f $ac_dir/shtool; then 4180 3472 ac_aux_dir=$ac_dir 4181 3473 ac_install_sh="$ac_aux_dir/shtool install -c" … … 4184 3476 done 4185 3477 if test -z "$ac_aux_dir"; then 4186 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 4187 fi 4188 4189 # These three variables are undocumented and unsupported, 4190 # and are intended to be withdrawn in a future Autoconf release. 4191 # They can cause serious problems if a builder's source tree is in a directory 4192 # whose full name contains unusual characters. 4193 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 4194 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 4195 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 4196 3478 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 3479 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 3480 { (exit 1); exit 1; }; } 3481 fi 3482 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 3483 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 3484 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 4197 3485 4198 3486 # Make sure we can run config.sub. 4199 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4200 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4201 4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4203 $as_echo_n "checking build system type... " >&6; } 4204 if test "${ac_cv_build+set}" = set; then : 4205 $as_echo_n "(cached) " >&6 4206 else 4207 ac_build_alias=$build_alias 4208 test "x$ac_build_alias" = x && 4209 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4210 test "x$ac_build_alias" = x && 4211 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 4212 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4213 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 4214 4215 fi 4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4217 $as_echo "$ac_cv_build" >&6; } 4218 case $ac_cv_build in 4219 *-*-*) ;; 4220 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 4221 esac 3487 $ac_config_sub sun4 >/dev/null 2>&1 || 3488 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 3489 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 3490 { (exit 1); exit 1; }; } 3491 3492 echo "$as_me:$LINENO: checking build system type" >&5 3493 echo $ECHO_N "checking build system type... $ECHO_C" >&6 3494 if test "${ac_cv_build+set}" = set; then 3495 echo $ECHO_N "(cached) $ECHO_C" >&6 3496 else 3497 ac_cv_build_alias=$build_alias 3498 test -z "$ac_cv_build_alias" && 3499 ac_cv_build_alias=`$ac_config_guess` 3500 test -z "$ac_cv_build_alias" && 3501 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3502 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 3503 { (exit 1); exit 1; }; } 3504 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 3505 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 3506 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 3507 { (exit 1); exit 1; }; } 3508 3509 fi 3510 echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3511 echo "${ECHO_T}$ac_cv_build" >&6 4222 3512 build=$ac_cv_build 4223 ac_save_IFS=$IFS; IFS='-' 4224 set x $ac_cv_build 4225 shift 4226 build_cpu=$1 4227 build_vendor=$2 4228 shift; shift 4229 # Remember, the first character of IFS is used to create $*, 4230 # except with old shells: 4231 build_os=$* 4232 IFS=$ac_save_IFS 4233 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 4234 4235 4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4237 $as_echo_n "checking host system type... " >&6; } 4238 if test "${ac_cv_host+set}" = set; then : 4239 $as_echo_n "(cached) " >&6 4240 else 4241 if test "x$host_alias" = x; then 4242 ac_cv_host=$ac_cv_build 4243 else 4244 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4245 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 4246 fi 4247 4248 fi 4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 4250 $as_echo "$ac_cv_host" >&6; } 4251 case $ac_cv_host in 4252 *-*-*) ;; 4253 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 4254 esac 3513 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3514 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3515 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3516 3517 3518 echo "$as_me:$LINENO: checking host system type" >&5 3519 echo $ECHO_N "checking host system type... $ECHO_C" >&6 3520 if test "${ac_cv_host+set}" = set; then 3521 echo $ECHO_N "(cached) $ECHO_C" >&6 3522 else 3523 ac_cv_host_alias=$host_alias 3524 test -z "$ac_cv_host_alias" && 3525 ac_cv_host_alias=$ac_cv_build_alias 3526 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 3527 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 3528 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 3529 { (exit 1); exit 1; }; } 3530 3531 fi 3532 echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3533 echo "${ECHO_T}$ac_cv_host" >&6 4255 3534 host=$ac_cv_host 4256 ac_save_IFS=$IFS; IFS='-' 4257 set x $ac_cv_host 4258 shift 4259 host_cpu=$1 4260 host_vendor=$2 4261 shift; shift 4262 # Remember, the first character of IFS is used to create $*, 4263 # except with old shells: 4264 host_os=$* 4265 IFS=$ac_save_IFS 4266 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 4267 4268 4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 4270 $as_echo_n "checking target system type... " >&6; } 4271 if test "${ac_cv_target+set}" = set; then : 4272 $as_echo_n "(cached) " >&6 4273 else 4274 if test "x$target_alias" = x; then 4275 ac_cv_target=$ac_cv_host 4276 else 4277 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 4278 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 4279 fi 4280 4281 fi 4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 4283 $as_echo "$ac_cv_target" >&6; } 4284 case $ac_cv_target in 4285 *-*-*) ;; 4286 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; 4287 esac 3535 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3536 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3537 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3538 3539 3540 echo "$as_me:$LINENO: checking target system type" >&5 3541 echo $ECHO_N "checking target system type... $ECHO_C" >&6 3542 if test "${ac_cv_target+set}" = set; then 3543 echo $ECHO_N "(cached) $ECHO_C" >&6 3544 else 3545 ac_cv_target_alias=$target_alias 3546 test "x$ac_cv_target_alias" = "x" && 3547 ac_cv_target_alias=$ac_cv_host_alias 3548 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 3549 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 3550 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 3551 { (exit 1); exit 1; }; } 3552 3553 fi 3554 echo "$as_me:$LINENO: result: $ac_cv_target" >&5 3555 echo "${ECHO_T}$ac_cv_target" >&6 4288 3556 target=$ac_cv_target 4289 ac_save_IFS=$IFS; IFS='-' 4290 set x $ac_cv_target 4291 shift 4292 target_cpu=$1 4293 target_vendor=$2 4294 shift; shift 4295 # Remember, the first character of IFS is used to create $*, 4296 # except with old shells: 4297 target_os=$* 4298 IFS=$ac_save_IFS 4299 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 3557 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3558 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3559 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 4300 3560 4301 3561 … … 4306 3566 NONENONEs,x,x, && 4307 3567 program_prefix=${target_alias}- 4308 4309 3568 # Find a good install program. We prefer a C program (faster), 4310 3569 # so one script is as good as another. But avoid the broken or … … 4320 3579 # OS/2's system install, which has a completely different semantic 4321 3580 # ./install, which can be erroneously created by make from ./install.sh. 4322 # Reject install programs that cannot install multiple files. 4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 4324 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3581 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3582 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 4325 3583 if test -z "$INSTALL"; then 4326 if test "${ac_cv_path_install+set}" = set; then :4327 $as_echo_n "(cached)" >&63584 if test "${ac_cv_path_install+set}" = set; then 3585 echo $ECHO_N "(cached) $ECHO_C" >&6 4328 3586 else 4329 3587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 4332 3590 IFS=$as_save_IFS 4333 3591 test -z "$as_dir" && as_dir=. 4334 4335 case $as_dir/ in #((4336 ./ | .// | / [cC]/* | \3592 # Account for people who put trailing slashes in PATH elements. 3593 case $as_dir/ in 3594 ./ | .// | /cC/* | \ 4337 3595 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 4338 ?: [\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \3596 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 4339 3597 /usr/ucb/* ) ;; 4340 3598 *) … … 4344 3602 for ac_prog in ginstall scoinst install; do 4345 3603 for ac_exec_ext in '' $ac_executable_extensions; do 4346 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then3604 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 4347 3605 if test $ac_prog = install && 4348 3606 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 4354 3612 : 4355 3613 else 4356 rm -rf conftest.one conftest.two conftest.dir 4357 echo one > conftest.one 4358 echo two > conftest.two 4359 mkdir conftest.dir 4360 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 4361 test -s conftest.one && test -s conftest.two && 4362 test -s conftest.dir/conftest.one && 4363 test -s conftest.dir/conftest.two 4364 then 4365 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 4366 break 3 4367 fi 3614 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3615 break 3 4368 3616 fi 4369 3617 fi … … 4372 3620 ;; 4373 3621 esac 4374 4375 done 4376 IFS=$as_save_IFS 4377 4378 rm -rf conftest.one conftest.two conftest.dir 3622 done 3623 4379 3624 4380 3625 fi … … 4382 3627 INSTALL=$ac_cv_path_install 4383 3628 else 4384 # As a last resort, use the slow shell script. Don't cache a4385 # valuefor INSTALL within a source directory, because that will3629 # As a last resort, use the slow shell script. We don't cache a 3630 # path for INSTALL within a source directory, because that will 4386 3631 # break other packages using the cache if that directory is 4387 # removed, or if the value is a relative name.3632 # removed, or if the path is relative. 4388 3633 INSTALL=$ac_install_sh 4389 3634 fi 4390 3635 fi 4391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&54392 $as_echo "$INSTALL" >&6; } 3636 echo "$as_me:$LINENO: result: $INSTALL" >&5 3637 echo "${ECHO_T}$INSTALL" >&6 4393 3638 4394 3639 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 4400 3645 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 4401 3646 4402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&54403 $as_echo_n "checking whether ln -s works... " >&6; } 3647 echo "$as_me:$LINENO: checking whether ln -s works" >&5 3648 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 4404 3649 LN_S=$as_ln_s 4405 3650 if test "$LN_S" = "ln -s"; then 4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4407 $as_echo "yes" >&6; } 4408 else 4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 4410 $as_echo "no, using $LN_S" >&6; } 4411 fi 4412 4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 4414 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 4415 set x ${MAKE-make} 4416 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 4417 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 4418 $as_echo_n "(cached) " >&6 3651 echo "$as_me:$LINENO: result: yes" >&5 3652 echo "${ECHO_T}yes" >&6 3653 else 3654 echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3655 echo "${ECHO_T}no, using $LN_S" >&6 3656 fi 3657 3658 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3659 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 3660 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 3661 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 3662 echo $ECHO_N "(cached) $ECHO_C" >&6 4419 3663 else 4420 3664 cat >conftest.make <<\_ACEOF 4421 SHELL = /bin/sh4422 3665 all: 4423 @echo ' @@@%%%=$(MAKE)=@@@%%%'4424 _ACEOF 4425 # GNU make sometimes prints "make[1]: Entering 4426 case `${MAKE-make} -f conftest.make 2>/dev/null` in 4427 *@@@%%%=?*=@@@%%%*) 4428 eval ac_cv_prog_make_${ac_make}_set=yes;;4429 *) 4430 eval ac_cv_prog_make_${ac_make}_set=no;;4431 esac 3666 @echo 'ac_maketemp="$(MAKE)"' 3667 _ACEOF 3668 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 3669 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 3670 if test -n "$ac_maketemp"; then 3671 eval ac_cv_prog_make_${ac_make}_set=yes 3672 else 3673 eval ac_cv_prog_make_${ac_make}_set=no 3674 fi 4432 3675 rm -f conftest.make 4433 3676 fi 4434 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&54436 $as_echo "yes" >&6; } 3677 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 3678 echo "$as_me:$LINENO: result: yes" >&5 3679 echo "${ECHO_T}yes" >&6 4437 3680 SET_MAKE= 4438 3681 else 4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&54440 $as_echo "no" >&6; } 3682 echo "$as_me:$LINENO: result: no" >&5 3683 echo "${ECHO_T}no" >&6 4441 3684 SET_MAKE="MAKE=${MAKE-make}" 4442 3685 fi … … 4445 3688 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 4446 3689 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 4447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54448 $as_echo_n "checking for $ac_word... " >&6; } 4449 if test "${ac_cv_prog_RANLIB+set}" = set; then :4450 $as_echo_n "(cached)" >&63690 echo "$as_me:$LINENO: checking for $ac_word" >&5 3691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3692 if test "${ac_cv_prog_RANLIB+set}" = set; then 3693 echo $ECHO_N "(cached) $ECHO_C" >&6 4451 3694 else 4452 3695 if test -n "$RANLIB"; then … … 4458 3701 IFS=$as_save_IFS 4459 3702 test -z "$as_dir" && as_dir=. 4460 4461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3703 for ac_exec_ext in '' $ac_executable_extensions; do 3704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4462 3705 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4464 3707 break 2 4465 3708 fi 4466 3709 done 4467 done 4468 IFS=$as_save_IFS 3710 done 4469 3711 4470 3712 fi … … 4472 3714 RANLIB=$ac_cv_prog_RANLIB 4473 3715 if test -n "$RANLIB"; then 4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 4475 $as_echo "$RANLIB" >&6; } 4476 else 4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4478 $as_echo "no" >&6; } 4479 fi 4480 3716 echo "$as_me:$LINENO: result: $RANLIB" >&5 3717 echo "${ECHO_T}$RANLIB" >&6 3718 else 3719 echo "$as_me:$LINENO: result: no" >&5 3720 echo "${ECHO_T}no" >&6 3721 fi 4481 3722 4482 3723 fi … … 4485 3726 # Extract the first word of "ranlib", so it can be a program name with args. 4486 3727 set dummy ranlib; ac_word=$2 4487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&54488 $as_echo_n "checking for $ac_word... " >&6; } 4489 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :4490 $as_echo_n "(cached)" >&63728 echo "$as_me:$LINENO: checking for $ac_word" >&5 3729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3730 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3731 echo $ECHO_N "(cached) $ECHO_C" >&6 4491 3732 else 4492 3733 if test -n "$ac_ct_RANLIB"; then … … 4498 3739 IFS=$as_save_IFS 4499 3740 test -z "$as_dir" && as_dir=. 4500 4501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3741 for ac_exec_ext in '' $ac_executable_extensions; do 3742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4502 3743 ac_cv_prog_ac_ct_RANLIB="ranlib" 4503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4504 3745 break 2 4505 3746 fi 4506 3747 done 4507 4508 IFS=$as_save_IFS 4509 3748 done 3749 3750 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 4510 3751 fi 4511 3752 fi 4512 3753 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 4513 3754 if test -n "$ac_ct_RANLIB"; then 4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 4515 $as_echo "$ac_ct_RANLIB" >&6; } 4516 else 4517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4518 $as_echo "no" >&6; } 4519 fi 4520 4521 if test "x$ac_ct_RANLIB" = x; then 4522 RANLIB=":" 4523 else 4524 case $cross_compiling:$ac_tool_warned in 4525 yes:) 4526 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 4527 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4528 ac_tool_warned=yes ;; 4529 esac 4530 RANLIB=$ac_ct_RANLIB 4531 fi 3755 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 3756 echo "${ECHO_T}$ac_ct_RANLIB" >&6 3757 else 3758 echo "$as_me:$LINENO: result: no" >&5 3759 echo "${ECHO_T}no" >&6 3760 fi 3761 3762 RANLIB=$ac_ct_RANLIB 4532 3763 else 4533 3764 RANLIB="$ac_cv_prog_RANLIB" … … 4535 3766 4536 3767 4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if architecture is 64-bit" >&54538 $as_echo_n "checking to see if architecture is 64-bit... " >&6; } 3768 echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5 3769 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6 4539 3770 arch_64bit=no 4540 3771 case "$host_cpu" in … … 4543 3774 4544 3775 if test "$arch_64bit" = yes; then 4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&54546 $as_echo "yes" >&6; } 3776 echo "$as_me:$LINENO: result: yes" >&5 3777 echo "${ECHO_T}yes" >&6 4547 3778 if test -z "$COMPAT32BITFLAGS" ; then 4548 3779 COMPAT32BITFLAGS="-m32" 3780 gsdlarch='64' 4549 3781 fi 4550 3782 else 4551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&54552 $as_echo "no" >&6; } 3783 echo "$as_me:$LINENO: result: no" >&5 3784 echo "${ECHO_T}no" >&6 4553 3785 if test -z "$COMPAT32BITFLAGS" ; then 4554 3786 COMPAT32BITFLAGS= 3787 gsdlarch='32' 4555 3788 fi 4556 3789 fi … … 4592 3825 #do test of MICO_VER 4593 3826 if test MICO_VER != 0; then 4594 $as_echo "#define MICO_VER 1" >>confdefs.h 3827 cat >>confdefs.h <<\_ACEOF 3828 #define MICO_VER 1 3829 _ACEOF 4595 3830 4596 3831 … … 4605 3840 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4606 3841 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&54608 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3842 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3843 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 4609 3844 # On Suns, sometimes $CPP names a directory. 4610 3845 if test -n "$CPP" && test -d "$CPP"; then … … 4612 3847 fi 4613 3848 if test -z "$CPP"; then 4614 if test "${ac_cv_prog_CPP+set}" = set; then :4615 $as_echo_n "(cached)" >&63849 if test "${ac_cv_prog_CPP+set}" = set; then 3850 echo $ECHO_N "(cached) $ECHO_C" >&6 4616 3851 else 4617 3852 # Double quotes because CPP needs to be expanded … … 4627 3862 # On the NeXT, cc -E runs the code through the compiler's parser, 4628 3863 # not just through cpp. "Syntax error" is here to catch this case. 4629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3864 cat >conftest.$ac_ext <<_ACEOF 3865 /* confdefs.h. */ 3866 _ACEOF 3867 cat confdefs.h >>conftest.$ac_ext 3868 cat >>conftest.$ac_ext <<_ACEOF 4630 3869 /* end confdefs.h. */ 4631 3870 #ifdef __STDC__ … … 4636 3875 Syntax error 4637 3876 _ACEOF 4638 if ac_fn_c_try_cpp "$LINENO"; then : 4639 4640 else 3877 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3878 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3879 ac_status=$? 3880 grep -v '^ *+' conftest.er1 >conftest.err 3881 rm -f conftest.er1 3882 cat conftest.err >&5 3883 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3884 (exit $ac_status); } >/dev/null; then 3885 if test -s conftest.err; then 3886 ac_cpp_err=$ac_c_preproc_warn_flag 3887 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3888 else 3889 ac_cpp_err= 3890 fi 3891 else 3892 ac_cpp_err=yes 3893 fi 3894 if test -z "$ac_cpp_err"; then 3895 : 3896 else 3897 echo "$as_me: failed program was:" >&5 3898 sed 's/^/| /' conftest.$ac_ext >&5 3899 4641 3900 # Broken: fails on valid input. 4642 3901 continue 4643 3902 fi 4644 rm -f conftest.err conftest. i conftest.$ac_ext4645 4646 # OK, works on sane cases. Now check whether non existent headers3903 rm -f conftest.err conftest.$ac_ext 3904 3905 # OK, works on sane cases. Now check whether non-existent headers 4647 3906 # can be detected and how. 4648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3907 cat >conftest.$ac_ext <<_ACEOF 3908 /* confdefs.h. */ 3909 _ACEOF 3910 cat confdefs.h >>conftest.$ac_ext 3911 cat >>conftest.$ac_ext <<_ACEOF 4649 3912 /* end confdefs.h. */ 4650 3913 #include <ac_nonexistent.h> 4651 3914 _ACEOF 4652 if ac_fn_c_try_cpp "$LINENO"; then : 3915 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3916 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3917 ac_status=$? 3918 grep -v '^ *+' conftest.er1 >conftest.err 3919 rm -f conftest.er1 3920 cat conftest.err >&5 3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3922 (exit $ac_status); } >/dev/null; then 3923 if test -s conftest.err; then 3924 ac_cpp_err=$ac_c_preproc_warn_flag 3925 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3926 else 3927 ac_cpp_err= 3928 fi 3929 else 3930 ac_cpp_err=yes 3931 fi 3932 if test -z "$ac_cpp_err"; then 4653 3933 # Broken: success on invalid input. 4654 3934 continue 4655 3935 else 3936 echo "$as_me: failed program was:" >&5 3937 sed 's/^/| /' conftest.$ac_ext >&5 3938 4656 3939 # Passes both tests. 4657 3940 ac_preproc_ok=: 4658 3941 break 4659 3942 fi 4660 rm -f conftest.err conftest. i conftest.$ac_ext3943 rm -f conftest.err conftest.$ac_ext 4661 3944 4662 3945 done 4663 3946 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4664 rm -f conftest. i conftest.err conftest.$ac_ext4665 if $ac_preproc_ok; then :3947 rm -f conftest.err conftest.$ac_ext 3948 if $ac_preproc_ok; then 4666 3949 break 4667 3950 fi … … 4675 3958 ac_cv_prog_CPP=$CPP 4676 3959 fi 4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&54678 $as_echo "$CPP" >&6; } 3960 echo "$as_me:$LINENO: result: $CPP" >&5 3961 echo "${ECHO_T}$CPP" >&6 4679 3962 ac_preproc_ok=false 4680 3963 for ac_c_preproc_warn_flag in '' yes … … 4686 3969 # On the NeXT, cc -E runs the code through the compiler's parser, 4687 3970 # not just through cpp. "Syntax error" is here to catch this case. 4688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3971 cat >conftest.$ac_ext <<_ACEOF 3972 /* confdefs.h. */ 3973 _ACEOF 3974 cat confdefs.h >>conftest.$ac_ext 3975 cat >>conftest.$ac_ext <<_ACEOF 4689 3976 /* end confdefs.h. */ 4690 3977 #ifdef __STDC__ … … 4695 3982 Syntax error 4696 3983 _ACEOF 4697 if ac_fn_c_try_cpp "$LINENO"; then : 4698 4699 else 3984 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3985 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3986 ac_status=$? 3987 grep -v '^ *+' conftest.er1 >conftest.err 3988 rm -f conftest.er1 3989 cat conftest.err >&5 3990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3991 (exit $ac_status); } >/dev/null; then 3992 if test -s conftest.err; then 3993 ac_cpp_err=$ac_c_preproc_warn_flag 3994 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3995 else 3996 ac_cpp_err= 3997 fi 3998 else 3999 ac_cpp_err=yes 4000 fi 4001 if test -z "$ac_cpp_err"; then 4002 : 4003 else 4004 echo "$as_me: failed program was:" >&5 4005 sed 's/^/| /' conftest.$ac_ext >&5 4006 4700 4007 # Broken: fails on valid input. 4701 4008 continue 4702 4009 fi 4703 rm -f conftest.err conftest. i conftest.$ac_ext4704 4705 # OK, works on sane cases. Now check whether non existent headers4010 rm -f conftest.err conftest.$ac_ext 4011 4012 # OK, works on sane cases. Now check whether non-existent headers 4706 4013 # can be detected and how. 4707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4014 cat >conftest.$ac_ext <<_ACEOF 4015 /* confdefs.h. */ 4016 _ACEOF 4017 cat confdefs.h >>conftest.$ac_ext 4018 cat >>conftest.$ac_ext <<_ACEOF 4708 4019 /* end confdefs.h. */ 4709 4020 #include <ac_nonexistent.h> 4710 4021 _ACEOF 4711 if ac_fn_c_try_cpp "$LINENO"; then : 4022 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 4023 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4024 ac_status=$? 4025 grep -v '^ *+' conftest.er1 >conftest.err 4026 rm -f conftest.er1 4027 cat conftest.err >&5 4028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4029 (exit $ac_status); } >/dev/null; then 4030 if test -s conftest.err; then 4031 ac_cpp_err=$ac_c_preproc_warn_flag 4032 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4033 else 4034 ac_cpp_err= 4035 fi 4036 else 4037 ac_cpp_err=yes 4038 fi 4039 if test -z "$ac_cpp_err"; then 4712 4040 # Broken: success on invalid input. 4713 4041 continue 4714 4042 else 4043 echo "$as_me: failed program was:" >&5 4044 sed 's/^/| /' conftest.$ac_ext >&5 4045 4715 4046 # Passes both tests. 4716 4047 ac_preproc_ok=: 4717 4048 break 4718 4049 fi 4719 rm -f conftest.err conftest. i conftest.$ac_ext4050 rm -f conftest.err conftest.$ac_ext 4720 4051 4721 4052 done 4722 4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4723 rm -f conftest.i conftest.err conftest.$ac_ext 4724 if $ac_preproc_ok; then : 4725 4726 else 4727 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4728 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4729 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4730 See \`config.log' for more details" "$LINENO" 5 ; } 4054 rm -f conftest.err conftest.$ac_ext 4055 if $ac_preproc_ok; then 4056 : 4057 else 4058 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4059 See \`config.log' for more details." >&5 4060 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4061 See \`config.log' for more details." >&2;} 4062 { (exit 1); exit 1; }; } 4731 4063 fi 4732 4064 … … 4738 4070 4739 4071 4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4741 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4742 if test "${ac_cv_path_GREP+set}" = set; then : 4743 $as_echo_n "(cached) " >&6 4744 else 4745 if test -z "$GREP"; then 4746 ac_path_GREP_found=false 4747 # Loop through the user's path and test for each of PROGNAME-LIST 4748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4749 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4750 do 4751 IFS=$as_save_IFS 4752 test -z "$as_dir" && as_dir=. 4753 for ac_prog in grep ggrep; do 4754 for ac_exec_ext in '' $ac_executable_extensions; do 4755 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4756 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4757 # Check for GNU ac_path_GREP and select it if it is found. 4758 # Check for GNU $ac_path_GREP 4759 case `"$ac_path_GREP" --version 2>&1` in 4760 *GNU*) 4761 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 4762 *) 4763 ac_count=0 4764 $as_echo_n 0123456789 >"conftest.in" 4765 while : 4766 do 4767 cat "conftest.in" "conftest.in" >"conftest.tmp" 4768 mv "conftest.tmp" "conftest.in" 4769 cp "conftest.in" "conftest.nl" 4770 $as_echo 'GREP' >> "conftest.nl" 4771 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4772 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4773 as_fn_arith $ac_count + 1 && ac_count=$as_val 4774 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4775 # Best one so far, save it but keep looking for a better one 4776 ac_cv_path_GREP="$ac_path_GREP" 4777 ac_path_GREP_max=$ac_count 4072 echo "$as_me:$LINENO: checking for egrep" >&5 4073 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 4074 if test "${ac_cv_prog_egrep+set}" = set; then 4075 echo $ECHO_N "(cached) $ECHO_C" >&6 4076 else 4077 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 4078 then ac_cv_prog_egrep='grep -E' 4079 else ac_cv_prog_egrep='egrep' 4778 4080 fi 4779 # 10*(2^10) chars as input seems more than enough 4780 test $ac_count -gt 10 && break 4081 fi 4082 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 4083 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 4084 EGREP=$ac_cv_prog_egrep 4085 4086 4087 4088 echo "$as_me:$LINENO: checking for AIX" >&5 4089 echo $ECHO_N "checking for AIX... $ECHO_C" >&6 4090 cat >conftest.$ac_ext <<_ACEOF 4091 /* confdefs.h. */ 4092 _ACEOF 4093 cat confdefs.h >>conftest.$ac_ext 4094 cat >>conftest.$ac_ext <<_ACEOF 4095 /* end confdefs.h. */ 4096 #ifdef _AIX 4097 yes 4098 #endif 4099 4100 _ACEOF 4101 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4102 $EGREP "yes" >/dev/null 2>&1; then 4103 echo "$as_me:$LINENO: result: yes" >&5 4104 echo "${ECHO_T}yes" >&6 4105 cat >>confdefs.h <<\_ACEOF 4106 #define _ALL_SOURCE 1 4107 _ACEOF 4108 4109 else 4110 echo "$as_me:$LINENO: result: no" >&5 4111 echo "${ECHO_T}no" >&6 4112 fi 4113 rm -f conftest* 4114 4115 4116 echo "$as_me:$LINENO: checking for library containing strerror" >&5 4117 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6 4118 if test "${ac_cv_search_strerror+set}" = set; then 4119 echo $ECHO_N "(cached) $ECHO_C" >&6 4120 else 4121 ac_func_search_save_LIBS=$LIBS 4122 ac_cv_search_strerror=no 4123 cat >conftest.$ac_ext <<_ACEOF 4124 /* confdefs.h. */ 4125 _ACEOF 4126 cat confdefs.h >>conftest.$ac_ext 4127 cat >>conftest.$ac_ext <<_ACEOF 4128 /* end confdefs.h. */ 4129 4130 /* Override any gcc2 internal prototype to avoid an error. */ 4131 #ifdef __cplusplus 4132 extern "C" 4133 #endif 4134 /* We use char because int might match the return type of a gcc2 4135 builtin and then its argument prototype would still apply. */ 4136 char strerror (); 4137 int 4138 main () 4139 { 4140 strerror (); 4141 ; 4142 return 0; 4143 } 4144 _ACEOF 4145 rm -f conftest.$ac_objext conftest$ac_exeext 4146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4147 (eval $ac_link) 2>conftest.er1 4148 ac_status=$? 4149 grep -v '^ *+' conftest.er1 >conftest.err 4150 rm -f conftest.er1 4151 cat conftest.err >&5 4152 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4153 (exit $ac_status); } && 4154 { ac_try='test -z "$ac_c_werror_flag" 4155 || test ! -s conftest.err' 4156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4157 (eval $ac_try) 2>&5 4158 ac_status=$? 4159 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4160 (exit $ac_status); }; } && 4161 { ac_try='test -s conftest$ac_exeext' 4162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4163 (eval $ac_try) 2>&5 4164 ac_status=$? 4165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4166 (exit $ac_status); }; }; then 4167 ac_cv_search_strerror="none required" 4168 else 4169 echo "$as_me: failed program was:" >&5 4170 sed 's/^/| /' conftest.$ac_ext >&5 4171 4172 fi 4173 rm -f conftest.err conftest.$ac_objext \ 4174 conftest$ac_exeext conftest.$ac_ext 4175 if test "$ac_cv_search_strerror" = no; then 4176 for ac_lib in cposix; do 4177 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 4178 cat >conftest.$ac_ext <<_ACEOF 4179 /* confdefs.h. */ 4180 _ACEOF 4181 cat confdefs.h >>conftest.$ac_ext 4182 cat >>conftest.$ac_ext <<_ACEOF 4183 /* end confdefs.h. */ 4184 4185 /* Override any gcc2 internal prototype to avoid an error. */ 4186 #ifdef __cplusplus 4187 extern "C" 4188 #endif 4189 /* We use char because int might match the return type of a gcc2 4190 builtin and then its argument prototype would still apply. */ 4191 char strerror (); 4192 int 4193 main () 4194 { 4195 strerror (); 4196 ; 4197 return 0; 4198 } 4199 _ACEOF 4200 rm -f conftest.$ac_objext conftest$ac_exeext 4201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4202 (eval $ac_link) 2>conftest.er1 4203 ac_status=$? 4204 grep -v '^ *+' conftest.er1 >conftest.err 4205 rm -f conftest.er1 4206 cat conftest.err >&5 4207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4208 (exit $ac_status); } && 4209 { ac_try='test -z "$ac_c_werror_flag" 4210 || test ! -s conftest.err' 4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4212 (eval $ac_try) 2>&5 4213 ac_status=$? 4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4215 (exit $ac_status); }; } && 4216 { ac_try='test -s conftest$ac_exeext' 4217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4218 (eval $ac_try) 2>&5 4219 ac_status=$? 4220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4221 (exit $ac_status); }; }; then 4222 ac_cv_search_strerror="-l$ac_lib" 4223 break 4224 else 4225 echo "$as_me: failed program was:" >&5 4226 sed 's/^/| /' conftest.$ac_ext >&5 4227 4228 fi 4229 rm -f conftest.err conftest.$ac_objext \ 4230 conftest$ac_exeext conftest.$ac_ext 4781 4231 done 4782 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4783 esac 4784 4785 $ac_path_GREP_found && break 3 4786 done 4787 done 4788 done 4789 IFS=$as_save_IFS 4790 if test -z "$ac_cv_path_GREP"; then 4791 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4792 fi 4793 else 4794 ac_cv_path_GREP=$GREP 4795 fi 4796 4797 fi 4798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 4799 $as_echo "$ac_cv_path_GREP" >&6; } 4800 GREP="$ac_cv_path_GREP" 4801 4802 4803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4804 $as_echo_n "checking for egrep... " >&6; } 4805 if test "${ac_cv_path_EGREP+set}" = set; then : 4806 $as_echo_n "(cached) " >&6 4807 else 4808 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4809 then ac_cv_path_EGREP="$GREP -E" 4810 else 4811 if test -z "$EGREP"; then 4812 ac_path_EGREP_found=false 4813 # Loop through the user's path and test for each of PROGNAME-LIST 4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4815 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4816 do 4817 IFS=$as_save_IFS 4818 test -z "$as_dir" && as_dir=. 4819 for ac_prog in egrep; do 4820 for ac_exec_ext in '' $ac_executable_extensions; do 4821 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4822 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4823 # Check for GNU ac_path_EGREP and select it if it is found. 4824 # Check for GNU $ac_path_EGREP 4825 case `"$ac_path_EGREP" --version 2>&1` in 4826 *GNU*) 4827 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 4828 *) 4829 ac_count=0 4830 $as_echo_n 0123456789 >"conftest.in" 4831 while : 4832 do 4833 cat "conftest.in" "conftest.in" >"conftest.tmp" 4834 mv "conftest.tmp" "conftest.in" 4835 cp "conftest.in" "conftest.nl" 4836 $as_echo 'EGREP' >> "conftest.nl" 4837 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4838 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4839 as_fn_arith $ac_count + 1 && ac_count=$as_val 4840 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4841 # Best one so far, save it but keep looking for a better one 4842 ac_cv_path_EGREP="$ac_path_EGREP" 4843 ac_path_EGREP_max=$ac_count 4844 fi 4845 # 10*(2^10) chars as input seems more than enough 4846 test $ac_count -gt 10 && break 4847 done 4848 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4849 esac 4850 4851 $ac_path_EGREP_found && break 3 4852 done 4853 done 4854 done 4855 IFS=$as_save_IFS 4856 if test -z "$ac_cv_path_EGREP"; then 4857 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4858 fi 4859 else 4860 ac_cv_path_EGREP=$EGREP 4861 fi 4862 4863 fi 4864 fi 4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 4866 $as_echo "$ac_cv_path_EGREP" >&6; } 4867 EGREP="$ac_cv_path_EGREP" 4868 4869 4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4871 $as_echo_n "checking for ANSI C header files... " >&6; } 4872 if test "${ac_cv_header_stdc+set}" = set; then : 4873 $as_echo_n "(cached) " >&6 4874 else 4875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4232 fi 4233 LIBS=$ac_func_search_save_LIBS 4234 fi 4235 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 4236 echo "${ECHO_T}$ac_cv_search_strerror" >&6 4237 if test "$ac_cv_search_strerror" != no; then 4238 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" 4239 4240 fi 4241 4242 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4243 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4244 if test "${ac_cv_header_stdc+set}" = set; then 4245 echo $ECHO_N "(cached) $ECHO_C" >&6 4246 else 4247 cat >conftest.$ac_ext <<_ACEOF 4248 /* confdefs.h. */ 4249 _ACEOF 4250 cat confdefs.h >>conftest.$ac_ext 4251 cat >>conftest.$ac_ext <<_ACEOF 4876 4252 /* end confdefs.h. */ 4877 4253 #include <stdlib.h> … … 4888 4264 } 4889 4265 _ACEOF 4890 if ac_fn_c_try_compile "$LINENO"; then : 4266 rm -f conftest.$ac_objext 4267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4268 (eval $ac_compile) 2>conftest.er1 4269 ac_status=$? 4270 grep -v '^ *+' conftest.er1 >conftest.err 4271 rm -f conftest.er1 4272 cat conftest.err >&5 4273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4274 (exit $ac_status); } && 4275 { ac_try='test -z "$ac_c_werror_flag" 4276 || test ! -s conftest.err' 4277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4278 (eval $ac_try) 2>&5 4279 ac_status=$? 4280 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4281 (exit $ac_status); }; } && 4282 { ac_try='test -s conftest.$ac_objext' 4283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4284 (eval $ac_try) 2>&5 4285 ac_status=$? 4286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4287 (exit $ac_status); }; }; then 4891 4288 ac_cv_header_stdc=yes 4892 4289 else 4893 ac_cv_header_stdc=no 4894 fi 4895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4290 echo "$as_me: failed program was:" >&5 4291 sed 's/^/| /' conftest.$ac_ext >&5 4292 4293 ac_cv_header_stdc=no 4294 fi 4295 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4896 4296 4897 4297 if test $ac_cv_header_stdc = yes; then 4898 4298 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4299 cat >conftest.$ac_ext <<_ACEOF 4300 /* confdefs.h. */ 4301 _ACEOF 4302 cat confdefs.h >>conftest.$ac_ext 4303 cat >>conftest.$ac_ext <<_ACEOF 4900 4304 /* end confdefs.h. */ 4901 4305 #include <string.h> … … 4903 4307 _ACEOF 4904 4308 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4905 $EGREP "memchr" >/dev/null 2>&1; then :4906 4309 $EGREP "memchr" >/dev/null 2>&1; then 4310 : 4907 4311 else 4908 4312 ac_cv_header_stdc=no … … 4914 4318 if test $ac_cv_header_stdc = yes; then 4915 4319 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4320 cat >conftest.$ac_ext <<_ACEOF 4321 /* confdefs.h. */ 4322 _ACEOF 4323 cat confdefs.h >>conftest.$ac_ext 4324 cat >>conftest.$ac_ext <<_ACEOF 4917 4325 /* end confdefs.h. */ 4918 4326 #include <stdlib.h> … … 4920 4328 _ACEOF 4921 4329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4922 $EGREP "free" >/dev/null 2>&1; then :4923 4330 $EGREP "free" >/dev/null 2>&1; then 4331 : 4924 4332 else 4925 4333 ac_cv_header_stdc=no … … 4931 4339 if test $ac_cv_header_stdc = yes; then 4932 4340 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 4933 if test "$cross_compiling" = yes; then :4341 if test "$cross_compiling" = yes; then 4934 4342 : 4935 4343 else 4936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4344 cat >conftest.$ac_ext <<_ACEOF 4345 /* confdefs.h. */ 4346 _ACEOF 4347 cat confdefs.h >>conftest.$ac_ext 4348 cat >>conftest.$ac_ext <<_ACEOF 4937 4349 /* end confdefs.h. */ 4938 4350 #include <ctype.h> 4939 #include <stdlib.h>4940 4351 #if ((' ' & 0x0FF) == 0x020) 4941 4352 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 4957 4368 if (XOR (islower (i), ISLOWER (i)) 4958 4369 || toupper (i) != TOUPPER (i)) 4959 return 2;4960 return 0;4370 exit(2); 4371 exit (0); 4961 4372 } 4962 4373 _ACEOF 4963 if ac_fn_c_try_run "$LINENO"; then : 4964 4965 else 4966 ac_cv_header_stdc=no 4967 fi 4968 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4969 conftest.$ac_objext conftest.beam conftest.$ac_ext 4970 fi 4971 4972 fi 4973 fi 4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 4975 $as_echo "$ac_cv_header_stdc" >&6; } 4374 rm -f conftest$ac_exeext 4375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4376 (eval $ac_link) 2>&5 4377 ac_status=$? 4378 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4379 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4381 (eval $ac_try) 2>&5 4382 ac_status=$? 4383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4384 (exit $ac_status); }; }; then 4385 :