PageRenderTime 72ms CodeModel.GetById 29ms RepoModel.GetById 1ms app.codeStats 2ms

/configure

https://github.com/tzhuan/scim-hangul-debian
Shell | 16621 lines | 13905 code | 1609 blank | 1107 comment | 1240 complexity | ae8e343968b4a043d11ae40ccb88cc60 MD5 | raw file
Possible License(s): GPL-2.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.65 for scim-hangul 0.4.0.
  4. #
  5. # Report bugs to <choe.hwanjing@gmail.com>.
  6. #
  7. #
  8. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  9. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  10. # Inc.
  11. #
  12. #
  13. # This configure script is free software; the Free Software Foundation
  14. # gives unlimited permission to copy, distribute and modify it.
  15. ## -------------------- ##
  16. ## M4sh Initialization. ##
  17. ## -------------------- ##
  18. # Be more Bourne compatible
  19. DUALCASE=1; export DUALCASE # for MKS sh
  20. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  21. emulate sh
  22. NULLCMD=:
  23. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  24. # is contrary to our usage. Disable this feature.
  25. alias -g '${1+"$@"}'='"$@"'
  26. setopt NO_GLOB_SUBST
  27. else
  28. case `(set -o) 2>/dev/null` in #(
  29. *posix*) :
  30. set -o posix ;; #(
  31. *) :
  32. ;;
  33. esac
  34. fi
  35. as_nl='
  36. '
  37. export as_nl
  38. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  39. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  40. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  41. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  42. # Prefer a ksh shell builtin over an external printf program on Solaris,
  43. # but without wasting forks for bash or zsh.
  44. if test -z "$BASH_VERSION$ZSH_VERSION" \
  45. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  46. as_echo='print -r --'
  47. as_echo_n='print -rn --'
  48. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  49. as_echo='printf %s\n'
  50. as_echo_n='printf %s'
  51. else
  52. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  53. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  54. as_echo_n='/usr/ucb/echo -n'
  55. else
  56. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  57. as_echo_n_body='eval
  58. arg=$1;
  59. case $arg in #(
  60. *"$as_nl"*)
  61. expr "X$arg" : "X\\(.*\\)$as_nl";
  62. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  63. esac;
  64. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  65. '
  66. export as_echo_n_body
  67. as_echo_n='sh -c $as_echo_n_body as_echo'
  68. fi
  69. export as_echo_body
  70. as_echo='sh -c $as_echo_body as_echo'
  71. fi
  72. # The user is always right.
  73. if test "${PATH_SEPARATOR+set}" != set; then
  74. PATH_SEPARATOR=:
  75. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  76. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  77. PATH_SEPARATOR=';'
  78. }
  79. fi
  80. # IFS
  81. # We need space, tab and new line, in precisely that order. Quoting is
  82. # there to prevent editors from complaining about space-tab.
  83. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  84. # splitting by setting IFS to empty value.)
  85. IFS=" "" $as_nl"
  86. # Find who we are. Look in the path if we contain no directory separator.
  87. case $0 in #((
  88. *[\\/]* ) as_myself=$0 ;;
  89. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  90. for as_dir in $PATH
  91. do
  92. IFS=$as_save_IFS
  93. test -z "$as_dir" && as_dir=.
  94. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  95. done
  96. IFS=$as_save_IFS
  97. ;;
  98. esac
  99. # We did not find ourselves, most probably we were run as `sh COMMAND'
  100. # in which case we are not to be found in the path.
  101. if test "x$as_myself" = x; then
  102. as_myself=$0
  103. fi
  104. if test ! -f "$as_myself"; then
  105. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  106. exit 1
  107. fi
  108. # Unset variables that we do not need and which cause bugs (e.g. in
  109. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  110. # suppresses any "Segmentation fault" message there. '((' could
  111. # trigger a bug in pdksh 5.2.14.
  112. for as_var in BASH_ENV ENV MAIL MAILPATH
  113. do eval test x\${$as_var+set} = xset \
  114. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  115. done
  116. PS1='$ '
  117. PS2='> '
  118. PS4='+ '
  119. # NLS nuisances.
  120. LC_ALL=C
  121. export LC_ALL
  122. LANGUAGE=C
  123. export LANGUAGE
  124. # CDPATH.
  125. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  126. if test "x$CONFIG_SHELL" = x; then
  127. as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
  128. emulate sh
  129. NULLCMD=:
  130. # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
  131. # is contrary to our usage. Disable this feature.
  132. alias -g '\${1+\"\$@\"}'='\"\$@\"'
  133. setopt NO_GLOB_SUBST
  134. else
  135. case \`(set -o) 2>/dev/null\` in #(
  136. *posix*) :
  137. set -o posix ;; #(
  138. *) :
  139. ;;
  140. esac
  141. fi
  142. "
  143. as_required="as_fn_return () { (exit \$1); }
  144. as_fn_success () { as_fn_return 0; }
  145. as_fn_failure () { as_fn_return 1; }
  146. as_fn_ret_success () { return 0; }
  147. as_fn_ret_failure () { return 1; }
  148. exitcode=0
  149. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  150. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  151. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  152. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  153. if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
  154. else
  155. exitcode=1; echo positional parameters were not saved.
  156. fi
  157. test x\$exitcode = x0 || exit 1"
  158. as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
  159. as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
  160. eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
  161. test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
  162. test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
  163. ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  164. ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
  165. ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
  166. PATH=/empty FPATH=/empty; export PATH FPATH
  167. test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
  168. || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
  169. test \$(( 1 + 1 )) = 2 || exit 1"
  170. if (eval "$as_required") 2>/dev/null; then :
  171. as_have_required=yes
  172. else
  173. as_have_required=no
  174. fi
  175. if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  176. else
  177. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  178. as_found=false
  179. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  180. do
  181. IFS=$as_save_IFS
  182. test -z "$as_dir" && as_dir=.
  183. as_found=:
  184. case $as_dir in #(
  185. /*)
  186. for as_base in sh bash ksh sh5; do
  187. # Try only shells that exist, to save several forks.
  188. as_shell=$as_dir/$as_base
  189. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  190. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  191. CONFIG_SHELL=$as_shell as_have_required=yes
  192. if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  193. break 2
  194. fi
  195. fi
  196. done;;
  197. esac
  198. as_found=false
  199. done
  200. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  201. { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  202. CONFIG_SHELL=$SHELL as_have_required=yes
  203. fi; }
  204. IFS=$as_save_IFS
  205. if test "x$CONFIG_SHELL" != x; then :
  206. # We cannot yet assume a decent shell, so we have to provide a
  207. # neutralization value for shells without unset; and this also
  208. # works around shells that cannot unset nonexistent variables.
  209. BASH_ENV=/dev/null
  210. ENV=/dev/null
  211. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  212. export CONFIG_SHELL
  213. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  214. fi
  215. if test x$as_have_required = xno; then :
  216. $as_echo "$0: This script requires a shell more modern than all"
  217. $as_echo "$0: the shells that I found on your system."
  218. if test x${ZSH_VERSION+set} = xset ; then
  219. $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  220. $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  221. else
  222. $as_echo "$0: Please tell bug-autoconf@gnu.org and
  223. $0: choe.hwanjing@gmail.com about your system, including
  224. $0: any error possibly output before this message. Then
  225. $0: install a modern shell, or manually run the script
  226. $0: under such a shell if you do have one."
  227. fi
  228. exit 1
  229. fi
  230. fi
  231. fi
  232. SHELL=${CONFIG_SHELL-/bin/sh}
  233. export SHELL
  234. # Unset more variables known to interfere with behavior of common tools.
  235. CLICOLOR_FORCE= GREP_OPTIONS=
  236. unset CLICOLOR_FORCE GREP_OPTIONS
  237. ## --------------------- ##
  238. ## M4sh Shell Functions. ##
  239. ## --------------------- ##
  240. # as_fn_unset VAR
  241. # ---------------
  242. # Portably unset VAR.
  243. as_fn_unset ()
  244. {
  245. { eval $1=; unset $1;}
  246. }
  247. as_unset=as_fn_unset
  248. # as_fn_set_status STATUS
  249. # -----------------------
  250. # Set $? to STATUS, without forking.
  251. as_fn_set_status ()
  252. {
  253. return $1
  254. } # as_fn_set_status
  255. # as_fn_exit STATUS
  256. # -----------------
  257. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  258. as_fn_exit ()
  259. {
  260. set +e
  261. as_fn_set_status $1
  262. exit $1
  263. } # as_fn_exit
  264. # as_fn_mkdir_p
  265. # -------------
  266. # Create "$as_dir" as a directory, including parents if necessary.
  267. as_fn_mkdir_p ()
  268. {
  269. case $as_dir in #(
  270. -*) as_dir=./$as_dir;;
  271. esac
  272. test -d "$as_dir" || eval $as_mkdir_p || {
  273. as_dirs=
  274. while :; do
  275. case $as_dir in #(
  276. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  277. *) as_qdir=$as_dir;;
  278. esac
  279. as_dirs="'$as_qdir' $as_dirs"
  280. as_dir=`$as_dirname -- "$as_dir" ||
  281. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  282. X"$as_dir" : 'X\(//\)[^/]' \| \
  283. X"$as_dir" : 'X\(//\)$' \| \
  284. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  285. $as_echo X"$as_dir" |
  286. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  287. s//\1/
  288. q
  289. }
  290. /^X\(\/\/\)[^/].*/{
  291. s//\1/
  292. q
  293. }
  294. /^X\(\/\/\)$/{
  295. s//\1/
  296. q
  297. }
  298. /^X\(\/\).*/{
  299. s//\1/
  300. q
  301. }
  302. s/.*/./; q'`
  303. test -d "$as_dir" && break
  304. done
  305. test -z "$as_dirs" || eval "mkdir $as_dirs"
  306. } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  307. } # as_fn_mkdir_p
  308. # as_fn_append VAR VALUE
  309. # ----------------------
  310. # Append the text in VALUE to the end of the definition contained in VAR. Take
  311. # advantage of any shell optimizations that allow amortized linear growth over
  312. # repeated appends, instead of the typical quadratic growth present in naive
  313. # implementations.
  314. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  315. eval 'as_fn_append ()
  316. {
  317. eval $1+=\$2
  318. }'
  319. else
  320. as_fn_append ()
  321. {
  322. eval $1=\$$1\$2
  323. }
  324. fi # as_fn_append
  325. # as_fn_arith ARG...
  326. # ------------------
  327. # Perform arithmetic evaluation on the ARGs, and store the result in the
  328. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  329. # must be portable across $(()) and expr.
  330. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  331. eval 'as_fn_arith ()
  332. {
  333. as_val=$(( $* ))
  334. }'
  335. else
  336. as_fn_arith ()
  337. {
  338. as_val=`expr "$@" || test $? -eq 1`
  339. }
  340. fi # as_fn_arith
  341. # as_fn_error ERROR [LINENO LOG_FD]
  342. # ---------------------------------
  343. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  344. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  345. # script with status $?, using 1 if that was 0.
  346. as_fn_error ()
  347. {
  348. as_status=$?; test $as_status -eq 0 && as_status=1
  349. if test "$3"; then
  350. as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  351. $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  352. fi
  353. $as_echo "$as_me: error: $1" >&2
  354. as_fn_exit $as_status
  355. } # as_fn_error
  356. if expr a : '\(a\)' >/dev/null 2>&1 &&
  357. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  358. as_expr=expr
  359. else
  360. as_expr=false
  361. fi
  362. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  363. as_basename=basename
  364. else
  365. as_basename=false
  366. fi
  367. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  368. as_dirname=dirname
  369. else
  370. as_dirname=false
  371. fi
  372. as_me=`$as_basename -- "$0" ||
  373. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  374. X"$0" : 'X\(//\)$' \| \
  375. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  376. $as_echo X/"$0" |
  377. sed '/^.*\/\([^/][^/]*\)\/*$/{
  378. s//\1/
  379. q
  380. }
  381. /^X\/\(\/\/\)$/{
  382. s//\1/
  383. q
  384. }
  385. /^X\/\(\/\).*/{
  386. s//\1/
  387. q
  388. }
  389. s/.*/./; q'`
  390. # Avoid depending upon Character Ranges.
  391. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  392. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  393. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  394. as_cr_digits='0123456789'
  395. as_cr_alnum=$as_cr_Letters$as_cr_digits
  396. as_lineno_1=$LINENO as_lineno_1a=$LINENO
  397. as_lineno_2=$LINENO as_lineno_2a=$LINENO
  398. eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  399. test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  400. # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
  401. sed -n '
  402. p
  403. /[$]LINENO/=
  404. ' <$as_myself |
  405. sed '
  406. s/[$]LINENO.*/&-/
  407. t lineno
  408. b
  409. :lineno
  410. N
  411. :loop
  412. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  413. t loop
  414. s/-\n.*//
  415. ' >$as_me.lineno &&
  416. chmod +x "$as_me.lineno" ||
  417. { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  418. # Don't try to exec as it changes $[0], causing all sort of problems
  419. # (the dirname of $[0] is not the place where we might find the
  420. # original and so on. Autoconf is especially sensitive to this).
  421. . "./$as_me.lineno"
  422. # Exit status is that of the last command.
  423. exit
  424. }
  425. ECHO_C= ECHO_N= ECHO_T=
  426. case `echo -n x` in #(((((
  427. -n*)
  428. case `echo 'xy\c'` in
  429. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  430. xy) ECHO_C='\c';;
  431. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  432. ECHO_T=' ';;
  433. esac;;
  434. *)
  435. ECHO_N='-n';;
  436. esac
  437. rm -f conf$$ conf$$.exe conf$$.file
  438. if test -d conf$$.dir; then
  439. rm -f conf$$.dir/conf$$.file
  440. else
  441. rm -f conf$$.dir
  442. mkdir conf$$.dir 2>/dev/null
  443. fi
  444. if (echo >conf$$.file) 2>/dev/null; then
  445. if ln -s conf$$.file conf$$ 2>/dev/null; then
  446. as_ln_s='ln -s'
  447. # ... but there are two gotchas:
  448. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  449. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  450. # In both cases, we have to default to `cp -p'.
  451. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  452. as_ln_s='cp -p'
  453. elif ln conf$$.file conf$$ 2>/dev/null; then
  454. as_ln_s=ln
  455. else
  456. as_ln_s='cp -p'
  457. fi
  458. else
  459. as_ln_s='cp -p'
  460. fi
  461. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  462. rmdir conf$$.dir 2>/dev/null
  463. if mkdir -p . 2>/dev/null; then
  464. as_mkdir_p='mkdir -p "$as_dir"'
  465. else
  466. test -d ./-p && rmdir ./-p
  467. as_mkdir_p=false
  468. fi
  469. if test -x / >/dev/null 2>&1; then
  470. as_test_x='test -x'
  471. else
  472. if ls -dL / >/dev/null 2>&1; then
  473. as_ls_L_option=L
  474. else
  475. as_ls_L_option=
  476. fi
  477. as_test_x='
  478. eval sh -c '\''
  479. if test -d "$1"; then
  480. test -d "$1/.";
  481. else
  482. case $1 in #(
  483. -*)set "./$1";;
  484. esac;
  485. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  486. ???[sx]*):;;*)false;;esac;fi
  487. '\'' sh
  488. '
  489. fi
  490. as_executable_p=$as_test_x
  491. # Sed expression to map a string onto a valid CPP name.
  492. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  493. # Sed expression to map a string onto a valid variable name.
  494. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  495. SHELL=${CONFIG_SHELL-/bin/sh}
  496. lt_ltdl_dir='libltdl'
  497. lt_dlopen_dir="$lt_ltdl_dir"
  498. test -n "$DJDIR" || exec 7<&0 </dev/null
  499. exec 6>&1
  500. # Name of the host.
  501. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  502. # so uname gets run too.
  503. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  504. #
  505. # Initializations.
  506. #
  507. ac_default_prefix=/usr/local
  508. ac_clean_files=
  509. ac_config_libobj_dir=.
  510. LIBOBJS=
  511. cross_compiling=no
  512. subdirs=
  513. MFLAGS=
  514. MAKEFLAGS=
  515. # Identity of this package.
  516. PACKAGE_NAME='scim-hangul'
  517. PACKAGE_TARNAME='scim-hangul'
  518. PACKAGE_VERSION='0.4.0'
  519. PACKAGE_STRING='scim-hangul 0.4.0'
  520. PACKAGE_BUGREPORT='choe.hwanjing@gmail.com'
  521. PACKAGE_URL=''
  522. ac_unique_file="src/scim_hangul_imengine.h"
  523. # Factoring default headers for most tests.
  524. ac_includes_default="\
  525. #include <stdio.h>
  526. #ifdef HAVE_SYS_TYPES_H
  527. # include <sys/types.h>
  528. #endif
  529. #ifdef HAVE_SYS_STAT_H
  530. # include <sys/stat.h>
  531. #endif
  532. #ifdef STDC_HEADERS
  533. # include <stdlib.h>
  534. # include <stddef.h>
  535. #else
  536. # ifdef HAVE_STDLIB_H
  537. # include <stdlib.h>
  538. # endif
  539. #endif
  540. #ifdef HAVE_STRING_H
  541. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  542. # include <memory.h>
  543. # endif
  544. # include <string.h>
  545. #endif
  546. #ifdef HAVE_STRINGS_H
  547. # include <strings.h>
  548. #endif
  549. #ifdef HAVE_INTTYPES_H
  550. # include <inttypes.h>
  551. #endif
  552. #ifdef HAVE_STDINT_H
  553. # include <stdint.h>
  554. #endif
  555. #ifdef HAVE_UNISTD_H
  556. # include <unistd.h>
  557. #endif"
  558. enable_option_checking=no
  559. gt_needs=
  560. ac_subst_vars='ltdl_LTLIBOBJS
  561. ltdl_LIBOBJS
  562. am__EXEEXT_FALSE
  563. am__EXEEXT_TRUE
  564. LTLIBOBJS
  565. LIBOBJS
  566. SCIM_HANGUL_ENABLE_SKIM_SUPPORT
  567. SCIM_HANGUL_ENABLE_SKIM_SUPPORT_FALSE
  568. SCIM_HANGUL_ENABLE_SKIM_SUPPORT_TRUE
  569. SCIM_KDEUTILS_LIBS
  570. SCIM_KDEUTILS_CFLAGS
  571. SKIM_LIBS
  572. SKIM_CFLAGS
  573. KDEDIR
  574. SCIM_HANGUL_DATADIR
  575. SCIM_DATADIR
  576. SCIM_MODULEDIR
  577. SCIM_ICONDIR
  578. SCIM_BUILD_SKIM_SETUP_FALSE
  579. SCIM_BUILD_SKIM_SETUP_TRUE
  580. LIBTOOL_EXPORT_OPTIONS
  581. ac_aux_dir
  582. SCIM_BUILD_SETUP
  583. SCIM_BUILD_SETUP_FALSE
  584. SCIM_BUILD_SETUP_TRUE
  585. SCIM_VERSION
  586. SCIM_GTKUTILS_LIBS
  587. SCIM_GTKUTILS_CFLAGS
  588. SCIM_LIBS
  589. SCIM_CFLAGS
  590. LIBHANGUL_LIBS
  591. LIBHANGUL_CFLAGS
  592. PKG_CONFIG_LIBDIR
  593. PKG_CONFIG_PATH
  594. PKG_CONFIG
  595. GETTEXT_PACKAGE
  596. POSUB
  597. LTLIBINTL
  598. LIBINTL
  599. INTLLIBS
  600. LTLIBICONV
  601. LIBICONV
  602. INTL_MACOSX_LIBS
  603. XGETTEXT_EXTRA_OPTIONS
  604. MSGMERGE
  605. XGETTEXT_015
  606. XGETTEXT
  607. GMSGFMT_015
  608. MSGFMT_015
  609. GMSGFMT
  610. MSGFMT
  611. GETTEXT_MACRO_VERSION
  612. USE_NLS
  613. CXXCPP
  614. am__fastdepCXX_FALSE
  615. am__fastdepCXX_TRUE
  616. CXXDEPMODE
  617. ac_ct_CXX
  618. CXXFLAGS
  619. CXX
  620. LIBTOOL_DEPS
  621. LTDLOPEN
  622. LT_CONFIG_H
  623. subdirs
  624. CONVENIENCE_LTDL_FALSE
  625. CONVENIENCE_LTDL_TRUE
  626. INSTALL_LTDL_FALSE
  627. INSTALL_LTDL_TRUE
  628. ARGZ_H
  629. sys_symbol_underscore
  630. LIBADD_DL
  631. LT_DLPREOPEN
  632. LIBADD_DLD_LINK
  633. LIBADD_SHL_LOAD
  634. LIBADD_DLOPEN
  635. LT_DLLOADERS
  636. INCLTDL
  637. LTDLINCL
  638. LTDLDEPS
  639. LIBLTDL
  640. CPP
  641. OTOOL64
  642. OTOOL
  643. LIPO
  644. NMEDIT
  645. DSYMUTIL
  646. MANIFEST_TOOL
  647. RANLIB
  648. ac_ct_AR
  649. AR
  650. DLLTOOL
  651. OBJDUMP
  652. LN_S
  653. NM
  654. ac_ct_DUMPBIN
  655. DUMPBIN
  656. LD
  657. FGREP
  658. EGREP
  659. GREP
  660. SED
  661. am__fastdepCC_FALSE
  662. am__fastdepCC_TRUE
  663. CCDEPMODE
  664. AMDEPBACKSLASH
  665. AMDEP_FALSE
  666. AMDEP_TRUE
  667. am__quote
  668. am__include
  669. DEPDIR
  670. OBJEXT
  671. EXEEXT
  672. ac_ct_CC
  673. CPPFLAGS
  674. LDFLAGS
  675. CFLAGS
  676. CC
  677. host_os
  678. host_vendor
  679. host_cpu
  680. host
  681. build_os
  682. build_vendor
  683. build_cpu
  684. build
  685. LIBTOOL
  686. AM_BACKSLASH
  687. AM_DEFAULT_VERBOSITY
  688. am__untar
  689. am__tar
  690. AMTAR
  691. am__leading_dot
  692. SET_MAKE
  693. AWK
  694. mkdir_p
  695. MKDIR_P
  696. INSTALL_STRIP_PROGRAM
  697. STRIP
  698. install_sh
  699. MAKEINFO
  700. AUTOHEADER
  701. AUTOMAKE
  702. AUTOCONF
  703. ACLOCAL
  704. VERSION
  705. PACKAGE
  706. CYGPATH_W
  707. am__isrc
  708. INSTALL_DATA
  709. INSTALL_SCRIPT
  710. INSTALL_PROGRAM
  711. SCIM_HANGUL_VERSION
  712. SCIM_HANGUL_MICRO_VERSION
  713. SCIM_HANGUL_MINOR_VERSION
  714. SCIM_HANGUL_MAJOR_VERSION
  715. target_alias
  716. host_alias
  717. build_alias
  718. LIBS
  719. ECHO_T
  720. ECHO_N
  721. ECHO_C
  722. DEFS
  723. mandir
  724. localedir
  725. libdir
  726. psdir
  727. pdfdir
  728. dvidir
  729. htmldir
  730. infodir
  731. docdir
  732. oldincludedir
  733. includedir
  734. localstatedir
  735. sharedstatedir
  736. sysconfdir
  737. datadir
  738. datarootdir
  739. libexecdir
  740. sbindir
  741. bindir
  742. program_transform_name
  743. prefix
  744. exec_prefix
  745. PACKAGE_URL
  746. PACKAGE_BUGREPORT
  747. PACKAGE_STRING
  748. PACKAGE_VERSION
  749. PACKAGE_TARNAME
  750. PACKAGE_NAME
  751. PATH_SEPARATOR
  752. SHELL'
  753. ac_subst_files=''
  754. ac_user_opts='
  755. enable_option_checking
  756. enable_silent_rules
  757. enable_static
  758. enable_shared
  759. with_pic
  760. enable_fast_install
  761. enable_dependency_tracking
  762. with_gnu_ld
  763. with_sysroot
  764. enable_libtool_lock
  765. with_included_ltdl
  766. with_ltdl_include
  767. with_ltdl_lib
  768. enable_ltdl_install
  769. enable_nls
  770. enable_rpath
  771. with_libiconv_prefix
  772. with_libintl_prefix
  773. enable_debug
  774. '
  775. ac_precious_vars='build_alias
  776. host_alias
  777. target_alias
  778. CC
  779. CFLAGS
  780. LDFLAGS
  781. LIBS
  782. CPPFLAGS
  783. CPP
  784. CXX
  785. CXXFLAGS
  786. CCC
  787. CXXCPP
  788. PKG_CONFIG
  789. PKG_CONFIG_PATH
  790. PKG_CONFIG_LIBDIR
  791. LIBHANGUL_CFLAGS
  792. LIBHANGUL_LIBS
  793. SCIM_CFLAGS
  794. SCIM_LIBS
  795. SCIM_GTKUTILS_CFLAGS
  796. SCIM_GTKUTILS_LIBS
  797. SKIM_CFLAGS
  798. SKIM_LIBS
  799. SCIM_KDEUTILS_CFLAGS
  800. SCIM_KDEUTILS_LIBS'
  801. ac_subdirs_all='libltdl
  802. skim'
  803. # Initialize some variables set by options.
  804. ac_init_help=
  805. ac_init_version=false
  806. ac_unrecognized_opts=
  807. ac_unrecognized_sep=
  808. # The variables have the same names as the options, with
  809. # dashes changed to underlines.
  810. cache_file=/dev/null
  811. exec_prefix=NONE
  812. no_create=
  813. no_recursion=
  814. prefix=NONE
  815. program_prefix=NONE
  816. program_suffix=NONE
  817. program_transform_name=s,x,x,
  818. silent=
  819. site=
  820. srcdir=
  821. verbose=
  822. x_includes=NONE
  823. x_libraries=NONE
  824. # Installation directory options.
  825. # These are left unexpanded so users can "make install exec_prefix=/foo"
  826. # and all the variables that are supposed to be based on exec_prefix
  827. # by default will actually change.
  828. # Use braces instead of parens because sh, perl, etc. also accept them.
  829. # (The list follows the same order as the GNU Coding Standards.)
  830. bindir='${exec_prefix}/bin'
  831. sbindir='${exec_prefix}/sbin'
  832. libexecdir='${exec_prefix}/libexec'
  833. datarootdir='${prefix}/share'
  834. datadir='${datarootdir}'
  835. sysconfdir='${prefix}/etc'
  836. sharedstatedir='${prefix}/com'
  837. localstatedir='${prefix}/var'
  838. includedir='${prefix}/include'
  839. oldincludedir='/usr/include'
  840. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  841. infodir='${datarootdir}/info'
  842. htmldir='${docdir}'
  843. dvidir='${docdir}'
  844. pdfdir='${docdir}'
  845. psdir='${docdir}'
  846. libdir='${exec_prefix}/lib'
  847. localedir='${datarootdir}/locale'
  848. mandir='${datarootdir}/man'
  849. ac_prev=
  850. ac_dashdash=
  851. for ac_option
  852. do
  853. # If the previous option needs an argument, assign it.
  854. if test -n "$ac_prev"; then
  855. eval $ac_prev=\$ac_option
  856. ac_prev=
  857. continue
  858. fi
  859. case $ac_option in
  860. *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  861. *) ac_optarg=yes ;;
  862. esac
  863. # Accept the important Cygnus configure options, so we can diagnose typos.
  864. case $ac_dashdash$ac_option in
  865. --)
  866. ac_dashdash=yes ;;
  867. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  868. ac_prev=bindir ;;
  869. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  870. bindir=$ac_optarg ;;
  871. -build | --build | --buil | --bui | --bu)
  872. ac_prev=build_alias ;;
  873. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  874. build_alias=$ac_optarg ;;
  875. -cache-file | --cache-file | --cache-fil | --cache-fi \
  876. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  877. ac_prev=cache_file ;;
  878. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  879. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  880. cache_file=$ac_optarg ;;
  881. --config-cache | -C)
  882. cache_file=config.cache ;;
  883. -datadir | --datadir | --datadi | --datad)
  884. ac_prev=datadir ;;
  885. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  886. datadir=$ac_optarg ;;
  887. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  888. | --dataroo | --dataro | --datar)
  889. ac_prev=datarootdir ;;
  890. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  891. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  892. datarootdir=$ac_optarg ;;
  893. -disable-* | --disable-*)
  894. ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  895. # Reject names that are not valid shell variable names.
  896. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  897. as_fn_error "invalid feature name: $ac_useropt"
  898. ac_useropt_orig=$ac_useropt
  899. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  900. case $ac_user_opts in
  901. *"
  902. "enable_$ac_useropt"
  903. "*) ;;
  904. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  905. ac_unrecognized_sep=', ';;
  906. esac
  907. eval enable_$ac_useropt=no ;;
  908. -docdir | --docdir | --docdi | --doc | --do)
  909. ac_prev=docdir ;;
  910. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  911. docdir=$ac_optarg ;;
  912. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  913. ac_prev=dvidir ;;
  914. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  915. dvidir=$ac_optarg ;;
  916. -enable-* | --enable-*)
  917. ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  918. # Reject names that are not valid shell variable names.
  919. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  920. as_fn_error "invalid feature name: $ac_useropt"
  921. ac_useropt_orig=$ac_useropt
  922. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  923. case $ac_user_opts in
  924. *"
  925. "enable_$ac_useropt"
  926. "*) ;;
  927. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  928. ac_unrecognized_sep=', ';;
  929. esac
  930. eval enable_$ac_useropt=\$ac_optarg ;;
  931. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  932. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  933. | --exec | --exe | --ex)
  934. ac_prev=exec_prefix ;;
  935. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  936. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  937. | --exec=* | --exe=* | --ex=*)
  938. exec_prefix=$ac_optarg ;;
  939. -gas | --gas | --ga | --g)
  940. # Obsolete; use --with-gas.
  941. with_gas=yes ;;
  942. -help | --help | --hel | --he | -h)
  943. ac_init_help=long ;;
  944. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  945. ac_init_help=recursive ;;
  946. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  947. ac_init_help=short ;;
  948. -host | --host | --hos | --ho)
  949. ac_prev=host_alias ;;
  950. -host=* | --host=* | --hos=* | --ho=*)
  951. host_alias=$ac_optarg ;;
  952. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  953. ac_prev=htmldir ;;
  954. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  955. | --ht=*)
  956. htmldir=$ac_optarg ;;
  957. -includedir | --includedir | --includedi | --included | --include \
  958. | --includ | --inclu | --incl | --inc)
  959. ac_prev=includedir ;;
  960. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  961. | --includ=* | --inclu=* | --incl=* | --inc=*)
  962. includedir=$ac_optarg ;;
  963. -infodir | --infodir | --infodi | --infod | --info | --inf)
  964. ac_prev=infodir ;;
  965. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  966. infodir=$ac_optarg ;;
  967. -libdir | --libdir | --libdi | --libd)
  968. ac_prev=libdir ;;
  969. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  970. libdir=$ac_optarg ;;
  971. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  972. | --libexe | --libex | --libe)
  973. ac_prev=libexecdir ;;
  974. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  975. | --libexe=* | --libex=* | --libe=*)
  976. libexecdir=$ac_optarg ;;
  977. -localedir | --localedir | --localedi | --localed | --locale)
  978. ac_prev=localedir ;;
  979. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  980. localedir=$ac_optarg ;;
  981. -localstatedir | --localstatedir | --localstatedi | --localstated \
  982. | --localstate | --localstat | --localsta | --localst | --locals)
  983. ac_prev=localstatedir ;;
  984. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  985. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  986. localstatedir=$ac_optarg ;;
  987. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  988. ac_prev=mandir ;;
  989. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  990. mandir=$ac_optarg ;;
  991. -nfp | --nfp | --nf)
  992. # Obsolete; use --without-fp.
  993. with_fp=no ;;
  994. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  995. | --no-cr | --no-c | -n)
  996. no_create=yes ;;
  997. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  998. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  999. no_recursion=yes ;;
  1000. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1001. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1002. | --oldin | --oldi | --old | --ol | --o)
  1003. ac_prev=oldincludedir ;;
  1004. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1005. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1006. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1007. oldincludedir=$ac_optarg ;;
  1008. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1009. ac_prev=prefix ;;
  1010. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1011. prefix=$ac_optarg ;;
  1012. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1013. | --program-pre | --program-pr | --program-p)
  1014. ac_prev=program_prefix ;;
  1015. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1016. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1017. program_prefix=$ac_optarg ;;
  1018. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1019. | --program-suf | --program-su | --program-s)
  1020. ac_prev=program_suffix ;;
  1021. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1022. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1023. program_suffix=$ac_optarg ;;
  1024. -program-transform-name | --program-transform-name \
  1025. | --program-transform-nam | --program-transform-na \
  1026. | --program-transform-n | --program-transform- \
  1027. | --program-transform | --program-transfor \
  1028. | --program-transfo | --program-transf \
  1029. | --program-trans | --program-tran \
  1030. | --progr-tra | --program-tr | --program-t)
  1031. ac_prev=program_transform_name ;;
  1032. -program-transform-name=* | --program-transform-name=* \
  1033. | --program-transform-nam=* | --program-transform-na=* \
  1034. | --program-transform-n=* | --program-transform-=* \
  1035. | --program-transform=* | --program-transfor=* \
  1036. | --program-transfo=* | --program-transf=* \
  1037. | --program-trans=* | --program-tran=* \
  1038. | --progr-tra=* | --program-tr=* | --program-t=*)
  1039. program_transform_name=$ac_optarg ;;
  1040. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1041. ac_prev=pdfdir ;;
  1042. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1043. pdfdir=$ac_optarg ;;
  1044. -psdir | --psdir | --psdi | --psd | --ps)
  1045. ac_prev=psdir ;;
  1046. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1047. psdir=$ac_optarg ;;
  1048. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1049. | -silent | --silent | --silen | --sile | --sil)
  1050. silent=yes ;;
  1051. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1052. ac_prev=sbindir ;;
  1053. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1054. | --sbi=* | --sb=*)
  1055. sbindir=$ac_optarg ;;
  1056. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1057. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1058. | --sharedst | --shareds | --shared | --share | --shar \
  1059. | --sha | --sh)
  1060. ac_prev=sharedstatedir ;;
  1061. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1062. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1063. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1064. | --sha=* | --sh=*)
  1065. sharedstatedir=$ac_optarg ;;
  1066. -site | --site | --sit)
  1067. ac_prev=site ;;
  1068. -site=* | --site=* | --sit=*)
  1069. site=$ac_optarg ;;
  1070. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1071. ac_prev=srcdir ;;
  1072. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1073. srcdir=$ac_optarg ;;
  1074. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1075. | --syscon | --sysco | --sysc | --sys | --sy)
  1076. ac_prev=sysconfdir ;;
  1077. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1078. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1079. sysconfdir=$ac_optarg ;;
  1080. -target | --target | --targe | --targ | --tar | --ta | --t)
  1081. ac_prev=target_alias ;;
  1082. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1083. target_alias=$ac_optarg ;;
  1084. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1085. verbose=yes ;;
  1086. -version | --version | --versio | --versi | --vers | -V)
  1087. ac_init_version=: ;;
  1088. -with-* | --with-*)
  1089. ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1090. # Reject names that are not valid shell variable names.
  1091. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1092. as_fn_error "invalid package name: $ac_useropt"
  1093. ac_useropt_orig=$ac_useropt
  1094. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1095. case $ac_user_opts in
  1096. *"
  1097. "with_$ac_useropt"
  1098. "*) ;;
  1099. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1100. ac_unrecognized_sep=', ';;
  1101. esac
  1102. eval with_$ac_useropt=\$ac_optarg ;;
  1103. -without-* | --without-*)
  1104. ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1105. # Reject names that are not valid shell variable names.
  1106. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1107. as_fn_error "invalid package name: $ac_useropt"
  1108. ac_useropt_orig=$ac_useropt
  1109. ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1110. case $ac_user_opts in
  1111. *"
  1112. "with_$ac_useropt"
  1113. "*) ;;
  1114. *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1115. ac_unrecognized_sep=', ';;
  1116. esac
  1117. eval with_$ac_useropt=no ;;
  1118. --x)
  1119. # Obsolete; use --with-x.
  1120. with_x=yes ;;
  1121. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1122. | --x-incl | --x-inc | --x-in | --x-i)
  1123. ac_prev=x_includes ;;
  1124. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1125. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1126. x_includes=$ac_optarg ;;
  1127. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1128. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1129. ac_prev=x_libraries ;;
  1130. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1131. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1132. x_libraries=$ac_optarg ;;
  1133. -*) as_fn_error "unrecognized option: \`$ac_option'
  1134. Try \`$0 --help' for more information."
  1135. ;;
  1136. *=*)
  1137. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1138. # Reject names that are not valid shell variable names.
  1139. case $ac_envvar in #(
  1140. '' | [0-9]* | *[!_$as_cr_alnum]* )
  1141. as_fn_error "invalid variable name: \`$ac_envvar'" ;;
  1142. esac
  1143. eval $ac_envvar=\$ac_optarg
  1144. export $ac_envvar ;;
  1145. *)
  1146. # FIXME: should be removed in autoconf 3.0.
  1147. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1148. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1149. $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1150. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1151. ;;
  1152. esac
  1153. done
  1154. if test -n "$ac_prev"; then
  1155. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1156. as_fn_error "missing argument to $ac_option"
  1157. fi
  1158. if test -n "$ac_unrecognized_opts"; then
  1159. case $enable_option_checking in
  1160. no) ;;
  1161. fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  1162. *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1163. esac
  1164. fi
  1165. # Check all directory arguments for consistency.
  1166. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1167. datadir sysconfdir sharedstatedir localstatedir includedir \
  1168. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1169. libdir localedir mandir
  1170. do
  1171. eval ac_val=\$$ac_var
  1172. # Remove trailing slashes.
  1173. case $ac_val in
  1174. */ )
  1175. ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1176. eval $ac_var=\$ac_val;;
  1177. esac
  1178. # Be sure to have absolute directory names.
  1179. case $ac_val in
  1180. [\\/$]* | ?:[\\/]* ) continue;;
  1181. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1182. esac
  1183. as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  1184. done
  1185. # There might be people who depend on the old broken behavior: `$host'
  1186. # used to hold the argument of --host etc.
  1187. # FIXME: To remove some day.
  1188. build=$build_alias
  1189. host=$host_alias
  1190. target=$target_alias
  1191. # FIXME: To remove some day.
  1192. if test "x$host_alias" != x; then
  1193. if test "x$build_alias" = x; then
  1194. cross_compiling=maybe
  1195. $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1196. If a cross compiler is detected then cross compile mode will be used." >&2
  1197. elif test "x$build_alias" != "x$host_alias"; then
  1198. cross_compiling=yes
  1199. fi
  1200. fi
  1201. ac_tool_prefix=
  1202. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1203. test "$silent" = yes && exec 6>/dev/null
  1204. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1205. ac_ls_di=`ls -di .` &&
  1206. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1207. as_fn_error "working directory cannot be determined"
  1208. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1209. as_fn_error "pwd does not report name of working directory"
  1210. # Find the source files, if location was not specified.
  1211. if test -z "$srcdir"; then
  1212. ac_srcdir_defaulted=yes
  1213. # Try the directory containing this script, then the parent directory.
  1214. ac_confdir=`$as_dirname -- "$as_myself" ||
  1215. $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1216. X"$as_myself" : 'X\(//\)[^/]' \| \
  1217. X"$as_myself" : 'X\(//\)$' \| \
  1218. X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1219. $as_echo X"$as_myself" |
  1220. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1221. s//\1/
  1222. q
  1223. }
  1224. /^X\(\/\/\)[^/].*/{
  1225. s//\1/
  1226. q
  1227. }
  1228. /^X\(\/\/\)$/{
  1229. s//\1/
  1230. q
  1231. }
  1232. /^X\(\/\).*/{
  1233. s//\1/
  1234. q
  1235. }
  1236. s/.*/./; q'`
  1237. srcdir=$ac_confdir
  1238. if test ! -r "$srcdir/$ac_unique_file"; then
  1239. srcdir=..
  1240. fi
  1241. else
  1242. ac_srcdir_defaulted=no
  1243. fi
  1244. if test ! -r "$srcdir/$ac_unique_file"; then
  1245. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1246. as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  1247. fi
  1248. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1249. ac_abs_confdir=`(
  1250. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  1251. pwd)`
  1252. # When building in place, set srcdir=.
  1253. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1254. srcdir=.
  1255. fi
  1256. # Remove unnecessary trailing slashes from srcdir.
  1257. # Double slashes in file names in object file debugging info
  1258. # mess up M-x gdb in Emacs.
  1259. case $srcdir in
  1260. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1261. esac
  1262. for ac_var in $ac_precious_vars; do
  1263. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1264. eval ac_env_${ac_var}_value=\$${ac_var}
  1265. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1266. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1267. done
  1268. #
  1269. # Report the --help message.
  1270. #
  1271. if test "$ac_init_help" = "long"; then
  1272. # Omit some internal or obsolete options to make the list less imposing.
  1273. # This message is too long to be a string in the A/UX 3.1 sh.
  1274. cat <<_ACEOF
  1275. \`configure' configures scim-hangul 0.4.0 to adapt to many kinds of systems.
  1276. Usage: $0 [OPTION]... [VAR=VALUE]...
  1277. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1278. VAR=VALUE. See below for descriptions of some of the useful variables.
  1279. Defaults for the options are specified in brackets.
  1280. Configuration:
  1281. -h, --help display this help and exit
  1282. --help=short display options specific to this package
  1283. --help=recursive display the short help of all the included packages
  1284. -V, --version display version information and exit
  1285. -q, --quiet, --silent do not print \`checking...' messages
  1286. --cache-file=FILE cache test results in FILE [disabled]
  1287. -C, --config-cache alias for \`--cache-file=config.cache'
  1288. -n, --no-create do not create output files
  1289. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1290. Installation directories:
  1291. --prefix=PREFIX install architecture-independent files in PREFIX
  1292. [$ac_default_prefix]
  1293. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1294. [PREFIX]
  1295. By default, \`make install' will install all the files in
  1296. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1297. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1298. for instance \`--prefix=\$HOME'.
  1299. For better control, use the options below.
  1300. Fine tuning of the installation directories:
  1301. --bindir=DIR user executables [EPREFIX/bin]
  1302. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1303. --libexecdir=DIR program executables [EPREFIX/libexec]
  1304. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1305. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1306. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1307. --libdir=DIR object code libraries [EPREFIX/lib]
  1308. --includedir=DIR C header files [PREFIX/include]
  1309. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1310. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1311. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1312. --infodir=DIR info documentation [DATAROOTDIR/info]
  1313. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1314. --mandir=DIR man documentation [DATAROOTDIR/man]
  1315. --docdir=DIR documentation root [DATAROOTDIR/doc/scim-hangul]
  1316. --htmldir=DIR html documentation [DOCDIR]
  1317. --dvidir=DIR dvi documentation [DOCDIR]
  1318. --pdfdir=DIR pdf documentation [DOCDIR]
  1319. --psdir=DIR ps documentation [DOCDIR]
  1320. _ACEOF
  1321. cat <<\_ACEOF
  1322. Program names:
  1323. --program-prefix=PREFIX prepend PREFIX to installed program names
  1324. --program-suffix=SUFFIX append SUFFIX to installed program names
  1325. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  1326. System types:
  1327. --build=BUILD configure for building on BUILD [guessed]
  1328. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  1329. _ACEOF
  1330. fi
  1331. if test -n "$ac_init_help"; then
  1332. case $ac_init_help in
  1333. short | recursive ) echo "Configuration of scim-hangul 0.4.0:";;
  1334. esac
  1335. cat <<\_ACEOF
  1336. Optional Features:
  1337. --disable-option-checking ignore unrecognized --enable/--with options
  1338. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  1339. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  1340. --enable-silent-rules less verbose build output (undo: `make V=1')
  1341. --disable-silent-rules verbose build output (undo: `make V=0')
  1342. --enable-static[=PKGS] build static libraries [default=no]
  1343. --enable-shared[=PKGS] build shared libraries [default=yes]
  1344. --enable-fast-install[=PKGS]
  1345. optimize for fast installation [default=yes]
  1346. --disable-dependency-tracking speeds up one-time build
  1347. --enable-dependency-tracking do not reject slow dependency extractors
  1348. --disable-libtool-lock avoid locking (might break parallel builds)
  1349. --enable-ltdl-install install libltdl
  1350. --disable-nls do not use Native Language Support
  1351. --disable-rpath do not hardcode runtime library paths
  1352. --enable-debug Turn on debugging
  1353. Optional Packages:
  1354. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  1355. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  1356. --with-pic try to use only PIC/non-PIC objects [default=use
  1357. both]
  1358. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  1359. --with-sysroot=DIR Search for dependent libraries within DIR
  1360. (or the compiler's sysroot if not specified).
  1361. --with-included-ltdl use the GNU ltdl sources included here
  1362. --with-ltdl-include=DIR use the ltdl headers installed in DIR
  1363. --with-ltdl-lib=DIR use the libltdl.la installed in DIR
  1364. --with-gnu-ld assume the C compiler uses GNU ld default=no
  1365. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  1366. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  1367. --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
  1368. --without-libintl-prefix don't search for libintl in includedir and libdir
  1369. Some influential environment variables:
  1370. CC C compiler command
  1371. CFLAGS C compiler flags
  1372. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1373. nonstandard directory <lib dir>
  1374. LIBS libraries to pass to the linker, e.g. -l<library>
  1375. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  1376. you have headers in a nonstandard directory <include dir>
  1377. CPP C preprocessor
  1378. CXX C++ compiler command
  1379. CXXFLAGS C++ compiler flags
  1380. CXXCPP C++ preprocessor
  1381. PKG_CONFIG path to pkg-config utility
  1382. PKG_CONFIG_PATH
  1383. directories to add to pkg-config's search path
  1384. PKG_CONFIG_LIBDIR
  1385. path overriding pkg-config's built-in search path
  1386. LIBHANGUL_CFLAGS
  1387. C compiler flags for LIBHANGUL, overriding pkg-config
  1388. LIBHANGUL_LIBS
  1389. linker flags for LIBHANGUL, overriding pkg-config
  1390. SCIM_CFLAGS C compiler flags for SCIM, overriding pkg-config
  1391. SCIM_LIBS linker flags for SCIM, overriding pkg-config
  1392. SCIM_GTKUTILS_CFLAGS
  1393. C compiler flags for SCIM_GTKUTILS, overriding pkg-config
  1394. SCIM_GTKUTILS_LIBS
  1395. linker flags for SCIM_GTKUTILS, overriding pkg-config
  1396. SKIM_CFLAGS C compiler flags for SKIM, overriding pkg-config
  1397. SKIM_LIBS linker flags for SKIM, overriding pkg-config
  1398. SCIM_KDEUTILS_CFLAGS
  1399. C compiler flags for SCIM_KDEUTILS, overriding pkg-config
  1400. SCIM_KDEUTILS_LIBS
  1401. linker flags for SCIM_KDEUTILS, overriding pkg-config
  1402. Use these variables to override the choices made by `configure' or to help
  1403. it to find libraries and programs with nonstandard names/locations.
  1404. Report bugs to <choe.hwanjing@gmail.com>.
  1405. _ACEOF
  1406. ac_status=$?
  1407. fi
  1408. if test "$ac_init_help" = "recursive"; then
  1409. # If there are subdirs, report their specific --help.
  1410. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1411. test -d "$ac_dir" ||
  1412. { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1413. continue
  1414. ac_builddir=.
  1415. case "$ac_dir" in
  1416. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1417. *)
  1418. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1419. # A ".." for each directory in $ac_dir_suffix.
  1420. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1421. case $ac_top_builddir_sub in
  1422. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1423. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1424. esac ;;
  1425. esac
  1426. ac_abs_top_builddir=$ac_pwd
  1427. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1428. # for backward compatibility:
  1429. ac_top_builddir=$ac_top_build_prefix
  1430. case $srcdir in
  1431. .) # We are building in place.
  1432. ac_srcdir=.
  1433. ac_top_srcdir=$ac_top_builddir_sub
  1434. ac_abs_top_srcdir=$ac_pwd ;;
  1435. [\\/]* | ?:[\\/]* ) # Absolute name.
  1436. ac_srcdir=$srcdir$ac_dir_suffix;
  1437. ac_top_srcdir=$srcdir
  1438. ac_abs_top_srcdir=$srcdir ;;
  1439. *) # Relative name.
  1440. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1441. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1442. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1443. esac
  1444. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1445. cd "$ac_dir" || { ac_status=$?; continue; }
  1446. # Check for guested configure.
  1447. if test -f "$ac_srcdir/configure.gnu"; then
  1448. echo &&
  1449. $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1450. elif test -f "$ac_srcdir/configure"; then
  1451. echo &&
  1452. $SHELL "$ac_srcdir/configure" --help=recursive
  1453. else
  1454. $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1455. fi || ac_status=$?
  1456. cd "$ac_pwd" || { ac_status=$?; break; }
  1457. done
  1458. fi
  1459. test -n "$ac_init_help" && exit $ac_status
  1460. if $ac_init_version; then
  1461. cat <<\_ACEOF
  1462. scim-hangul configure 0.4.0
  1463. generated by GNU Autoconf 2.65
  1464. Copyright (C) 2009 Free Software Foundation, Inc.
  1465. This configure script is free software; the Free Software Foundation
  1466. gives unlimited permission to copy, distribute and modify it.
  1467. _ACEOF
  1468. exit
  1469. fi
  1470. ## ------------------------ ##
  1471. ## Autoconf initialization. ##
  1472. ## ------------------------ ##
  1473. # ac_fn_c_try_compile LINENO
  1474. # --------------------------
  1475. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  1476. ac_fn_c_try_compile ()
  1477. {
  1478. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1479. rm -f conftest.$ac_objext
  1480. if { { ac_try="$ac_compile"
  1481. case "(($ac_try" in
  1482. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1483. *) ac_try_echo=$ac_try;;
  1484. esac
  1485. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1486. $as_echo "$ac_try_echo"; } >&5
  1487. (eval "$ac_compile") 2>conftest.err
  1488. ac_status=$?
  1489. if test -s conftest.err; then
  1490. grep -v '^ *+' conftest.err >conftest.er1
  1491. cat conftest.er1 >&5
  1492. mv -f conftest.er1 conftest.err
  1493. fi
  1494. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1495. test $ac_status = 0; } && {
  1496. test -z "$ac_c_werror_flag" ||
  1497. test ! -s conftest.err
  1498. } && test -s conftest.$ac_objext; then :
  1499. ac_retval=0
  1500. else
  1501. $as_echo "$as_me: failed program was:" >&5
  1502. sed 's/^/| /' conftest.$ac_ext >&5
  1503. ac_retval=1
  1504. fi
  1505. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1506. as_fn_set_status $ac_retval
  1507. } # ac_fn_c_try_compile
  1508. # ac_fn_c_try_link LINENO
  1509. # -----------------------
  1510. # Try to link conftest.$ac_ext, and return whether this succeeded.
  1511. ac_fn_c_try_link ()
  1512. {
  1513. as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1514. rm -f conftest.$ac_objext conftest$ac_exeext
  1515. if { { ac_try="$ac_link"
  1516. case "(($ac_try" in
  1517. *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1518. *) ac_try_echo=$ac_try;;
  1519. esac
  1520. eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1521. $as_echo "$ac_try_echo"; } >&5
  1522. (eval "$ac_link") 2>conftest.err
  1523. ac_status=$?
  1524. if test -s conftest.err; then
  1525. grep -v '^ *+' conftest.err >conftest.er1
  1526. cat conftest.er1 >&5
  1527. mv -f conftest.er1 conftest.err
  1528. fi
  1529. $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1530. test $ac_status = 0; } && {
  1531. test -z "$ac_c_werror_flag" ||
  1532. test ! -s conftest.err
  1533. } && test -s conftest$ac_exeext && {
  1534. test "$cross_compiling" = yes ||
  1535. $as_test_x conftest$ac_exeext
  1536. }; then :
  1537. ac_retval=0
  1538. else
  1539. $as_echo "$as_me: failed program was:" >&5
  1540. sed 's/^/| /' conftest.$ac_ext >&5
  1541. ac_retval=1
  1542. fi
  1543. # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1544. # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1545. # interfere with the next link command; also delete a directory that is
  1546. # left behind by Apple's compiler. We do this before executing the actions.
  1547. rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1548. eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1549. as_fn_set_status $ac_retval
  1550. } # ac_fn_c_try_link
  1551. # ac_fn_c_check_hea

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