PageRenderTime 75ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

/libjava/classpath/configure

https://bitbucket.org/danchr/llvm-gcc
Shell | 17275 lines | 16805 code | 223 blank | 247 comment | 191 complexity | 3d7ef8f95deb66ce2b29606746063d8a MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, LGPL-2.0, BSD-3-Clause, CC-BY-SA-3.0

Large files files are truncated, but you can click here to view the full file

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59 for GNU Classpath 0.92.
  4. #
  5. # Report bugs to <classpath@gnu.org>.
  6. #
  7. # Copyright (C) 2003 Free Software Foundation, Inc.
  8. # This configure script is free software; the Free Software Foundation
  9. # gives unlimited permission to copy, distribute and modify it.
  10. ## --------------------- ##
  11. ## M4sh Initialization. ##
  12. ## --------------------- ##
  13. # Be Bourne compatible
  14. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  15. emulate sh
  16. NULLCMD=:
  17. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  18. # is contrary to our usage. Disable this feature.
  19. alias -g '${1+"$@"}'='"$@"'
  20. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  21. set -o posix
  22. fi
  23. DUALCASE=1; export DUALCASE # for MKS sh
  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. # Work around bugs in pre-3.0 UWIN ksh.
  31. $as_unset ENV MAIL MAILPATH
  32. PS1='$ '
  33. PS2='> '
  34. PS4='+ '
  35. # NLS nuisances.
  36. for as_var in \
  37. LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  38. LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  39. LC_TELEPHONE LC_TIME
  40. do
  41. if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  42. eval $as_var=C; export $as_var
  43. else
  44. $as_unset $as_var
  45. fi
  46. done
  47. # Required to use basename.
  48. if expr a : '\(a\)' >/dev/null 2>&1; then
  49. as_expr=expr
  50. else
  51. as_expr=false
  52. fi
  53. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  54. as_basename=basename
  55. else
  56. as_basename=false
  57. fi
  58. # Name of the executable.
  59. as_me=`$as_basename "$0" ||
  60. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  61. X"$0" : 'X\(//\)$' \| \
  62. X"$0" : 'X\(/\)$' \| \
  63. . : '\(.\)' 2>/dev/null ||
  64. echo X/"$0" |
  65. sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  66. /^X\/\(\/\/\)$/{ s//\1/; q; }
  67. /^X\/\(\/\).*/{ s//\1/; q; }
  68. s/.*/./; q'`
  69. # PATH needs CR, and LINENO needs CR and PATH.
  70. # Avoid depending upon Character Ranges.
  71. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  72. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  73. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  74. as_cr_digits='0123456789'
  75. as_cr_alnum=$as_cr_Letters$as_cr_digits
  76. # The user is always right.
  77. if test "${PATH_SEPARATOR+set}" != set; then
  78. echo "#! /bin/sh" >conf$$.sh
  79. echo "exit 0" >>conf$$.sh
  80. chmod +x conf$$.sh
  81. if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  82. PATH_SEPARATOR=';'
  83. else
  84. PATH_SEPARATOR=:
  85. fi
  86. rm -f conf$$.sh
  87. fi
  88. as_lineno_1=$LINENO
  89. as_lineno_2=$LINENO
  90. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  91. test "x$as_lineno_1" != "x$as_lineno_2" &&
  92. test "x$as_lineno_3" = "x$as_lineno_2" || {
  93. # Find who we are. Look in the path if we contain no path at all
  94. # relative or not.
  95. case $0 in
  96. *[\\/]* ) as_myself=$0 ;;
  97. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  98. for as_dir in $PATH
  99. do
  100. IFS=$as_save_IFS
  101. test -z "$as_dir" && as_dir=.
  102. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  103. done
  104. ;;
  105. esac
  106. # We did not find ourselves, most probably we were run as `sh COMMAND'
  107. # in which case we are not to be found in the path.
  108. if test "x$as_myself" = x; then
  109. as_myself=$0
  110. fi
  111. if test ! -f "$as_myself"; then
  112. { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  113. { (exit 1); exit 1; }; }
  114. fi
  115. case $CONFIG_SHELL in
  116. '')
  117. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  118. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  119. do
  120. IFS=$as_save_IFS
  121. test -z "$as_dir" && as_dir=.
  122. for as_base in sh bash ksh sh5; do
  123. case $as_dir in
  124. /*)
  125. if ("$as_dir/$as_base" -c '
  126. as_lineno_1=$LINENO
  127. as_lineno_2=$LINENO
  128. as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  129. test "x$as_lineno_1" != "x$as_lineno_2" &&
  130. test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
  131. $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  132. $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  133. CONFIG_SHELL=$as_dir/$as_base
  134. export CONFIG_SHELL
  135. exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  136. fi;;
  137. esac
  138. done
  139. done
  140. ;;
  141. esac
  142. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  143. # uniformly replaced by the line number. The first 'sed' inserts a
  144. # line-number line before each line; the second 'sed' does the real
  145. # work. The second script uses 'N' to pair each line-number line
  146. # with the numbered line, and appends trailing '-' during
  147. # substitution so that $LINENO is not a special case at line end.
  148. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  149. # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
  150. sed '=' <$as_myself |
  151. sed '
  152. N
  153. s,$,-,
  154. : loop
  155. s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  156. t loop
  157. s,-$,,
  158. s,^['$as_cr_digits']*\n,,
  159. ' >$as_me.lineno &&
  160. chmod +x $as_me.lineno ||
  161. { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  162. { (exit 1); exit 1; }; }
  163. # Don't try to exec as it changes $[0], causing all sort of problems
  164. # (the dirname of $[0] is not the place where we might find the
  165. # original and so on. Autoconf is especially sensible to this).
  166. . ./$as_me.lineno
  167. # Exit status is that of the last command.
  168. exit
  169. }
  170. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  171. *c*,-n*) ECHO_N= ECHO_C='
  172. ' ECHO_T=' ' ;;
  173. *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  174. *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
  175. esac
  176. if expr a : '\(a\)' >/dev/null 2>&1; then
  177. as_expr=expr
  178. else
  179. as_expr=false
  180. fi
  181. rm -f conf$$ conf$$.exe conf$$.file
  182. echo >conf$$.file
  183. if ln -s conf$$.file conf$$ 2>/dev/null; then
  184. # We could just check for DJGPP; but this test a) works b) is more generic
  185. # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  186. if test -f conf$$.exe; then
  187. # Don't use ln at all; we don't have any links
  188. as_ln_s='cp -p'
  189. else
  190. as_ln_s='ln -s'
  191. fi
  192. elif ln conf$$.file conf$$ 2>/dev/null; then
  193. as_ln_s=ln
  194. else
  195. as_ln_s='cp -p'
  196. fi
  197. rm -f conf$$ conf$$.exe conf$$.file
  198. if mkdir -p . 2>/dev/null; then
  199. as_mkdir_p=:
  200. else
  201. test -d ./-p && rmdir ./-p
  202. as_mkdir_p=false
  203. fi
  204. as_executable_p="test -f"
  205. # Sed expression to map a string onto a valid CPP name.
  206. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  207. # Sed expression to map a string onto a valid variable name.
  208. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  209. # IFS
  210. # We need space, tab and new line, in precisely that order.
  211. as_nl='
  212. '
  213. IFS=" $as_nl"
  214. # CDPATH.
  215. $as_unset CDPATH
  216. # Name of the host.
  217. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  218. # so uname gets run too.
  219. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  220. exec 6>&1
  221. #
  222. # Initializations.
  223. #
  224. ac_default_prefix=/usr/local
  225. ac_config_libobj_dir=.
  226. cross_compiling=no
  227. subdirs=
  228. MFLAGS=
  229. MAKEFLAGS=
  230. SHELL=${CONFIG_SHELL-/bin/sh}
  231. # Maximum number of lines to put in a shell here document.
  232. # This variable seems obsolete. It should probably be removed, and
  233. # only ac_max_sed_lines should be used.
  234. : ${ac_max_here_lines=38}
  235. # Identity of this package.
  236. PACKAGE_NAME='GNU Classpath'
  237. PACKAGE_TARNAME='classpath'
  238. PACKAGE_VERSION='0.92'
  239. PACKAGE_STRING='GNU Classpath 0.92'
  240. PACKAGE_BUGREPORT='classpath@gnu.org'
  241. ac_unique_file="java/lang/System.java"
  242. ac_default_prefix=/usr/local/classpath
  243. # Factoring default headers for most tests.
  244. ac_includes_default="\
  245. #include <stdio.h>
  246. #if HAVE_SYS_TYPES_H
  247. # include <sys/types.h>
  248. #endif
  249. #if HAVE_SYS_STAT_H
  250. # include <sys/stat.h>
  251. #endif
  252. #if STDC_HEADERS
  253. # include <stdlib.h>
  254. # include <stddef.h>
  255. #else
  256. # if HAVE_STDLIB_H
  257. # include <stdlib.h>
  258. # endif
  259. #endif
  260. #if HAVE_STRING_H
  261. # if !STDC_HEADERS && HAVE_MEMORY_H
  262. # include <memory.h>
  263. # endif
  264. # include <string.h>
  265. #endif
  266. #if HAVE_STRINGS_H
  267. # include <strings.h>
  268. #endif
  269. #if HAVE_INTTYPES_H
  270. # include <inttypes.h>
  271. #else
  272. # if HAVE_STDINT_H
  273. # include <stdint.h>
  274. # endif
  275. #endif
  276. #if HAVE_UNISTD_H
  277. # include <unistd.h>
  278. #endif"
  279. 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os multi_basedir LIBVERSION CLASSPATH_MODULE CLASSPATH_CONVENIENCE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CREATE_COLLECTIONS_TRUE CREATE_COLLECTIONS_FALSE CREATE_JNI_LIBRARIES_TRUE CREATE_JNI_LIBRARIES_FALSE CREATE_CORE_JNI_LIBRARIES_TRUE CREATE_CORE_JNI_LIBRARIES_FALSE CREATE_GCONF_PEER_LIBRARIES_TRUE CREATE_GCONF_PEER_LIBRARIES_FALSE default_toolkit CREATE_XMLJ_LIBRARY_TRUE CREATE_XMLJ_LIBRARY_FALSE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CREATE_ALSA_LIBRARIES_TRUE CREATE_ALSA_LIBRARIES_FALSE CREATE_DSSI_LIBRARIES_TRUE CREATE_DSSI_LIBRARIES_FALSE CREATE_GTK_PEER_LIBRARIES_TRUE CREATE_GTK_PEER_LIBRARIES_FALSE CREATE_QT_PEER_LIBRARIES_TRUE CREATE_QT_PEER_LIBRARIES_FALSE CREATE_PLUGIN_TRUE CREATE_PLUGIN_FALSE toolexeclibdir nativeexeclibdir glibjdir VM_BINARY FOUND_CACAO_TRUE FOUND_CACAO_FALSE CREATE_JNI_HEADERS_TRUE CREATE_JNI_HEADERS_FALSE CREATE_WRAPPERS_TRUE CREATE_WRAPPERS_FALSE LN_S CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE RANLIB ac_ct_RANLIB LIBTOOL CXXCPP PERL COLLECTIONS_PREFIX LIBMAGIC LIBICONV LTLIBICONV WARNING_CFLAGS STRICT_WARNING_CFLAGS ERROR_CFLAGS PKG_CONFIG XML_CFLAGS XML_LIBS XSLT_CFLAGS XSLT_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS GTK_CFLAGS GTK_LIBS FREETYPE2_CFLAGS FREETYPE2_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS XTEST_LIBS GCONF_CFLAGS GCONF_LIBS GDK_CFLAGS GDK_LIBS QT_CFLAGS QT_LIBS MOC MOZILLA_CFLAGS MOZILLA_LIBS GLIB_CFLAGS GLIB_LIBS PLUGIN_DIR USER_JAVAH USER_SPECIFIED_JAVAH_TRUE USER_SPECIFIED_JAVAH_FALSE CLASSPATH_INCLUDES GCJ JIKES JIKESENCODING JIKESWARNINGS KJC GCJX ECJ FOUND_GCJ_TRUE FOUND_GCJ_FALSE FOUND_JIKES_TRUE FOUND_JIKES_FALSE FOUND_ECJ_TRUE FOUND_ECJ_FALSE FOUND_KJC_TRUE FOUND_KJC_FALSE FOUND_GCJX_TRUE FOUND_GCJX_FALSE USER_CLASSLIB USER_SPECIFIED_CLASSLIB_TRUE USER_SPECIFIED_CLASSLIB_FALSE vm_classes MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBDEBUG INIT_LOAD_LIBRARY JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION REMOVE MKDIR CP DATE FIND ZIP FASTJAR INSTALL_GLIBJ_ZIP_TRUE INSTALL_GLIBJ_ZIP_FALSE INSTALL_CLASS_FILES_TRUE INSTALL_CLASS_FILES_FALSE BUILD_CLASS_FILES_TRUE BUILD_CLASS_FILES_FALSE EXAMPLESDIR GJDOC CREATE_API_DOCS_TRUE CREATE_API_DOCS_FALSE JAY JAY_SKELETON REGEN_PARSERS_TRUE REGEN_PARSERS_FALSE USE_PREBUILT_GLIBJ_ZIP_TRUE USE_PREBUILT_GLIBJ_ZIP_FALSE PATH_TO_GLIBJ_ZIP USE_ESCHER_TRUE USE_ESCHER_FALSE PATH_TO_ESCHER ENABLE_LOCAL_SOCKETS_TRUE ENABLE_LOCAL_SOCKETS_FALSE DEFAULT_PREFS_PEER LIBOBJS LTLIBOBJS'
  280. ac_subst_files=''
  281. # Initialize some variables set by options.
  282. ac_init_help=
  283. ac_init_version=false
  284. # The variables have the same names as the options, with
  285. # dashes changed to underlines.
  286. cache_file=/dev/null
  287. exec_prefix=NONE
  288. no_create=
  289. no_recursion=
  290. prefix=NONE
  291. program_prefix=NONE
  292. program_suffix=NONE
  293. program_transform_name=s,x,x,
  294. silent=
  295. site=
  296. srcdir=
  297. verbose=
  298. x_includes=NONE
  299. x_libraries=NONE
  300. # Installation directory options.
  301. # These are left unexpanded so users can "make install exec_prefix=/foo"
  302. # and all the variables that are supposed to be based on exec_prefix
  303. # by default will actually change.
  304. # Use braces instead of parens because sh, perl, etc. also accept them.
  305. bindir='${exec_prefix}/bin'
  306. sbindir='${exec_prefix}/sbin'
  307. libexecdir='${exec_prefix}/libexec'
  308. datadir='${prefix}/share'
  309. sysconfdir='${prefix}/etc'
  310. sharedstatedir='${prefix}/com'
  311. localstatedir='${prefix}/var'
  312. libdir='${exec_prefix}/lib'
  313. includedir='${prefix}/include'
  314. oldincludedir='/usr/include'
  315. infodir='${prefix}/info'
  316. mandir='${prefix}/man'
  317. ac_prev=
  318. for ac_option
  319. do
  320. # If the previous option needs an argument, assign it.
  321. if test -n "$ac_prev"; then
  322. eval "$ac_prev=\$ac_option"
  323. ac_prev=
  324. continue
  325. fi
  326. ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  327. # Accept the important Cygnus configure options, so we can diagnose typos.
  328. case $ac_option in
  329. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  330. ac_prev=bindir ;;
  331. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  332. bindir=$ac_optarg ;;
  333. -build | --build | --buil | --bui | --bu)
  334. ac_prev=build_alias ;;
  335. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  336. build_alias=$ac_optarg ;;
  337. -cache-file | --cache-file | --cache-fil | --cache-fi \
  338. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  339. ac_prev=cache_file ;;
  340. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  341. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  342. cache_file=$ac_optarg ;;
  343. --config-cache | -C)
  344. cache_file=config.cache ;;
  345. -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  346. ac_prev=datadir ;;
  347. -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  348. | --da=*)
  349. datadir=$ac_optarg ;;
  350. -disable-* | --disable-*)
  351. ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  352. # Reject names that are not valid shell variable names.
  353. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  354. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  355. { (exit 1); exit 1; }; }
  356. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  357. eval "enable_$ac_feature=no" ;;
  358. -enable-* | --enable-*)
  359. ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  360. # Reject names that are not valid shell variable names.
  361. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  362. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  363. { (exit 1); exit 1; }; }
  364. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  365. case $ac_option in
  366. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  367. *) ac_optarg=yes ;;
  368. esac
  369. eval "enable_$ac_feature='$ac_optarg'" ;;
  370. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  371. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  372. | --exec | --exe | --ex)
  373. ac_prev=exec_prefix ;;
  374. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  375. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  376. | --exec=* | --exe=* | --ex=*)
  377. exec_prefix=$ac_optarg ;;
  378. -gas | --gas | --ga | --g)
  379. # Obsolete; use --with-gas.
  380. with_gas=yes ;;
  381. -help | --help | --hel | --he | -h)
  382. ac_init_help=long ;;
  383. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  384. ac_init_help=recursive ;;
  385. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  386. ac_init_help=short ;;
  387. -host | --host | --hos | --ho)
  388. ac_prev=host_alias ;;
  389. -host=* | --host=* | --hos=* | --ho=*)
  390. host_alias=$ac_optarg ;;
  391. -includedir | --includedir | --includedi | --included | --include \
  392. | --includ | --inclu | --incl | --inc)
  393. ac_prev=includedir ;;
  394. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  395. | --includ=* | --inclu=* | --incl=* | --inc=*)
  396. includedir=$ac_optarg ;;
  397. -infodir | --infodir | --infodi | --infod | --info | --inf)
  398. ac_prev=infodir ;;
  399. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  400. infodir=$ac_optarg ;;
  401. -libdir | --libdir | --libdi | --libd)
  402. ac_prev=libdir ;;
  403. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  404. libdir=$ac_optarg ;;
  405. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  406. | --libexe | --libex | --libe)
  407. ac_prev=libexecdir ;;
  408. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  409. | --libexe=* | --libex=* | --libe=*)
  410. libexecdir=$ac_optarg ;;
  411. -localstatedir | --localstatedir | --localstatedi | --localstated \
  412. | --localstate | --localstat | --localsta | --localst \
  413. | --locals | --local | --loca | --loc | --lo)
  414. ac_prev=localstatedir ;;
  415. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  416. | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  417. | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  418. localstatedir=$ac_optarg ;;
  419. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  420. ac_prev=mandir ;;
  421. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  422. mandir=$ac_optarg ;;
  423. -nfp | --nfp | --nf)
  424. # Obsolete; use --without-fp.
  425. with_fp=no ;;
  426. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  427. | --no-cr | --no-c | -n)
  428. no_create=yes ;;
  429. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  430. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  431. no_recursion=yes ;;
  432. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  433. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  434. | --oldin | --oldi | --old | --ol | --o)
  435. ac_prev=oldincludedir ;;
  436. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  437. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  438. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  439. oldincludedir=$ac_optarg ;;
  440. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  441. ac_prev=prefix ;;
  442. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  443. prefix=$ac_optarg ;;
  444. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  445. | --program-pre | --program-pr | --program-p)
  446. ac_prev=program_prefix ;;
  447. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  448. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  449. program_prefix=$ac_optarg ;;
  450. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  451. | --program-suf | --program-su | --program-s)
  452. ac_prev=program_suffix ;;
  453. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  454. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  455. program_suffix=$ac_optarg ;;
  456. -program-transform-name | --program-transform-name \
  457. | --program-transform-nam | --program-transform-na \
  458. | --program-transform-n | --program-transform- \
  459. | --program-transform | --program-transfor \
  460. | --program-transfo | --program-transf \
  461. | --program-trans | --program-tran \
  462. | --progr-tra | --program-tr | --program-t)
  463. ac_prev=program_transform_name ;;
  464. -program-transform-name=* | --program-transform-name=* \
  465. | --program-transform-nam=* | --program-transform-na=* \
  466. | --program-transform-n=* | --program-transform-=* \
  467. | --program-transform=* | --program-transfor=* \
  468. | --program-transfo=* | --program-transf=* \
  469. | --program-trans=* | --program-tran=* \
  470. | --progr-tra=* | --program-tr=* | --program-t=*)
  471. program_transform_name=$ac_optarg ;;
  472. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  473. | -silent | --silent | --silen | --sile | --sil)
  474. silent=yes ;;
  475. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  476. ac_prev=sbindir ;;
  477. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  478. | --sbi=* | --sb=*)
  479. sbindir=$ac_optarg ;;
  480. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  481. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  482. | --sharedst | --shareds | --shared | --share | --shar \
  483. | --sha | --sh)
  484. ac_prev=sharedstatedir ;;
  485. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  486. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  487. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  488. | --sha=* | --sh=*)
  489. sharedstatedir=$ac_optarg ;;
  490. -site | --site | --sit)
  491. ac_prev=site ;;
  492. -site=* | --site=* | --sit=*)
  493. site=$ac_optarg ;;
  494. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  495. ac_prev=srcdir ;;
  496. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  497. srcdir=$ac_optarg ;;
  498. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  499. | --syscon | --sysco | --sysc | --sys | --sy)
  500. ac_prev=sysconfdir ;;
  501. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  502. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  503. sysconfdir=$ac_optarg ;;
  504. -target | --target | --targe | --targ | --tar | --ta | --t)
  505. ac_prev=target_alias ;;
  506. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  507. target_alias=$ac_optarg ;;
  508. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  509. verbose=yes ;;
  510. -version | --version | --versio | --versi | --vers | -V)
  511. ac_init_version=: ;;
  512. -with-* | --with-*)
  513. ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  514. # Reject names that are not valid shell variable names.
  515. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  516. { echo "$as_me: error: invalid package name: $ac_package" >&2
  517. { (exit 1); exit 1; }; }
  518. ac_package=`echo $ac_package| sed 's/-/_/g'`
  519. case $ac_option in
  520. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  521. *) ac_optarg=yes ;;
  522. esac
  523. eval "with_$ac_package='$ac_optarg'" ;;
  524. -without-* | --without-*)
  525. ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  526. # Reject names that are not valid shell variable names.
  527. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  528. { echo "$as_me: error: invalid package name: $ac_package" >&2
  529. { (exit 1); exit 1; }; }
  530. ac_package=`echo $ac_package | sed 's/-/_/g'`
  531. eval "with_$ac_package=no" ;;
  532. --x)
  533. # Obsolete; use --with-x.
  534. with_x=yes ;;
  535. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  536. | --x-incl | --x-inc | --x-in | --x-i)
  537. ac_prev=x_includes ;;
  538. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  539. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  540. x_includes=$ac_optarg ;;
  541. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  542. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  543. ac_prev=x_libraries ;;
  544. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  545. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  546. x_libraries=$ac_optarg ;;
  547. -*) { echo "$as_me: error: unrecognized option: $ac_option
  548. Try \`$0 --help' for more information." >&2
  549. { (exit 1); exit 1; }; }
  550. ;;
  551. *=*)
  552. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  553. # Reject names that are not valid shell variable names.
  554. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  555. { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  556. { (exit 1); exit 1; }; }
  557. ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  558. eval "$ac_envvar='$ac_optarg'"
  559. export $ac_envvar ;;
  560. *)
  561. # FIXME: should be removed in autoconf 3.0.
  562. echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  563. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  564. echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  565. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  566. ;;
  567. esac
  568. done
  569. if test -n "$ac_prev"; then
  570. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  571. { echo "$as_me: error: missing argument to $ac_option" >&2
  572. { (exit 1); exit 1; }; }
  573. fi
  574. # Be sure to have absolute paths.
  575. for ac_var in exec_prefix prefix
  576. do
  577. eval ac_val=$`echo $ac_var`
  578. case $ac_val in
  579. [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  580. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  581. { (exit 1); exit 1; }; };;
  582. esac
  583. done
  584. # Be sure to have absolute paths.
  585. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  586. localstatedir libdir includedir oldincludedir infodir mandir
  587. do
  588. eval ac_val=$`echo $ac_var`
  589. case $ac_val in
  590. [\\/$]* | ?:[\\/]* ) ;;
  591. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  592. { (exit 1); exit 1; }; };;
  593. esac
  594. done
  595. # There might be people who depend on the old broken behavior: `$host'
  596. # used to hold the argument of --host etc.
  597. # FIXME: To remove some day.
  598. build=$build_alias
  599. host=$host_alias
  600. target=$target_alias
  601. # FIXME: To remove some day.
  602. if test "x$host_alias" != x; then
  603. if test "x$build_alias" = x; then
  604. cross_compiling=maybe
  605. echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  606. If a cross compiler is detected then cross compile mode will be used." >&2
  607. elif test "x$build_alias" != "x$host_alias"; then
  608. cross_compiling=yes
  609. fi
  610. fi
  611. ac_tool_prefix=
  612. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  613. test "$silent" = yes && exec 6>/dev/null
  614. # Find the source files, if location was not specified.
  615. if test -z "$srcdir"; then
  616. ac_srcdir_defaulted=yes
  617. # Try the directory containing this script, then its parent.
  618. ac_confdir=`(dirname "$0") 2>/dev/null ||
  619. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  620. X"$0" : 'X\(//\)[^/]' \| \
  621. X"$0" : 'X\(//\)$' \| \
  622. X"$0" : 'X\(/\)' \| \
  623. . : '\(.\)' 2>/dev/null ||
  624. echo X"$0" |
  625. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  626. /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  627. /^X\(\/\/\)$/{ s//\1/; q; }
  628. /^X\(\/\).*/{ s//\1/; q; }
  629. s/.*/./; q'`
  630. srcdir=$ac_confdir
  631. if test ! -r $srcdir/$ac_unique_file; then
  632. srcdir=..
  633. fi
  634. else
  635. ac_srcdir_defaulted=no
  636. fi
  637. if test ! -r $srcdir/$ac_unique_file; then
  638. if test "$ac_srcdir_defaulted" = yes; then
  639. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  640. { (exit 1); exit 1; }; }
  641. else
  642. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  643. { (exit 1); exit 1; }; }
  644. fi
  645. fi
  646. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  647. { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  648. { (exit 1); exit 1; }; }
  649. srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  650. ac_env_build_alias_set=${build_alias+set}
  651. ac_env_build_alias_value=$build_alias
  652. ac_cv_env_build_alias_set=${build_alias+set}
  653. ac_cv_env_build_alias_value=$build_alias
  654. ac_env_host_alias_set=${host_alias+set}
  655. ac_env_host_alias_value=$host_alias
  656. ac_cv_env_host_alias_set=${host_alias+set}
  657. ac_cv_env_host_alias_value=$host_alias
  658. ac_env_target_alias_set=${target_alias+set}
  659. ac_env_target_alias_value=$target_alias
  660. ac_cv_env_target_alias_set=${target_alias+set}
  661. ac_cv_env_target_alias_value=$target_alias
  662. ac_env_CC_set=${CC+set}
  663. ac_env_CC_value=$CC
  664. ac_cv_env_CC_set=${CC+set}
  665. ac_cv_env_CC_value=$CC
  666. ac_env_CFLAGS_set=${CFLAGS+set}
  667. ac_env_CFLAGS_value=$CFLAGS
  668. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  669. ac_cv_env_CFLAGS_value=$CFLAGS
  670. ac_env_LDFLAGS_set=${LDFLAGS+set}
  671. ac_env_LDFLAGS_value=$LDFLAGS
  672. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  673. ac_cv_env_LDFLAGS_value=$LDFLAGS
  674. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  675. ac_env_CPPFLAGS_value=$CPPFLAGS
  676. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  677. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  678. ac_env_CPP_set=${CPP+set}
  679. ac_env_CPP_value=$CPP
  680. ac_cv_env_CPP_set=${CPP+set}
  681. ac_cv_env_CPP_value=$CPP
  682. ac_env_CXX_set=${CXX+set}
  683. ac_env_CXX_value=$CXX
  684. ac_cv_env_CXX_set=${CXX+set}
  685. ac_cv_env_CXX_value=$CXX
  686. ac_env_CXXFLAGS_set=${CXXFLAGS+set}
  687. ac_env_CXXFLAGS_value=$CXXFLAGS
  688. ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
  689. ac_cv_env_CXXFLAGS_value=$CXXFLAGS
  690. ac_env_CXXCPP_set=${CXXCPP+set}
  691. ac_env_CXXCPP_value=$CXXCPP
  692. ac_cv_env_CXXCPP_set=${CXXCPP+set}
  693. ac_cv_env_CXXCPP_value=$CXXCPP
  694. #
  695. # Report the --help message.
  696. #
  697. if test "$ac_init_help" = "long"; then
  698. # Omit some internal or obsolete options to make the list less imposing.
  699. # This message is too long to be a string in the A/UX 3.1 sh.
  700. cat <<_ACEOF
  701. \`configure' configures GNU Classpath 0.92 to adapt to many kinds of systems.
  702. Usage: $0 [OPTION]... [VAR=VALUE]...
  703. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  704. VAR=VALUE. See below for descriptions of some of the useful variables.
  705. Defaults for the options are specified in brackets.
  706. Configuration:
  707. -h, --help display this help and exit
  708. --help=short display options specific to this package
  709. --help=recursive display the short help of all the included packages
  710. -V, --version display version information and exit
  711. -q, --quiet, --silent do not print \`checking...' messages
  712. --cache-file=FILE cache test results in FILE [disabled]
  713. -C, --config-cache alias for \`--cache-file=config.cache'
  714. -n, --no-create do not create output files
  715. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  716. _ACEOF
  717. cat <<_ACEOF
  718. Installation directories:
  719. --prefix=PREFIX install architecture-independent files in PREFIX
  720. [$ac_default_prefix]
  721. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  722. [PREFIX]
  723. By default, \`make install' will install all the files in
  724. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  725. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  726. for instance \`--prefix=\$HOME'.
  727. For better control, use the options below.
  728. Fine tuning of the installation directories:
  729. --bindir=DIR user executables [EPREFIX/bin]
  730. --sbindir=DIR system admin executables [EPREFIX/sbin]
  731. --libexecdir=DIR program executables [EPREFIX/libexec]
  732. --datadir=DIR read-only architecture-independent data [PREFIX/share]
  733. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  734. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  735. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  736. --libdir=DIR object code libraries [EPREFIX/lib]
  737. --includedir=DIR C header files [PREFIX/include]
  738. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  739. --infodir=DIR info documentation [PREFIX/info]
  740. --mandir=DIR man documentation [PREFIX/man]
  741. _ACEOF
  742. cat <<\_ACEOF
  743. Program names:
  744. --program-prefix=PREFIX prepend PREFIX to installed program names
  745. --program-suffix=SUFFIX append SUFFIX to installed program names
  746. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  747. X features:
  748. --x-includes=DIR X include files are in DIR
  749. --x-libraries=DIR X library files are in DIR
  750. System types:
  751. --build=BUILD configure for building on BUILD [guessed]
  752. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  753. --target=TARGET configure for building compilers for TARGET [HOST]
  754. _ACEOF
  755. fi
  756. if test -n "$ac_init_help"; then
  757. case $ac_init_help in
  758. short | recursive ) echo "Configuration of GNU Classpath 0.92:";;
  759. esac
  760. cat <<\_ACEOF
  761. Optional Features:
  762. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  763. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  764. --enable-multilib build many library versions (default)
  765. --enable-collections create collections.jar default=no
  766. --enable-jni compile JNI source default=yes
  767. --enable-core-jni compile JNI sources for core default=yes
  768. --enable-default-preferences-peer
  769. fully qualified class name of default Preferences
  770. API Backend
  771. --disable-gconf-peer compile GConf native peers (disabled by
  772. --disable-jni) default=yes
  773. --enable-Werror whether to compile C code with -Werror which turns
  774. any compiler warning into a compilation failure
  775. default=no
  776. --enable-default-toolkit
  777. fully qualified class name of default AWT toolkit
  778. --enable-xmlj compile native libxml/xslt library default=no
  779. --disable-alsa compile ALSA providers (enable by --enable-alsa)
  780. default=yes
  781. --disable-dependency-tracking speeds up one-time build
  782. --enable-dependency-tracking do not reject slow dependency extractors
  783. --disable-dssi compile DSSI providers (enable by --enable-dssi)
  784. default=yes
  785. --disable-gtk-peer compile GTK native peers (disabled by --disable-jni)
  786. default=yes
  787. --enable-qt-peer compile Qt4 native peers (disabled by --disable-jni)
  788. default=no
  789. --disable-plugin compile gcjwebplugin (disabled by --disable-plugin)
  790. default=yes
  791. --enable-regen-headers automatically regenerate JNI headers default=no
  792. --enable-tool-wrappers create tool wrapper binaries default=no
  793. --enable-static=PKGS build static libraries default=no
  794. --enable-shared=PKGS build shared libraries default=yes
  795. --enable-fast-install=PKGS optimize for fast installation default=yes
  796. --disable-libtool-lock avoid locking (might break parallel builds)
  797. --disable-rpath do not hardcode runtime library paths
  798. --enable-maintainer-mode enable make rules and dependencies not useful
  799. (and sometimes confusing) to the casual installer
  800. --enable-debug enable runtime debugging code
  801. --enable-load-library enable to use JNI native methods default=yes
  802. --enable-java-lang-system-explicit-initialization
  803. will the VM explicitly invoke java.lang.System's
  804. static initialization methods default=no
  805. --enable-examples enable build of the examples default=yes
  806. --enable-portable-native-sync
  807. synchronize VM threads portably
  808. --enable-local-sockets enables local (AF_LOCAL) socket API default: no
  809. Optional Packages:
  810. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  811. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  812. --with-native-libdir sets the installation directory for native libraries
  813. default='${libdir}/${PACKAGE}'
  814. --with-glibj-dir sets the installation directory for glibj.zip
  815. default='${libdir}/${PACKAGE}'
  816. --with-vm sets the VM binary name
  817. default='${prefix}/bin/jamvm'
  818. --with-gnu-ld assume the C compiler uses GNU ld default=no
  819. --with-pic try to use only PIC/non-PIC objects default=use both
  820. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  821. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  822. --with-x use the X Window System
  823. --with-qt4dir=DIR Qt4 installation directory used for OS-X. For other
  824. systems use pkg-config.
  825. --with-javah specify path or name of a javah-like program
  826. --with-gcj bytecode compilation with gcj
  827. --with-jikes bytecode compilation with jikes
  828. --with-kjc bytecode compilation with kjc
  829. --with-gcjx bytecode compilation with gcjx
  830. --with-ecj bytecode compilation with ecj
  831. --with-classpath specify path to a classes.zip like file
  832. --with-vm-classes specify path to VM override source files
  833. --with-fastjar=PATH define to use a fastjar style tool
  834. --with-glibj define what to install (zip|flat|both|none|build)
  835. [default=zip]
  836. --with-gjdoc generate documentation using gjdoc (default is NO)
  837. --with-jay Regenerate the parsers with jay must be given the
  838. path to the jay executable
  839. --with-glibj-zip=ABS.PATH
  840. use prebuilt glibj.zip class library
  841. --with-escher=ABS.PATH specify path to escher dir or JAR for X peers
  842. Some influential environment variables:
  843. CC C compiler command
  844. CFLAGS C compiler flags
  845. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  846. nonstandard directory <lib dir>
  847. CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
  848. headers in a nonstandard directory <include dir>
  849. CPP C preprocessor
  850. CXX C++ compiler command
  851. CXXFLAGS C++ compiler flags
  852. CXXCPP C++ preprocessor
  853. Use these variables to override the choices made by `configure' or to help
  854. it to find libraries and programs with nonstandard names/locations.
  855. Report bugs to <classpath@gnu.org>.
  856. _ACEOF
  857. fi
  858. if test "$ac_init_help" = "recursive"; then
  859. # If there are subdirs, report their specific --help.
  860. ac_popdir=`pwd`
  861. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  862. test -d $ac_dir || continue
  863. ac_builddir=.
  864. if test "$ac_dir" != .; then
  865. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  866. # A "../" for each directory in $ac_dir_suffix.
  867. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  868. else
  869. ac_dir_suffix= ac_top_builddir=
  870. fi
  871. case $srcdir in
  872. .) # No --srcdir option. We are building in place.
  873. ac_srcdir=.
  874. if test -z "$ac_top_builddir"; then
  875. ac_top_srcdir=.
  876. else
  877. ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  878. fi ;;
  879. [\\/]* | ?:[\\/]* ) # Absolute path.
  880. ac_srcdir=$srcdir$ac_dir_suffix;
  881. ac_top_srcdir=$srcdir ;;
  882. *) # Relative path.
  883. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  884. ac_top_srcdir=$ac_top_builddir$srcdir ;;
  885. esac
  886. # Do not use `cd foo && pwd` to compute absolute paths, because
  887. # the directories may not exist.
  888. case `pwd` in
  889. .) ac_abs_builddir="$ac_dir";;
  890. *)
  891. case "$ac_dir" in
  892. .) ac_abs_builddir=`pwd`;;
  893. [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
  894. *) ac_abs_builddir=`pwd`/"$ac_dir";;
  895. esac;;
  896. esac
  897. case $ac_abs_builddir in
  898. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  899. *)
  900. case ${ac_top_builddir}. in
  901. .) ac_abs_top_builddir=$ac_abs_builddir;;
  902. [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  903. *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  904. esac;;
  905. esac
  906. case $ac_abs_builddir in
  907. .) ac_abs_srcdir=$ac_srcdir;;
  908. *)
  909. case $ac_srcdir in
  910. .) ac_abs_srcdir=$ac_abs_builddir;;
  911. [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
  912. *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  913. esac;;
  914. esac
  915. case $ac_abs_builddir in
  916. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  917. *)
  918. case $ac_top_srcdir in
  919. .) ac_abs_top_srcdir=$ac_abs_builddir;;
  920. [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  921. *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  922. esac;;
  923. esac
  924. cd $ac_dir
  925. # Check for guested configure; otherwise get Cygnus style configure.
  926. if test -f $ac_srcdir/configure.gnu; then
  927. echo
  928. $SHELL $ac_srcdir/configure.gnu --help=recursive
  929. elif test -f $ac_srcdir/configure; then
  930. echo
  931. $SHELL $ac_srcdir/configure --help=recursive
  932. elif test -f $ac_srcdir/configure.ac ||
  933. test -f $ac_srcdir/configure.in; then
  934. echo
  935. $ac_configure --help
  936. else
  937. echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  938. fi
  939. cd $ac_popdir
  940. done
  941. fi
  942. test -n "$ac_init_help" && exit 0
  943. if $ac_init_version; then
  944. cat <<\_ACEOF
  945. GNU Classpath configure 0.92
  946. generated by GNU Autoconf 2.59
  947. Copyright (C) 2003 Free Software Foundation, Inc.
  948. This configure script is free software; the Free Software Foundation
  949. gives unlimited permission to copy, distribute and modify it.
  950. _ACEOF
  951. exit 0
  952. fi
  953. exec 5>config.log
  954. cat >&5 <<_ACEOF
  955. This file contains any messages produced by compilers while
  956. running configure, to aid debugging if configure makes a mistake.
  957. It was created by GNU Classpath $as_me 0.92, which was
  958. generated by GNU Autoconf 2.59. Invocation command line was
  959. $ $0 $@
  960. _ACEOF
  961. {
  962. cat <<_ASUNAME
  963. ## --------- ##
  964. ## Platform. ##
  965. ## --------- ##
  966. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  967. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  968. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  969. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  970. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  971. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  972. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  973. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  974. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  975. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  976. hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
  977. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  978. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  979. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  980. _ASUNAME
  981. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  982. for as_dir in $PATH
  983. do
  984. IFS=$as_save_IFS
  985. test -z "$as_dir" && as_dir=.
  986. echo "PATH: $as_dir"
  987. done
  988. } >&5
  989. cat >&5 <<_ACEOF
  990. ## ----------- ##
  991. ## Core tests. ##
  992. ## ----------- ##
  993. _ACEOF
  994. # Keep a trace of the command line.
  995. # Strip out --no-create and --no-recursion so they do not pile up.
  996. # Strip out --silent because we don't want to record it for future runs.
  997. # Also quote any args containing shell meta-characters.
  998. # Make two passes to allow for proper duplicate-argument suppression.
  999. ac_configure_args=
  1000. ac_configure_args0=
  1001. ac_configure_args1=
  1002. ac_sep=
  1003. ac_must_keep_next=false
  1004. for ac_pass in 1 2
  1005. do
  1006. for ac_arg
  1007. do
  1008. case $ac_arg in
  1009. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1010. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1011. | -silent | --silent | --silen | --sile | --sil)
  1012. continue ;;
  1013. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1014. ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1015. esac
  1016. case $ac_pass in
  1017. 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1018. 2)
  1019. ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1020. if test $ac_must_keep_next = true; then
  1021. ac_must_keep_next=false # Got value, back to normal.
  1022. else
  1023. case $ac_arg in
  1024. *=* | --config-cache | -C | -disable-* | --disable-* \
  1025. | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1026. | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1027. | -with-* | --with-* | -without-* | --without-* | --x)
  1028. case "$ac_configure_args0 " in
  1029. "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1030. esac
  1031. ;;
  1032. -* ) ac_must_keep_next=true ;;
  1033. esac
  1034. fi
  1035. ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1036. # Get rid of the leading space.
  1037. ac_sep=" "
  1038. ;;
  1039. esac
  1040. done
  1041. done
  1042. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1043. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1044. # When interrupted or exit'd, cleanup temporary files, and complete
  1045. # config.log. We remove comments because anyway the quotes in there
  1046. # would cause problems or look ugly.
  1047. # WARNING: Be sure not to use single quotes in there, as some shells,
  1048. # such as our DU 5.0 friend, will then `close' the trap.
  1049. trap 'exit_status=$?
  1050. # Save into config.log some information that might help in debugging.
  1051. {
  1052. echo
  1053. cat <<\_ASBOX
  1054. ## ---------------- ##
  1055. ## Cache variables. ##
  1056. ## ---------------- ##
  1057. _ASBOX
  1058. echo
  1059. # The following way of writing the cache mishandles newlines in values,
  1060. {
  1061. (set) 2>&1 |
  1062. case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1063. *ac_space=\ *)
  1064. sed -n \
  1065. "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  1066. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  1067. ;;
  1068. *)
  1069. sed -n \
  1070. "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1071. ;;
  1072. esac;
  1073. }
  1074. echo
  1075. cat <<\_ASBOX
  1076. ## ----------------- ##
  1077. ## Output variables. ##
  1078. ## ----------------- ##
  1079. _ASBOX
  1080. echo
  1081. for ac_var in $ac_subst_vars
  1082. do
  1083. eval ac_val=$`echo $ac_var`
  1084. echo "$ac_var='"'"'$ac_val'"'"'"
  1085. done | sort
  1086. echo
  1087. if test -n "$ac_subst_files"; then
  1088. cat <<\_ASBOX
  1089. ## ------------- ##
  1090. ## Output files. ##
  1091. ## ------------- ##
  1092. _ASBOX
  1093. echo
  1094. for ac_var in $ac_subst_files
  1095. do
  1096. eval ac_val=$`echo $ac_var`
  1097. echo "$ac_var='"'"'$ac_val'"'"'"
  1098. done | sort
  1099. echo
  1100. fi
  1101. if test -s confdefs.h; then
  1102. cat <<\_ASBOX
  1103. ## ----------- ##
  1104. ## confdefs.h. ##
  1105. ## ----------- ##
  1106. _ASBOX
  1107. echo
  1108. sed "/^$/d" confdefs.h | sort
  1109. echo
  1110. fi
  1111. test "$ac_signal" != 0 &&
  1112. echo "$as_me: caught signal $ac_signal"
  1113. echo "$as_me: exit $exit_status"
  1114. } >&5
  1115. rm -f core *.core &&
  1116. rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1117. exit $exit_status
  1118. ' 0
  1119. for ac_signal in 1 2 13 15; do
  1120. trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1121. done
  1122. ac_signal=0
  1123. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1124. rm -rf conftest* confdefs.h
  1125. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1126. echo >confdefs.h
  1127. # Predefined preprocessor variables.
  1128. cat >>confdefs.h <<_ACEOF
  1129. #define PACKAGE_NAME "$PACKAGE_NAME"
  1130. _ACEOF
  1131. cat >>confdefs.h <<_ACEOF
  1132. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1133. _ACEOF
  1134. cat >>confdefs.h <<_ACEOF
  1135. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1136. _ACEOF
  1137. cat >>confdefs.h <<_ACEOF
  1138. #define PACKAGE_STRING "$PACKAGE_STRING"
  1139. _ACEOF
  1140. cat >>confdefs.h <<_ACEOF
  1141. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1142. _ACEOF
  1143. # Let the site file select an alternate cache file if it wants to.
  1144. # Prefer explicitly selected file to automatically selected ones.
  1145. if test -z "$CONFIG_SITE"; then
  1146. if test "x$prefix" != xNONE; then
  1147. CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1148. else
  1149. CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1150. fi
  1151. fi
  1152. for ac_site_file in $CONFIG_SITE; do
  1153. if test -r "$ac_site_file"; then
  1154. { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1155. echo "$as_me: loading site script $ac_site_file" >&6;}
  1156. sed 's/^/| /' "$ac_site_file" >&5
  1157. . "$ac_site_file"
  1158. fi
  1159. done
  1160. if test -r "$cache_file"; then
  1161. # Some versions of bash will fail to source /dev/null (special
  1162. # files actually), so we avoid doing that.
  1163. if test -f "$cache_file"; then
  1164. { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1165. echo "$as_me: loading cache $cache_file" >&6;}
  1166. case $cache_file in
  1167. [\\/]* | ?:[\\/]* ) . $cache_file;;
  1168. *) . ./$cache_file;;
  1169. esac
  1170. fi
  1171. else
  1172. { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1173. echo "$as_me: creating cache $cache_file" >&6;}
  1174. >$cache_file
  1175. fi
  1176. # Check that the precious variables saved in the cache have kept the same
  1177. # value.
  1178. ac_cache_corrupted=false
  1179. for ac_var in `(set) 2>&1 |
  1180. sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1181. eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1182. eval ac_new_set=\$ac_env_${ac_var}_set
  1183. eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1184. eval ac_new_val="\$ac_env_${ac_var}_value"
  1185. case $ac_old_set,$ac_new_set in
  1186. set,)
  1187. { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1188. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1189. ac_cache_corrupted=: ;;
  1190. ,set)
  1191. { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1192. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1193. ac_cache_corrupted=: ;;
  1194. ,);;
  1195. *)
  1196. if test "x$ac_old_val" != "x$ac_new_val"; then
  1197. { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1198. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1199. { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
  1200. echo "$as_me: former value: $ac_old_val" >&2;}
  1201. { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
  1202. echo "$as_me: current value: $ac_new_val" >&2;}
  1203. ac_cache_corrupted=:
  1204. fi;;
  1205. esac
  1206. # Pass precious variables to config.status.
  1207. if test "$ac_new_set" = set; then
  1208. case $ac_new_val in
  1209. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1210. ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1211. *) ac_arg=$ac_var=$ac_new_val ;;
  1212. esac
  1213. case " $ac_configure_args " in
  1214. *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
  1215. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1216. esac
  1217. fi
  1218. done
  1219. if $ac_cache_corrupted; then
  1220. { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1221. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1222. { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1223. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1224. { (exit 1); exit 1; }; }
  1225. fi
  1226. ac_ext=c
  1227. ac_cpp='$CPP $CPPFLAGS'
  1228. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1229. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1230. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1231. ac_aux_dir=
  1232. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1233. if test -f $ac_dir/install-sh; then
  1234. ac_aux_dir=$ac_dir
  1235. ac_install_sh="$ac_aux_dir/install-sh -c"
  1236. break
  1237. elif test -f $ac_dir/install.sh; then
  1238. ac_aux_dir=$ac_dir
  1239. ac_install_sh="$ac_aux_dir/install.sh -c"
  1240. break
  1241. elif test -f $ac_dir/shtool; then
  1242. ac_aux_dir=$ac_dir
  1243. ac_install_sh="$ac_aux_dir/shtool install -c"
  1244. break
  1245. fi
  1246. done
  1247. if test -z "$ac_aux_dir"; then
  1248. { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1249. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1250. { (exit 1); exit 1; }; }
  1251. fi
  1252. ac_config_guess="$SHELL $ac…

Large files files are truncated, but you can click here to view the full file