PageRenderTime 64ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 2ms

/udunits-1.12.11/src/configure

#
Shell | 13696 lines | 12218 code | 822 blank | 656 comment | 843 complexity | cbd339de2af544b5bc403b3fe5ee2a31 MD5 | raw file

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.61.
  4. #
  5. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  6. # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9. ## --------------------- ##
  10. ## M4sh Initialization. ##
  11. ## --------------------- ##
  12. # Be more Bourne compatible
  13. DUALCASE=1; export DUALCASE # for MKS sh
  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. setopt NO_GLOB_SUBST
  21. else
  22. case `(set -o) 2>/dev/null` in
  23. *posix*) set -o posix ;;
  24. esac
  25. fi
  26. # PATH needs CR
  27. # Avoid depending upon Character Ranges.
  28. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  29. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  30. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  31. as_cr_digits='0123456789'
  32. as_cr_alnum=$as_cr_Letters$as_cr_digits
  33. # The user is always right.
  34. if test "${PATH_SEPARATOR+set}" != set; then
  35. echo "#! /bin/sh" >conf$$.sh
  36. echo "exit 0" >>conf$$.sh
  37. chmod +x conf$$.sh
  38. if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  39. PATH_SEPARATOR=';'
  40. else
  41. PATH_SEPARATOR=:
  42. fi
  43. rm -f conf$$.sh
  44. fi
  45. # Support unset when possible.
  46. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  47. as_unset=unset
  48. else
  49. as_unset=false
  50. fi
  51. # IFS
  52. # We need space, tab and new line, in precisely that order. Quoting is
  53. # there to prevent editors from complaining about space-tab.
  54. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  55. # splitting by setting IFS to empty value.)
  56. as_nl='
  57. '
  58. IFS=" "" $as_nl"
  59. # Find who we are. Look in the path if we contain no directory separator.
  60. case $0 in
  61. *[\\/]* ) as_myself=$0 ;;
  62. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  63. for as_dir in $PATH
  64. do
  65. IFS=$as_save_IFS
  66. test -z "$as_dir" && as_dir=.
  67. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  68. done
  69. IFS=$as_save_IFS
  70. ;;
  71. esac
  72. # We did not find ourselves, most probably we were run as `sh COMMAND'
  73. # in which case we are not to be found in the path.
  74. if test "x$as_myself" = x; then
  75. as_myself=$0
  76. fi
  77. if test ! -f "$as_myself"; then
  78. echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  79. { (exit 1); exit 1; }
  80. fi
  81. # Work around bugs in pre-3.0 UWIN ksh.
  82. for as_var in ENV MAIL MAILPATH
  83. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  84. done
  85. PS1='$ '
  86. PS2='> '
  87. PS4='+ '
  88. # NLS nuisances.
  89. for as_var in \
  90. LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  91. LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  92. LC_TELEPHONE LC_TIME
  93. do
  94. if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  95. eval $as_var=C; export $as_var
  96. else
  97. ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  98. fi
  99. done
  100. # Required to use basename.
  101. if expr a : '\(a\)' >/dev/null 2>&1 &&
  102. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  103. as_expr=expr
  104. else
  105. as_expr=false
  106. fi
  107. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  108. as_basename=basename
  109. else
  110. as_basename=false
  111. fi
  112. # Name of the executable.
  113. as_me=`$as_basename -- "$0" ||
  114. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  115. X"$0" : 'X\(//\)$' \| \
  116. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  117. echo X/"$0" |
  118. sed '/^.*\/\([^/][^/]*\)\/*$/{
  119. s//\1/
  120. q
  121. }
  122. /^X\/\(\/\/\)$/{
  123. s//\1/
  124. q
  125. }
  126. /^X\/\(\/\).*/{
  127. s//\1/
  128. q
  129. }
  130. s/.*/./; q'`
  131. # CDPATH.
  132. $as_unset CDPATH
  133. if test "x$CONFIG_SHELL" = x; then
  134. if (eval ":") 2>/dev/null; then
  135. as_have_required=yes
  136. else
  137. as_have_required=no
  138. fi
  139. if test $as_have_required = yes && (eval ":
  140. (as_func_return () {
  141. (exit \$1)
  142. }
  143. as_func_success () {
  144. as_func_return 0
  145. }
  146. as_func_failure () {
  147. as_func_return 1
  148. }
  149. as_func_ret_success () {
  150. return 0
  151. }
  152. as_func_ret_failure () {
  153. return 1
  154. }
  155. exitcode=0
  156. if as_func_success; then
  157. :
  158. else
  159. exitcode=1
  160. echo as_func_success failed.
  161. fi
  162. if as_func_failure; then
  163. exitcode=1
  164. echo as_func_failure succeeded.
  165. fi
  166. if as_func_ret_success; then
  167. :
  168. else
  169. exitcode=1
  170. echo as_func_ret_success failed.
  171. fi
  172. if as_func_ret_failure; then
  173. exitcode=1
  174. echo as_func_ret_failure succeeded.
  175. fi
  176. if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  177. :
  178. else
  179. exitcode=1
  180. echo positional parameters were not saved.
  181. fi
  182. test \$exitcode = 0) || { (exit 1); exit 1; }
  183. (
  184. as_lineno_1=\$LINENO
  185. as_lineno_2=\$LINENO
  186. test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  187. test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  188. ") 2> /dev/null; then
  189. :
  190. else
  191. as_candidate_shells=
  192. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  193. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  194. do
  195. IFS=$as_save_IFS
  196. test -z "$as_dir" && as_dir=.
  197. case $as_dir in
  198. /*)
  199. for as_base in sh bash ksh sh5; do
  200. as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  201. done;;
  202. esac
  203. done
  204. IFS=$as_save_IFS
  205. for as_shell in $as_candidate_shells $SHELL; do
  206. # Try only shells that exist, to save several forks.
  207. if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  208. { ("$as_shell") 2> /dev/null <<\_ASEOF
  209. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  210. emulate sh
  211. NULLCMD=:
  212. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  213. # is contrary to our usage. Disable this feature.
  214. alias -g '${1+"$@"}'='"$@"'
  215. setopt NO_GLOB_SUBST
  216. else
  217. case `(set -o) 2>/dev/null` in
  218. *posix*) set -o posix ;;
  219. esac
  220. fi
  221. :
  222. _ASEOF
  223. }; then
  224. CONFIG_SHELL=$as_shell
  225. as_have_required=yes
  226. if { "$as_shell" 2> /dev/null <<\_ASEOF
  227. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  228. emulate sh
  229. NULLCMD=:
  230. # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  231. # is contrary to our usage. Disable this feature.
  232. alias -g '${1+"$@"}'='"$@"'
  233. setopt NO_GLOB_SUBST
  234. else
  235. case `(set -o) 2>/dev/null` in
  236. *posix*) set -o posix ;;
  237. esac
  238. fi
  239. :
  240. (as_func_return () {
  241. (exit $1)
  242. }
  243. as_func_success () {
  244. as_func_return 0
  245. }
  246. as_func_failure () {
  247. as_func_return 1
  248. }
  249. as_func_ret_success () {
  250. return 0
  251. }
  252. as_func_ret_failure () {
  253. return 1
  254. }
  255. exitcode=0
  256. if as_func_success; then
  257. :
  258. else
  259. exitcode=1
  260. echo as_func_success failed.
  261. fi
  262. if as_func_failure; then
  263. exitcode=1
  264. echo as_func_failure succeeded.
  265. fi
  266. if as_func_ret_success; then
  267. :
  268. else
  269. exitcode=1
  270. echo as_func_ret_success failed.
  271. fi
  272. if as_func_ret_failure; then
  273. exitcode=1
  274. echo as_func_ret_failure succeeded.
  275. fi
  276. if ( set x; as_func_ret_success y && test x = "$1" ); then
  277. :
  278. else
  279. exitcode=1
  280. echo positional parameters were not saved.
  281. fi
  282. test $exitcode = 0) || { (exit 1); exit 1; }
  283. (
  284. as_lineno_1=$LINENO
  285. as_lineno_2=$LINENO
  286. test "x$as_lineno_1" != "x$as_lineno_2" &&
  287. test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  288. _ASEOF
  289. }; then
  290. break
  291. fi
  292. fi
  293. done
  294. if test "x$CONFIG_SHELL" != x; then
  295. for as_var in BASH_ENV ENV
  296. do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  297. done
  298. export CONFIG_SHELL
  299. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  300. fi
  301. if test $as_have_required = no; then
  302. echo This script requires a shell more modern than all the
  303. echo shells that I found on your system. Please install a
  304. echo modern shell, or manually run the script under such a
  305. echo shell if you do have one.
  306. { (exit 1); exit 1; }
  307. fi
  308. fi
  309. fi
  310. (eval "as_func_return () {
  311. (exit \$1)
  312. }
  313. as_func_success () {
  314. as_func_return 0
  315. }
  316. as_func_failure () {
  317. as_func_return 1
  318. }
  319. as_func_ret_success () {
  320. return 0
  321. }
  322. as_func_ret_failure () {
  323. return 1
  324. }
  325. exitcode=0
  326. if as_func_success; then
  327. :
  328. else
  329. exitcode=1
  330. echo as_func_success failed.
  331. fi
  332. if as_func_failure; then
  333. exitcode=1
  334. echo as_func_failure succeeded.
  335. fi
  336. if as_func_ret_success; then
  337. :
  338. else
  339. exitcode=1
  340. echo as_func_ret_success failed.
  341. fi
  342. if as_func_ret_failure; then
  343. exitcode=1
  344. echo as_func_ret_failure succeeded.
  345. fi
  346. if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  347. :
  348. else
  349. exitcode=1
  350. echo positional parameters were not saved.
  351. fi
  352. test \$exitcode = 0") || {
  353. echo No shell found that supports shell functions.
  354. echo Please tell autoconf@gnu.org about your system,
  355. echo including any error possibly output before this
  356. echo message
  357. }
  358. as_lineno_1=$LINENO
  359. as_lineno_2=$LINENO
  360. test "x$as_lineno_1" != "x$as_lineno_2" &&
  361. test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  362. # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  363. # uniformly replaced by the line number. The first 'sed' inserts a
  364. # line-number line after each line using $LINENO; the second 'sed'
  365. # does the real work. The second script uses 'N' to pair each
  366. # line-number line with the line containing $LINENO, and appends
  367. # trailing '-' during substitution so that $LINENO is not a special
  368. # case at line end.
  369. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  370. # scripts with optimization help from Paolo Bonzini. Blame Lee
  371. # E. McMahon (1931-1989) for sed's syntax. :-)
  372. sed -n '
  373. p
  374. /[$]LINENO/=
  375. ' <$as_myself |
  376. sed '
  377. s/[$]LINENO.*/&-/
  378. t lineno
  379. b
  380. :lineno
  381. N
  382. :loop
  383. s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  384. t loop
  385. s/-\n.*//
  386. ' >$as_me.lineno &&
  387. chmod +x "$as_me.lineno" ||
  388. { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  389. { (exit 1); exit 1; }; }
  390. # Don't try to exec as it changes $[0], causing all sort of problems
  391. # (the dirname of $[0] is not the place where we might find the
  392. # original and so on. Autoconf is especially sensitive to this).
  393. . "./$as_me.lineno"
  394. # Exit status is that of the last command.
  395. exit
  396. }
  397. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  398. as_dirname=dirname
  399. else
  400. as_dirname=false
  401. fi
  402. ECHO_C= ECHO_N= ECHO_T=
  403. case `echo -n x` in
  404. -n*)
  405. case `echo 'x\c'` in
  406. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  407. *) ECHO_C='\c';;
  408. esac;;
  409. *)
  410. ECHO_N='-n';;
  411. esac
  412. if expr a : '\(a\)' >/dev/null 2>&1 &&
  413. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  414. as_expr=expr
  415. else
  416. as_expr=false
  417. fi
  418. rm -f conf$$ conf$$.exe conf$$.file
  419. if test -d conf$$.dir; then
  420. rm -f conf$$.dir/conf$$.file
  421. else
  422. rm -f conf$$.dir
  423. mkdir conf$$.dir
  424. fi
  425. echo >conf$$.file
  426. if ln -s conf$$.file conf$$ 2>/dev/null; then
  427. as_ln_s='ln -s'
  428. # ... but there are two gotchas:
  429. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  430. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  431. # In both cases, we have to default to `cp -p'.
  432. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  433. as_ln_s='cp -p'
  434. elif ln conf$$.file conf$$ 2>/dev/null; then
  435. as_ln_s=ln
  436. else
  437. as_ln_s='cp -p'
  438. fi
  439. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  440. rmdir conf$$.dir 2>/dev/null
  441. if mkdir -p . 2>/dev/null; then
  442. as_mkdir_p=:
  443. else
  444. test -d ./-p && rmdir ./-p
  445. as_mkdir_p=false
  446. fi
  447. if test -x / >/dev/null 2>&1; then
  448. as_test_x='test -x'
  449. else
  450. if ls -dL / >/dev/null 2>&1; then
  451. as_ls_L_option=L
  452. else
  453. as_ls_L_option=
  454. fi
  455. as_test_x='
  456. eval sh -c '\''
  457. if test -d "$1"; then
  458. test -d "$1/.";
  459. else
  460. case $1 in
  461. -*)set "./$1";;
  462. esac;
  463. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  464. ???[sx]*):;;*)false;;esac;fi
  465. '\'' sh
  466. '
  467. fi
  468. as_executable_p=$as_test_x
  469. # Sed expression to map a string onto a valid CPP name.
  470. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  471. # Sed expression to map a string onto a valid variable name.
  472. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  473. exec 7<&0 </dev/null 6>&1
  474. # Name of the host.
  475. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  476. # so uname gets run too.
  477. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  478. #
  479. # Initializations.
  480. #
  481. ac_default_prefix=/usr/local
  482. ac_clean_files=
  483. ac_config_libobj_dir=.
  484. LIBOBJS=
  485. cross_compiling=no
  486. subdirs=
  487. MFLAGS=
  488. MAKEFLAGS=
  489. SHELL=${CONFIG_SHELL-/bin/sh}
  490. # Identity of this package.
  491. PACKAGE_NAME=
  492. PACKAGE_TARNAME=
  493. PACKAGE_VERSION=
  494. PACKAGE_STRING=
  495. PACKAGE_BUGREPORT=
  496. ac_unique_file="udunits"
  497. # Factoring default headers for most tests.
  498. ac_includes_default="\
  499. #include <stdio.h>
  500. #ifdef HAVE_SYS_TYPES_H
  501. # include <sys/types.h>
  502. #endif
  503. #ifdef HAVE_SYS_STAT_H
  504. # include <sys/stat.h>
  505. #endif
  506. #ifdef STDC_HEADERS
  507. # include <stdlib.h>
  508. # include <stddef.h>
  509. #else
  510. # ifdef HAVE_STDLIB_H
  511. # include <stdlib.h>
  512. # endif
  513. #endif
  514. #ifdef HAVE_STRING_H
  515. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  516. # include <memory.h>
  517. # endif
  518. # include <string.h>
  519. #endif
  520. #ifdef HAVE_STRINGS_H
  521. # include <strings.h>
  522. #endif
  523. #ifdef HAVE_INTTYPES_H
  524. # include <inttypes.h>
  525. #endif
  526. #ifdef HAVE_STDINT_H
  527. # include <stdint.h>
  528. #endif
  529. #ifdef HAVE_UNISTD_H
  530. # include <unistd.h>
  531. #endif"
  532. ac_subst_vars='SHELL
  533. PATH_SEPARATOR
  534. PACKAGE_NAME
  535. PACKAGE_TARNAME
  536. PACKAGE_VERSION
  537. PACKAGE_STRING
  538. PACKAGE_BUGREPORT
  539. exec_prefix
  540. prefix
  541. program_transform_name
  542. bindir
  543. sbindir
  544. libexecdir
  545. datarootdir
  546. datadir
  547. sysconfdir
  548. sharedstatedir
  549. localstatedir
  550. includedir
  551. oldincludedir
  552. docdir
  553. infodir
  554. htmldir
  555. dvidir
  556. pdfdir
  557. psdir
  558. libdir
  559. localedir
  560. mandir
  561. DEFS
  562. ECHO_C
  563. ECHO_N
  564. ECHO_T
  565. LIBS
  566. build_alias
  567. host_alias
  568. target_alias
  569. CONFIG_FILES
  570. PORT_SUBDIRS
  571. PORT_MANIFEST
  572. PORT_ALL
  573. PORT_CLEAN
  574. PORT_DISTCLEAN
  575. PORT_INSTALL
  576. prog
  577. WHATIS
  578. MAKEWHATIS_CMD
  579. CC
  580. CPPFLAGS
  581. OPSYS
  582. CC_MAKEDEPEND
  583. CFLAGS
  584. LDFLAGS
  585. ac_ct_CC
  586. EXEEXT
  587. OBJEXT
  588. CPP
  589. UD_NO_CONST
  590. UD_NO_VOLATILE
  591. UD_NO_SIGNED
  592. UD_NO_PROTOTYPES
  593. UD_NO_HASH
  594. UD_NO_HASHHASH
  595. UD_NO_VOIDSTAR
  596. AR
  597. TARFLAGS
  598. RANLIB
  599. FTPBINDIR
  600. UC_LIBOBJS
  601. PORT_HEADERS
  602. PORT_CPP_LDM
  603. LD_UDPORT
  604. NEQN
  605. TBL
  606. LD_UDUNITS
  607. LD_YACC
  608. LD_MATH
  609. CFORTRAN_TYPE
  610. FFLAGS
  611. UD_POINTER
  612. GREP
  613. EGREP
  614. LIBOBJS
  615. UD_NO_ATEXIT_DECL
  616. UD_NO_GETENV_DECL
  617. UD_NO_STRERROR_DECL
  618. UD_NO_STRCHR_DECL
  619. UD_NO_STRCPY_DECL
  620. UD_NO_STRRCHR_DECL
  621. UD_NO_STRNCPY_DECL
  622. UD_NO_STRTOK_DECL
  623. UD_NO_STRSTR_DECL
  624. UD_NO_MEMMOVE_DECL
  625. UD_NO_DIFFTIME_DECL
  626. UD_NO_STRFTIME_DECL
  627. UD_NO_TSEARCH_DECL
  628. UD_NO_TFIND_DECL
  629. UD_NO_TDELETE_DECL
  630. UD_NO_TWALK_DECL
  631. PERL
  632. LINKTYPE
  633. CXXFLAGS
  634. PERL_ALL
  635. PERL_TEST
  636. PERL_INSTALL
  637. PERL_CLEAN
  638. PERL_DISTCLEAN
  639. PERL_MANUAL
  640. FTPDIR
  641. LTLIBOBJS'
  642. ac_subst_files=''
  643. ac_precious_vars='build_alias
  644. host_alias
  645. target_alias
  646. CC
  647. CFLAGS
  648. LDFLAGS
  649. LIBS
  650. CPPFLAGS
  651. CPP'
  652. # Initialize some variables set by options.
  653. ac_init_help=
  654. ac_init_version=false
  655. # The variables have the same names as the options, with
  656. # dashes changed to underlines.
  657. cache_file=/dev/null
  658. exec_prefix=NONE
  659. no_create=
  660. no_recursion=
  661. prefix=NONE
  662. program_prefix=NONE
  663. program_suffix=NONE
  664. program_transform_name=s,x,x,
  665. silent=
  666. site=
  667. srcdir=
  668. verbose=
  669. x_includes=NONE
  670. x_libraries=NONE
  671. # Installation directory options.
  672. # These are left unexpanded so users can "make install exec_prefix=/foo"
  673. # and all the variables that are supposed to be based on exec_prefix
  674. # by default will actually change.
  675. # Use braces instead of parens because sh, perl, etc. also accept them.
  676. # (The list follows the same order as the GNU Coding Standards.)
  677. bindir='${exec_prefix}/bin'
  678. sbindir='${exec_prefix}/sbin'
  679. libexecdir='${exec_prefix}/libexec'
  680. datarootdir='${prefix}/share'
  681. datadir='${datarootdir}'
  682. sysconfdir='${prefix}/etc'
  683. sharedstatedir='${prefix}/com'
  684. localstatedir='${prefix}/var'
  685. includedir='${prefix}/include'
  686. oldincludedir='/usr/include'
  687. docdir='${datarootdir}/doc/${PACKAGE}'
  688. infodir='${datarootdir}/info'
  689. htmldir='${docdir}'
  690. dvidir='${docdir}'
  691. pdfdir='${docdir}'
  692. psdir='${docdir}'
  693. libdir='${exec_prefix}/lib'
  694. localedir='${datarootdir}/locale'
  695. mandir='${datarootdir}/man'
  696. ac_prev=
  697. ac_dashdash=
  698. for ac_option
  699. do
  700. # If the previous option needs an argument, assign it.
  701. if test -n "$ac_prev"; then
  702. eval $ac_prev=\$ac_option
  703. ac_prev=
  704. continue
  705. fi
  706. case $ac_option in
  707. *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  708. *) ac_optarg=yes ;;
  709. esac
  710. # Accept the important Cygnus configure options, so we can diagnose typos.
  711. case $ac_dashdash$ac_option in
  712. --)
  713. ac_dashdash=yes ;;
  714. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  715. ac_prev=bindir ;;
  716. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  717. bindir=$ac_optarg ;;
  718. -build | --build | --buil | --bui | --bu)
  719. ac_prev=build_alias ;;
  720. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  721. build_alias=$ac_optarg ;;
  722. -cache-file | --cache-file | --cache-fil | --cache-fi \
  723. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  724. ac_prev=cache_file ;;
  725. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  726. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  727. cache_file=$ac_optarg ;;
  728. --config-cache | -C)
  729. cache_file=config.cache ;;
  730. -datadir | --datadir | --datadi | --datad)
  731. ac_prev=datadir ;;
  732. -datadir=* | --datadir=* | --datadi=* | --datad=*)
  733. datadir=$ac_optarg ;;
  734. -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  735. | --dataroo | --dataro | --datar)
  736. ac_prev=datarootdir ;;
  737. -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  738. | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  739. datarootdir=$ac_optarg ;;
  740. -disable-* | --disable-*)
  741. ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  742. # Reject names that are not valid shell variable names.
  743. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  744. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  745. { (exit 1); exit 1; }; }
  746. ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  747. eval enable_$ac_feature=no ;;
  748. -docdir | --docdir | --docdi | --doc | --do)
  749. ac_prev=docdir ;;
  750. -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  751. docdir=$ac_optarg ;;
  752. -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  753. ac_prev=dvidir ;;
  754. -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  755. dvidir=$ac_optarg ;;
  756. -enable-* | --enable-*)
  757. ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  758. # Reject names that are not valid shell variable names.
  759. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  760. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  761. { (exit 1); exit 1; }; }
  762. ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  763. eval enable_$ac_feature=\$ac_optarg ;;
  764. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  765. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  766. | --exec | --exe | --ex)
  767. ac_prev=exec_prefix ;;
  768. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  769. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  770. | --exec=* | --exe=* | --ex=*)
  771. exec_prefix=$ac_optarg ;;
  772. -gas | --gas | --ga | --g)
  773. # Obsolete; use --with-gas.
  774. with_gas=yes ;;
  775. -help | --help | --hel | --he | -h)
  776. ac_init_help=long ;;
  777. -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  778. ac_init_help=recursive ;;
  779. -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  780. ac_init_help=short ;;
  781. -host | --host | --hos | --ho)
  782. ac_prev=host_alias ;;
  783. -host=* | --host=* | --hos=* | --ho=*)
  784. host_alias=$ac_optarg ;;
  785. -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  786. ac_prev=htmldir ;;
  787. -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  788. | --ht=*)
  789. htmldir=$ac_optarg ;;
  790. -includedir | --includedir | --includedi | --included | --include \
  791. | --includ | --inclu | --incl | --inc)
  792. ac_prev=includedir ;;
  793. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  794. | --includ=* | --inclu=* | --incl=* | --inc=*)
  795. includedir=$ac_optarg ;;
  796. -infodir | --infodir | --infodi | --infod | --info | --inf)
  797. ac_prev=infodir ;;
  798. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  799. infodir=$ac_optarg ;;
  800. -libdir | --libdir | --libdi | --libd)
  801. ac_prev=libdir ;;
  802. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  803. libdir=$ac_optarg ;;
  804. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  805. | --libexe | --libex | --libe)
  806. ac_prev=libexecdir ;;
  807. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  808. | --libexe=* | --libex=* | --libe=*)
  809. libexecdir=$ac_optarg ;;
  810. -localedir | --localedir | --localedi | --localed | --locale)
  811. ac_prev=localedir ;;
  812. -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  813. localedir=$ac_optarg ;;
  814. -localstatedir | --localstatedir | --localstatedi | --localstated \
  815. | --localstate | --localstat | --localsta | --localst | --locals)
  816. ac_prev=localstatedir ;;
  817. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  818. | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  819. localstatedir=$ac_optarg ;;
  820. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  821. ac_prev=mandir ;;
  822. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  823. mandir=$ac_optarg ;;
  824. -nfp | --nfp | --nf)
  825. # Obsolete; use --without-fp.
  826. with_fp=no ;;
  827. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  828. | --no-cr | --no-c | -n)
  829. no_create=yes ;;
  830. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  831. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  832. no_recursion=yes ;;
  833. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  834. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  835. | --oldin | --oldi | --old | --ol | --o)
  836. ac_prev=oldincludedir ;;
  837. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  838. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  839. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  840. oldincludedir=$ac_optarg ;;
  841. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  842. ac_prev=prefix ;;
  843. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  844. prefix=$ac_optarg ;;
  845. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  846. | --program-pre | --program-pr | --program-p)
  847. ac_prev=program_prefix ;;
  848. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  849. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  850. program_prefix=$ac_optarg ;;
  851. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  852. | --program-suf | --program-su | --program-s)
  853. ac_prev=program_suffix ;;
  854. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  855. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  856. program_suffix=$ac_optarg ;;
  857. -program-transform-name | --program-transform-name \
  858. | --program-transform-nam | --program-transform-na \
  859. | --program-transform-n | --program-transform- \
  860. | --program-transform | --program-transfor \
  861. | --program-transfo | --program-transf \
  862. | --program-trans | --program-tran \
  863. | --progr-tra | --program-tr | --program-t)
  864. ac_prev=program_transform_name ;;
  865. -program-transform-name=* | --program-transform-name=* \
  866. | --program-transform-nam=* | --program-transform-na=* \
  867. | --program-transform-n=* | --program-transform-=* \
  868. | --program-transform=* | --program-transfor=* \
  869. | --program-transfo=* | --program-transf=* \
  870. | --program-trans=* | --program-tran=* \
  871. | --progr-tra=* | --program-tr=* | --program-t=*)
  872. program_transform_name=$ac_optarg ;;
  873. -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  874. ac_prev=pdfdir ;;
  875. -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  876. pdfdir=$ac_optarg ;;
  877. -psdir | --psdir | --psdi | --psd | --ps)
  878. ac_prev=psdir ;;
  879. -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  880. psdir=$ac_optarg ;;
  881. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  882. | -silent | --silent | --silen | --sile | --sil)
  883. silent=yes ;;
  884. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  885. ac_prev=sbindir ;;
  886. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  887. | --sbi=* | --sb=*)
  888. sbindir=$ac_optarg ;;
  889. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  890. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  891. | --sharedst | --shareds | --shared | --share | --shar \
  892. | --sha | --sh)
  893. ac_prev=sharedstatedir ;;
  894. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  895. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  896. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  897. | --sha=* | --sh=*)
  898. sharedstatedir=$ac_optarg ;;
  899. -site | --site | --sit)
  900. ac_prev=site ;;
  901. -site=* | --site=* | --sit=*)
  902. site=$ac_optarg ;;
  903. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  904. ac_prev=srcdir ;;
  905. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  906. srcdir=$ac_optarg ;;
  907. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  908. | --syscon | --sysco | --sysc | --sys | --sy)
  909. ac_prev=sysconfdir ;;
  910. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  911. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  912. sysconfdir=$ac_optarg ;;
  913. -target | --target | --targe | --targ | --tar | --ta | --t)
  914. ac_prev=target_alias ;;
  915. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  916. target_alias=$ac_optarg ;;
  917. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  918. verbose=yes ;;
  919. -version | --version | --versio | --versi | --vers | -V)
  920. ac_init_version=: ;;
  921. -with-* | --with-*)
  922. ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  923. # Reject names that are not valid shell variable names.
  924. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  925. { echo "$as_me: error: invalid package name: $ac_package" >&2
  926. { (exit 1); exit 1; }; }
  927. ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  928. eval with_$ac_package=\$ac_optarg ;;
  929. -without-* | --without-*)
  930. ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  931. # Reject names that are not valid shell variable names.
  932. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  933. { echo "$as_me: error: invalid package name: $ac_package" >&2
  934. { (exit 1); exit 1; }; }
  935. ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  936. eval with_$ac_package=no ;;
  937. --x)
  938. # Obsolete; use --with-x.
  939. with_x=yes ;;
  940. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  941. | --x-incl | --x-inc | --x-in | --x-i)
  942. ac_prev=x_includes ;;
  943. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  944. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  945. x_includes=$ac_optarg ;;
  946. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  947. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  948. ac_prev=x_libraries ;;
  949. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  950. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  951. x_libraries=$ac_optarg ;;
  952. -*) { echo "$as_me: error: unrecognized option: $ac_option
  953. Try \`$0 --help' for more information." >&2
  954. { (exit 1); exit 1; }; }
  955. ;;
  956. *=*)
  957. ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  958. # Reject names that are not valid shell variable names.
  959. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  960. { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  961. { (exit 1); exit 1; }; }
  962. eval $ac_envvar=\$ac_optarg
  963. export $ac_envvar ;;
  964. *)
  965. # FIXME: should be removed in autoconf 3.0.
  966. echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  967. expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  968. echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  969. : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  970. ;;
  971. esac
  972. done
  973. if test -n "$ac_prev"; then
  974. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  975. { echo "$as_me: error: missing argument to $ac_option" >&2
  976. { (exit 1); exit 1; }; }
  977. fi
  978. # Be sure to have absolute directory names.
  979. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
  980. datadir sysconfdir sharedstatedir localstatedir includedir \
  981. oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  982. libdir localedir mandir
  983. do
  984. eval ac_val=\$$ac_var
  985. case $ac_val in
  986. [\\/$]* | ?:[\\/]* ) continue;;
  987. NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  988. esac
  989. { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  990. { (exit 1); exit 1; }; }
  991. done
  992. # There might be people who depend on the old broken behavior: `$host'
  993. # used to hold the argument of --host etc.
  994. # FIXME: To remove some day.
  995. build=$build_alias
  996. host=$host_alias
  997. target=$target_alias
  998. # FIXME: To remove some day.
  999. if test "x$host_alias" != x; then
  1000. if test "x$build_alias" = x; then
  1001. cross_compiling=maybe
  1002. echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1003. If a cross compiler is detected then cross compile mode will be used." >&2
  1004. elif test "x$build_alias" != "x$host_alias"; then
  1005. cross_compiling=yes
  1006. fi
  1007. fi
  1008. ac_tool_prefix=
  1009. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1010. test "$silent" = yes && exec 6>/dev/null
  1011. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1012. ac_ls_di=`ls -di .` &&
  1013. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1014. { echo "$as_me: error: Working directory cannot be determined" >&2
  1015. { (exit 1); exit 1; }; }
  1016. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1017. { echo "$as_me: error: pwd does not report name of working directory" >&2
  1018. { (exit 1); exit 1; }; }
  1019. # Find the source files, if location was not specified.
  1020. if test -z "$srcdir"; then
  1021. ac_srcdir_defaulted=yes
  1022. # Try the directory containing this script, then the parent directory.
  1023. ac_confdir=`$as_dirname -- "$0" ||
  1024. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1025. X"$0" : 'X\(//\)[^/]' \| \
  1026. X"$0" : 'X\(//\)$' \| \
  1027. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1028. echo X"$0" |
  1029. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1030. s//\1/
  1031. q
  1032. }
  1033. /^X\(\/\/\)[^/].*/{
  1034. s//\1/
  1035. q
  1036. }
  1037. /^X\(\/\/\)$/{
  1038. s//\1/
  1039. q
  1040. }
  1041. /^X\(\/\).*/{
  1042. s//\1/
  1043. q
  1044. }
  1045. s/.*/./; q'`
  1046. srcdir=$ac_confdir
  1047. if test ! -r "$srcdir/$ac_unique_file"; then
  1048. srcdir=..
  1049. fi
  1050. else
  1051. ac_srcdir_defaulted=no
  1052. fi
  1053. if test ! -r "$srcdir/$ac_unique_file"; then
  1054. test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1055. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1056. { (exit 1); exit 1; }; }
  1057. fi
  1058. ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1059. ac_abs_confdir=`(
  1060. cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1061. { (exit 1); exit 1; }; }
  1062. pwd)`
  1063. # When building in place, set srcdir=.
  1064. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1065. srcdir=.
  1066. fi
  1067. # Remove unnecessary trailing slashes from srcdir.
  1068. # Double slashes in file names in object file debugging info
  1069. # mess up M-x gdb in Emacs.
  1070. case $srcdir in
  1071. */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1072. esac
  1073. for ac_var in $ac_precious_vars; do
  1074. eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1075. eval ac_env_${ac_var}_value=\$${ac_var}
  1076. eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1077. eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1078. done
  1079. #
  1080. # Report the --help message.
  1081. #
  1082. if test "$ac_init_help" = "long"; then
  1083. # Omit some internal or obsolete options to make the list less imposing.
  1084. # This message is too long to be a string in the A/UX 3.1 sh.
  1085. cat <<_ACEOF
  1086. \`configure' configures this package to adapt to many kinds of systems.
  1087. Usage: $0 [OPTION]... [VAR=VALUE]...
  1088. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1089. VAR=VALUE. See below for descriptions of some of the useful variables.
  1090. Defaults for the options are specified in brackets.
  1091. Configuration:
  1092. -h, --help display this help and exit
  1093. --help=short display options specific to this package
  1094. --help=recursive display the short help of all the included packages
  1095. -V, --version display version information and exit
  1096. -q, --quiet, --silent do not print \`checking...' messages
  1097. --cache-file=FILE cache test results in FILE [disabled]
  1098. -C, --config-cache alias for \`--cache-file=config.cache'
  1099. -n, --no-create do not create output files
  1100. --srcdir=DIR find the sources in DIR [configure dir or \`..']
  1101. Installation directories:
  1102. --prefix=PREFIX install architecture-independent files in PREFIX
  1103. [$ac_default_prefix]
  1104. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  1105. [PREFIX]
  1106. By default, \`make install' will install all the files in
  1107. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
  1108. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1109. for instance \`--prefix=\$HOME'.
  1110. For better control, use the options below.
  1111. Fine tuning of the installation directories:
  1112. --bindir=DIR user executables [EPREFIX/bin]
  1113. --sbindir=DIR system admin executables [EPREFIX/sbin]
  1114. --libexecdir=DIR program executables [EPREFIX/libexec]
  1115. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  1116. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  1117. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  1118. --libdir=DIR object code libraries [EPREFIX/lib]
  1119. --includedir=DIR C header files [PREFIX/include]
  1120. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  1121. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  1122. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  1123. --infodir=DIR info documentation [DATAROOTDIR/info]
  1124. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  1125. --mandir=DIR man documentation [DATAROOTDIR/man]
  1126. --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
  1127. --htmldir=DIR html documentation [DOCDIR]
  1128. --dvidir=DIR dvi documentation [DOCDIR]
  1129. --pdfdir=DIR pdf documentation [DOCDIR]
  1130. --psdir=DIR ps documentation [DOCDIR]
  1131. _ACEOF
  1132. cat <<\_ACEOF
  1133. _ACEOF
  1134. fi
  1135. if test -n "$ac_init_help"; then
  1136. cat <<\_ACEOF
  1137. Some influential environment variables:
  1138. CC C compiler command
  1139. CFLAGS C compiler flags
  1140. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  1141. nonstandard directory <lib dir>
  1142. LIBS libraries to pass to the linker, e.g. -l<library>
  1143. CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1144. you have headers in a nonstandard directory <include dir>
  1145. CPP C preprocessor
  1146. Use these variables to override the choices made by `configure' or to help
  1147. it to find libraries and programs with nonstandard names/locations.
  1148. _ACEOF
  1149. ac_status=$?
  1150. fi
  1151. if test "$ac_init_help" = "recursive"; then
  1152. # If there are subdirs, report their specific --help.
  1153. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1154. test -d "$ac_dir" || continue
  1155. ac_builddir=.
  1156. case "$ac_dir" in
  1157. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1158. *)
  1159. ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1160. # A ".." for each directory in $ac_dir_suffix.
  1161. ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1162. case $ac_top_builddir_sub in
  1163. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1164. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1165. esac ;;
  1166. esac
  1167. ac_abs_top_builddir=$ac_pwd
  1168. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1169. # for backward compatibility:
  1170. ac_top_builddir=$ac_top_build_prefix
  1171. case $srcdir in
  1172. .) # We are building in place.
  1173. ac_srcdir=.
  1174. ac_top_srcdir=$ac_top_builddir_sub
  1175. ac_abs_top_srcdir=$ac_pwd ;;
  1176. [\\/]* | ?:[\\/]* ) # Absolute name.
  1177. ac_srcdir=$srcdir$ac_dir_suffix;
  1178. ac_top_srcdir=$srcdir
  1179. ac_abs_top_srcdir=$srcdir ;;
  1180. *) # Relative name.
  1181. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1182. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1183. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1184. esac
  1185. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1186. cd "$ac_dir" || { ac_status=$?; continue; }
  1187. # Check for guested configure.
  1188. if test -f "$ac_srcdir/configure.gnu"; then
  1189. echo &&
  1190. $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1191. elif test -f "$ac_srcdir/configure"; then
  1192. echo &&
  1193. $SHELL "$ac_srcdir/configure" --help=recursive
  1194. else
  1195. echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1196. fi || ac_status=$?
  1197. cd "$ac_pwd" || { ac_status=$?; break; }
  1198. done
  1199. fi
  1200. test -n "$ac_init_help" && exit $ac_status
  1201. if $ac_init_version; then
  1202. cat <<\_ACEOF
  1203. configure
  1204. generated by GNU Autoconf 2.61
  1205. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1206. 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1207. This configure script is free software; the Free Software Foundation
  1208. gives unlimited permission to copy, distribute and modify it.
  1209. _ACEOF
  1210. exit
  1211. fi
  1212. cat >config.log <<_ACEOF
  1213. This file contains any messages produced by compilers while
  1214. running configure, to aid debugging if configure makes a mistake.
  1215. It was created by $as_me, which was
  1216. generated by GNU Autoconf 2.61. Invocation command line was
  1217. $ $0 $@
  1218. _ACEOF
  1219. exec 5>>config.log
  1220. {
  1221. cat <<_ASUNAME
  1222. ## --------- ##
  1223. ## Platform. ##
  1224. ## --------- ##
  1225. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1226. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1227. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1228. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1229. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1230. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1231. /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
  1232. /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
  1233. /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
  1234. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1235. /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
  1236. /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
  1237. /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
  1238. /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
  1239. _ASUNAME
  1240. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1241. for as_dir in $PATH
  1242. do
  1243. IFS=$as_save_IFS
  1244. test -z "$as_dir" && as_dir=.
  1245. echo "PATH: $as_dir"
  1246. done
  1247. IFS=$as_save_IFS
  1248. } >&5
  1249. cat >&5 <<_ACEOF
  1250. ## ----------- ##
  1251. ## Core tests. ##
  1252. ## ----------- ##
  1253. _ACEOF
  1254. # Keep a trace of the command line.
  1255. # Strip out --no-create and --no-recursion so they do not pile up.
  1256. # Strip out --silent because we don't want to record it for future runs.
  1257. # Also quote any args containing shell meta-characters.
  1258. # Make two passes to allow for proper duplicate-argument suppression.
  1259. ac_configure_args=
  1260. ac_configure_args0=
  1261. ac_configure_args1=
  1262. ac_must_keep_next=false
  1263. for ac_pass in 1 2
  1264. do
  1265. for ac_arg
  1266. do
  1267. case $ac_arg in
  1268. -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1269. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1270. | -silent | --silent | --silen | --sile | --sil)
  1271. continue ;;
  1272. *\'*)
  1273. ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1274. esac
  1275. case $ac_pass in
  1276. 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1277. 2)
  1278. ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1279. if test $ac_must_keep_next = true; then
  1280. ac_must_keep_next=false # Got value, back to normal.
  1281. else
  1282. case $ac_arg in
  1283. *=* | --config-cache | -C | -disable-* | --disable-* \
  1284. | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1285. | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1286. | -with-* | --with-* | -without-* | --without-* | --x)
  1287. case "$ac_configure_args0 " in
  1288. "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1289. esac
  1290. ;;
  1291. -* ) ac_must_keep_next=true ;;
  1292. esac
  1293. fi
  1294. ac_configure_args="$ac_configure_args '$ac_arg'"
  1295. ;;
  1296. esac
  1297. done
  1298. done
  1299. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1300. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1301. # When interrupted or exit'd, cleanup temporary files, and complete
  1302. # config.log. We remove comments because anyway the quotes in there
  1303. # would cause problems or look ugly.
  1304. # WARNING: Use '\'' to represent an apostrophe within the trap.
  1305. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1306. trap 'exit_status=$?
  1307. # Save into config.log some information that might help in debugging.
  1308. {
  1309. echo
  1310. cat <<\_ASBOX
  1311. ## ---------------- ##
  1312. ## Cache variables. ##
  1313. ## ---------------- ##
  1314. _ASBOX
  1315. echo
  1316. # The following way of writing the cache mishandles newlines in values,
  1317. (
  1318. for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1319. eval ac_val=\$$ac_var
  1320. case $ac_val in #(
  1321. *${as_nl}*)
  1322. case $ac_var in #(
  1323. *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1324. echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1325. esac
  1326. case $ac_var in #(
  1327. _ | IFS | as_nl) ;; #(
  1328. *) $as_unset $ac_var ;;
  1329. esac ;;
  1330. esac
  1331. done
  1332. (set) 2>&1 |
  1333. case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1334. *${as_nl}ac_space=\ *)
  1335. sed -n \
  1336. "s/'\''/'\''\\\\'\'''\''/g;
  1337. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1338. ;; #(
  1339. *)
  1340. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1341. ;;
  1342. esac |
  1343. sort
  1344. )
  1345. echo
  1346. cat <<\_ASBOX
  1347. ## ----------------- ##
  1348. ## Output variables. ##
  1349. ## ----------------- ##
  1350. _ASBOX
  1351. echo
  1352. for ac_var in $ac_subst_vars
  1353. do
  1354. eval ac_val=\$$ac_var
  1355. case $ac_val in
  1356. *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1357. esac
  1358. echo "$ac_var='\''$ac_val'\''"
  1359. done | sort
  1360. echo
  1361. if test -n "$ac_subst_files"; then
  1362. cat <<\_ASBOX
  1363. ## ------------------- ##
  1364. ## File substitutions. ##
  1365. ## ------------------- ##
  1366. _ASBOX
  1367. echo
  1368. for ac_var in $ac_subst_files
  1369. do
  1370. eval ac_val=\$$ac_var
  1371. case $ac_val in
  1372. *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1373. esac
  1374. echo "$ac_var='\''$ac_val'\''"
  1375. done | sort
  1376. echo
  1377. fi
  1378. if test -s confdefs.h; then
  1379. cat <<\_ASBOX
  1380. ## ----------- ##
  1381. ## confdefs.h. ##
  1382. ## ----------- ##
  1383. _ASBOX
  1384. echo
  1385. cat confdefs.h
  1386. echo
  1387. fi
  1388. test "$ac_signal" != 0 &&
  1389. echo "$as_me: caught signal $ac_signal"
  1390. echo "$as_me: exit $exit_status"
  1391. } >&5
  1392. rm -f core *.core core.conftest.* &&
  1393. rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1394. exit $exit_status
  1395. ' 0
  1396. for ac_signal in 1 2 13 15; do
  1397. trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1398. done
  1399. ac_signal=0
  1400. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1401. rm -f -r conftest* confdefs.h
  1402. # Predefined preprocessor variables.
  1403. cat >>confdefs.h <<_ACEOF
  1404. #define PACKAGE_NAME "$PACKAGE_NAME"
  1405. _ACEOF
  1406. cat >>confdefs.h <<_ACEOF
  1407. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1408. _ACEOF
  1409. cat >>confdefs.h <<_ACEOF
  1410. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1411. _ACEOF
  1412. cat >>confdefs.h <<_ACEOF
  1413. #define PACKAGE_STRING "$PACKAGE_STRING"
  1414. _ACEOF
  1415. cat >>confdefs.h <<_ACEOF
  1416. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1417. _ACEOF
  1418. # Let the site file select an alternate cache file if it wants to.
  1419. # Prefer explicitly selected file to automatically selected ones.
  1420. if test -n "$CONFIG_SITE"; then
  1421. set x "$CONFIG_SITE"
  1422. elif test "x$prefix" != xNONE; then
  1423. set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1424. else
  1425. set x "$ac_default_prefix/share/config.site" \
  1426. "$ac_default_prefix/etc/config.site"
  1427. fi
  1428. shift
  1429. for ac_site_file
  1430. do
  1431. if test -r "$ac_site_file"; then
  1432. { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1433. echo "$as_me: loading site script $ac_site_file" >&6;}
  1434. sed 's/^/| /' "$ac_site_file" >&5
  1435. . "$ac_site_file"
  1436. fi
  1437. done
  1438. if test -r "$cache_file"; then
  1439. # Some versions of bash will fail to source /dev/null (special
  1440. # files actually), so we avoid doing that.
  1441. if test -f "$cache_file"; then
  1442. { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1443. echo "$as_me: loading cache $cache_file" >&6;}
  1444. case $cache_file in
  1445. [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1446. *) . "./$cache_file";;
  1447. esac
  1448. fi
  1449. else
  1450. { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1451. echo "$as_me: creating cache $cache_file" >&6;}
  1452. >$cache_file
  1453. fi
  1454. # Check that the precious variables saved in the cache have kept the same
  1455. # value.
  1456. ac_cache_corrupted=false
  1457. for ac_var in $ac_precious_vars; do
  1458. eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1459. eval ac_new_set=\$ac_env_${ac_var}_set
  1460. eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1461. eval ac_new_val=\$ac_env_${ac_var}_value
  1462. case $ac_old_set,$ac_new_set in
  1463. set,)
  1464. { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1465. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1466. ac_cache_corrupted=: ;;
  1467. ,set)
  1468. { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1469. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1470. ac_cache_corrupted=: ;;
  1471. ,);;
  1472. *)
  1473. if test "x$ac_old_val" != "x$ac_new_val"; then
  1474. { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1475. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1476. { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
  1477. echo "$as_me: former value: $ac_old_val" >&2;}
  1478. { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
  1479. echo "$as_me: current value: $ac_new_val" >&2;}
  1480. ac_cache_corrupted=:
  1481. fi;;
  1482. esac
  1483. # Pass precious variables to config.status.
  1484. if test "$ac_new_set" = set; then
  1485. case $ac_new_val in
  1486. *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1487. *) ac_arg=$ac_var=$ac_new_val ;;
  1488. esac
  1489. case " $ac_configure_args " in
  1490. *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
  1491. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1492. esac
  1493. fi
  1494. done
  1495. if $ac_cache_corrupted; then
  1496. { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1497. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1498. { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1499. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1500. { (exit 1); exit 1; }; }
  1501. fi
  1502. ac_ext=c
  1503. ac_cpp='$CPP $CPPFLAGS'
  1504. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1505. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1506. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1507. if test -r CUSTOMIZE; then
  1508. . ./CUSTOMIZE
  1509. fi
  1510. rm -f confdefs.missing
  1511. for arg in port/master.mk; do
  1512. case "$CONFIG_FILES" in
  1513. *$arg*)
  1514. ;;
  1515. *)
  1516. CONFIG_FILES="${CONFIG_FILES-} $arg"
  1517. ;;
  1518. esac
  1519. done
  1520. for arg in port/Makefile; do
  1521. case "$CONFIG_FILES" in
  1522. *$arg*)
  1523. ;;
  1524. *)
  1525. CONFIG_FILES="${CONFIG_FILES-} $arg"
  1526. ;;
  1527. esac
  1528. done
  1529. PORT_SUBDIRS=${PORT_SUBDIRS-""}
  1530. PORT_MANIFEST=${PORT_MANIFEST-""}
  1531. #
  1532. # NB: We always want to define WHATIS to prevent the
  1533. # $(MANDIR)/$(WHATIS) make(1) target from being just $(MANDIR)/ and
  1534. # conflicting with the (directory creation) target with the same name.
  1535. #
  1536. WHATIS=whatis
  1537. case `uname -sr` in
  1538. (BSD/OS*)
  1539. # Can't generate a user-database -- only /usr/share/man/whatis.db.
  1540. MAKEWHATIS_CMD=
  1541. ;;
  1542. ('IRIX64 6.5'|'IRIX 6.5')
  1543. MAKEWHATIS_CMD='/usr/lib/makewhatis -M $(MANDIR) $(MANDIR)/whatis'
  1544. ;;
  1545. ('IRIX 6'*)
  1546. # Can't generate a user-database.
  1547. MAKEWHATIS_CMD=
  1548. ;;
  1549. (HP-UX*)
  1550. # Can't generate a user-database -- only /usr/lib/whatis.
  1551. MAKEWHATIS_CMD=
  1552. ;;
  1553. ('Linux '*)
  1554. # /usr/sbin/makewhatis doesn't work
  1555. MAKEWHATIS_CMD=
  1556. ;;
  1557. (ULTRIX*)
  1558. # Can't generate a user-database -- only /usr/lib/whatis.
  1559. MAKEWHATIS_CMD=
  1560. ;;
  1561. (*)
  1562. if test -r /usr/man/windex; then
  1563. WHATIS=windex
  1564. fi
  1565. for ac_prog in catman makewhatis /usr/lib/makewhatis
  1566. do
  1567. # Extract the first word of "$ac_prog", so it can be a program name with args.
  1568. set dummy $ac_prog; ac_word=$2
  1569. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1570. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1571. if test "${ac_cv_prog_prog+set}" = set; then
  1572. echo $ECHO_N "(cached) $ECHO_C" >&6
  1573. else
  1574. if test -n "$prog"; then
  1575. ac_cv_prog_prog="$prog" # Let the user override the test.
  1576. else
  1577. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1578. for as_dir in $PATH
  1579. do
  1580. IFS=$as_save_IFS
  1581. test -z "$as_dir" && as_dir=.
  1582. for ac_exec_ext in '' $ac_executable_extensions; do
  1583. if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1584. ac_cv_prog_prog="$ac_prog"
  1585. echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1586. break 2
  1587. fi
  1588. done
  1589. done
  1590. IFS=$as_save_IFS
  1591. fi
  1592. fi
  1593. prog=$ac_cv_prog_prog
  1594. if test -n "$prog"; then
  1595. { echo "$as_me:$LINENO: result: $prog" >&5
  1596. echo "${ECHO_T}$prog" >&6; }
  1597. else
  1598. { echo "$as_me:$LINENO: result: no" >&5
  1599. echo "${ECHO_T}no" >&6; }
  1600. fi
  1601. test -n "$prog" && break
  1602. done
  1603. case "$prog" in
  1604. (*catman*)
  1605. MAKEWHATIS_CMD=$prog' -w -M $(MANDIR)'
  1606. ;;
  1607. (*makewh

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