config.status 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. #! /bin/sh
  2. # Generated by configure.
  3. # Run this file to recreate the current configuration.
  4. # Compiler output produced by configure, useful for debugging
  5. # configure, is in config.log if it exists.
  6. debug=false
  7. ac_cs_recheck=false
  8. ac_cs_silent=false
  9. SHELL=${CONFIG_SHELL-/bin/sh}
  10. export SHELL
  11. ## -------------------- ##
  12. ## M4sh Initialization. ##
  13. ## -------------------- ##
  14. # Be more Bourne compatible
  15. DUALCASE=1; export DUALCASE # for MKS sh
  16. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  17. emulate sh
  18. NULLCMD=:
  19. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  20. # is contrary to our usage. Disable this feature.
  21. alias -g '${1+"$@"}'='"$@"'
  22. setopt NO_GLOB_SUBST
  23. else
  24. case `(set -o) 2>/dev/null` in #(
  25. *posix*) :
  26. set -o posix ;; #(
  27. *) :
  28. ;;
  29. esac
  30. fi
  31. as_nl='
  32. '
  33. export as_nl
  34. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  35. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  36. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  37. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  38. # Prefer a ksh shell builtin over an external printf program on Solaris,
  39. # but without wasting forks for bash or zsh.
  40. if test -z "$BASH_VERSION$ZSH_VERSION" \
  41. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  42. as_echo='print -r --'
  43. as_echo_n='print -rn --'
  44. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  45. as_echo='printf %s\n'
  46. as_echo_n='printf %s'
  47. else
  48. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  49. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  50. as_echo_n='/usr/ucb/echo -n'
  51. else
  52. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  53. as_echo_n_body='eval
  54. arg=$1;
  55. case $arg in #(
  56. *"$as_nl"*)
  57. expr "X$arg" : "X\\(.*\\)$as_nl";
  58. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  59. esac;
  60. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  61. '
  62. export as_echo_n_body
  63. as_echo_n='sh -c $as_echo_n_body as_echo'
  64. fi
  65. export as_echo_body
  66. as_echo='sh -c $as_echo_body as_echo'
  67. fi
  68. # The user is always right.
  69. if test "${PATH_SEPARATOR+set}" != set; then
  70. PATH_SEPARATOR=:
  71. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  72. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  73. PATH_SEPARATOR=';'
  74. }
  75. fi
  76. # IFS
  77. # We need space, tab and new line, in precisely that order. Quoting is
  78. # there to prevent editors from complaining about space-tab.
  79. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  80. # splitting by setting IFS to empty value.)
  81. IFS=" "" $as_nl"
  82. # Find who we are. Look in the path if we contain no directory separator.
  83. as_myself=
  84. case $0 in #((
  85. *[\\/]* ) as_myself=$0 ;;
  86. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  87. for as_dir in $PATH
  88. do
  89. IFS=$as_save_IFS
  90. test -z "$as_dir" && as_dir=.
  91. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  92. done
  93. IFS=$as_save_IFS
  94. ;;
  95. esac
  96. # We did not find ourselves, most probably we were run as `sh COMMAND'
  97. # in which case we are not to be found in the path.
  98. if test "x$as_myself" = x; then
  99. as_myself=$0
  100. fi
  101. if test ! -f "$as_myself"; then
  102. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  103. exit 1
  104. fi
  105. # Unset variables that we do not need and which cause bugs (e.g. in
  106. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  107. # suppresses any "Segmentation fault" message there. '((' could
  108. # trigger a bug in pdksh 5.2.14.
  109. for as_var in BASH_ENV ENV MAIL MAILPATH
  110. do eval test x\${$as_var+set} = xset \
  111. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  112. done
  113. PS1='$ '
  114. PS2='> '
  115. PS4='+ '
  116. # NLS nuisances.
  117. LC_ALL=C
  118. export LC_ALL
  119. LANGUAGE=C
  120. export LANGUAGE
  121. # CDPATH.
  122. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  123. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  124. # ----------------------------------------
  125. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  126. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  127. # script with STATUS, using 1 if that was 0.
  128. as_fn_error ()
  129. {
  130. as_status=$1; test $as_status -eq 0 && as_status=1
  131. if test "$4"; then
  132. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  133. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  134. fi
  135. $as_echo "$as_me: error: $2" >&2
  136. as_fn_exit $as_status
  137. } # as_fn_error
  138. # as_fn_set_status STATUS
  139. # -----------------------
  140. # Set $? to STATUS, without forking.
  141. as_fn_set_status ()
  142. {
  143. return $1
  144. } # as_fn_set_status
  145. # as_fn_exit STATUS
  146. # -----------------
  147. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  148. as_fn_exit ()
  149. {
  150. set +e
  151. as_fn_set_status $1
  152. exit $1
  153. } # as_fn_exit
  154. # as_fn_unset VAR
  155. # ---------------
  156. # Portably unset VAR.
  157. as_fn_unset ()
  158. {
  159. { eval $1=; unset $1;}
  160. }
  161. as_unset=as_fn_unset
  162. # as_fn_append VAR VALUE
  163. # ----------------------
  164. # Append the text in VALUE to the end of the definition contained in VAR. Take
  165. # advantage of any shell optimizations that allow amortized linear growth over
  166. # repeated appends, instead of the typical quadratic growth present in naive
  167. # implementations.
  168. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  169. eval 'as_fn_append ()
  170. {
  171. eval $1+=\$2
  172. }'
  173. else
  174. as_fn_append ()
  175. {
  176. eval $1=\$$1\$2
  177. }
  178. fi # as_fn_append
  179. # as_fn_arith ARG...
  180. # ------------------
  181. # Perform arithmetic evaluation on the ARGs, and store the result in the
  182. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  183. # must be portable across $(()) and expr.
  184. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  185. eval 'as_fn_arith ()
  186. {
  187. as_val=$(( $* ))
  188. }'
  189. else
  190. as_fn_arith ()
  191. {
  192. as_val=`expr "$@" || test $? -eq 1`
  193. }
  194. fi # as_fn_arith
  195. if expr a : '\(a\)' >/dev/null 2>&1 &&
  196. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  197. as_expr=expr
  198. else
  199. as_expr=false
  200. fi
  201. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  202. as_basename=basename
  203. else
  204. as_basename=false
  205. fi
  206. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  207. as_dirname=dirname
  208. else
  209. as_dirname=false
  210. fi
  211. as_me=`$as_basename -- "$0" ||
  212. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  213. X"$0" : 'X\(//\)$' \| \
  214. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  215. $as_echo X/"$0" |
  216. sed '/^.*\/\([^/][^/]*\)\/*$/{
  217. s//\1/
  218. q
  219. }
  220. /^X\/\(\/\/\)$/{
  221. s//\1/
  222. q
  223. }
  224. /^X\/\(\/\).*/{
  225. s//\1/
  226. q
  227. }
  228. s/.*/./; q'`
  229. # Avoid depending upon Character Ranges.
  230. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  231. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  232. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  233. as_cr_digits='0123456789'
  234. as_cr_alnum=$as_cr_Letters$as_cr_digits
  235. ECHO_C= ECHO_N= ECHO_T=
  236. case `echo -n x` in #(((((
  237. -n*)
  238. case `echo 'xy\c'` in
  239. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  240. xy) ECHO_C='\c';;
  241. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  242. ECHO_T=' ';;
  243. esac;;
  244. *)
  245. ECHO_N='-n';;
  246. esac
  247. rm -f conf$$ conf$$.exe conf$$.file
  248. if test -d conf$$.dir; then
  249. rm -f conf$$.dir/conf$$.file
  250. else
  251. rm -f conf$$.dir
  252. mkdir conf$$.dir 2>/dev/null
  253. fi
  254. if (echo >conf$$.file) 2>/dev/null; then
  255. if ln -s conf$$.file conf$$ 2>/dev/null; then
  256. as_ln_s='ln -s'
  257. # ... but there are two gotchas:
  258. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  259. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  260. # In both cases, we have to default to `cp -pR'.
  261. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  262. as_ln_s='cp -pR'
  263. elif ln conf$$.file conf$$ 2>/dev/null; then
  264. as_ln_s=ln
  265. else
  266. as_ln_s='cp -pR'
  267. fi
  268. else
  269. as_ln_s='cp -pR'
  270. fi
  271. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  272. rmdir conf$$.dir 2>/dev/null
  273. # as_fn_mkdir_p
  274. # -------------
  275. # Create "$as_dir" as a directory, including parents if necessary.
  276. as_fn_mkdir_p ()
  277. {
  278. case $as_dir in #(
  279. -*) as_dir=./$as_dir;;
  280. esac
  281. test -d "$as_dir" || eval $as_mkdir_p || {
  282. as_dirs=
  283. while :; do
  284. case $as_dir in #(
  285. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  286. *) as_qdir=$as_dir;;
  287. esac
  288. as_dirs="'$as_qdir' $as_dirs"
  289. as_dir=`$as_dirname -- "$as_dir" ||
  290. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  291. X"$as_dir" : 'X\(//\)[^/]' \| \
  292. X"$as_dir" : 'X\(//\)$' \| \
  293. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  294. $as_echo X"$as_dir" |
  295. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  296. s//\1/
  297. q
  298. }
  299. /^X\(\/\/\)[^/].*/{
  300. s//\1/
  301. q
  302. }
  303. /^X\(\/\/\)$/{
  304. s//\1/
  305. q
  306. }
  307. /^X\(\/\).*/{
  308. s//\1/
  309. q
  310. }
  311. s/.*/./; q'`
  312. test -d "$as_dir" && break
  313. done
  314. test -z "$as_dirs" || eval "mkdir $as_dirs"
  315. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  316. } # as_fn_mkdir_p
  317. if mkdir -p . 2>/dev/null; then
  318. as_mkdir_p='mkdir -p "$as_dir"'
  319. else
  320. test -d ./-p && rmdir ./-p
  321. as_mkdir_p=false
  322. fi
  323. # as_fn_executable_p FILE
  324. # -----------------------
  325. # Test if FILE is an executable regular file.
  326. as_fn_executable_p ()
  327. {
  328. test -f "$1" && test -x "$1"
  329. } # as_fn_executable_p
  330. as_test_x='test -x'
  331. as_executable_p=as_fn_executable_p
  332. # Sed expression to map a string onto a valid CPP name.
  333. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  334. # Sed expression to map a string onto a valid variable name.
  335. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  336. exec 6>&1
  337. ## ----------------------------------- ##
  338. ## Main body of $CONFIG_STATUS script. ##
  339. ## ----------------------------------- ##
  340. # Save the log message, to keep $0 and so on meaningful, and to
  341. # report actual input values of CONFIG_FILES etc. instead of their
  342. # values after options handling.
  343. ac_log="
  344. This file was extended by yals $as_me 1.0, which was
  345. generated by GNU Autoconf 2.69. Invocation command line was
  346. CONFIG_FILES = $CONFIG_FILES
  347. CONFIG_HEADERS = $CONFIG_HEADERS
  348. CONFIG_LINKS = $CONFIG_LINKS
  349. CONFIG_COMMANDS = $CONFIG_COMMANDS
  350. $ $0 $@
  351. on `(hostname || uname -n) 2>/dev/null | sed 1q`
  352. "
  353. # Files that config.status was made for.
  354. config_files=" Makefile"
  355. config_commands=" depfiles"
  356. ac_cs_usage="\
  357. \`$as_me' instantiates files and other configuration actions
  358. from templates according to the current configuration. Unless the files
  359. and actions are specified as TAGs, all are instantiated by default.
  360. Usage: $0 [OPTION]... [TAG]...
  361. -h, --help print this help, then exit
  362. -V, --version print version number and configuration settings, then exit
  363. --config print configuration, then exit
  364. -q, --quiet, --silent
  365. do not print progress messages
  366. -d, --debug don't remove temporary files
  367. --recheck update $as_me by reconfiguring in the same conditions
  368. --file=FILE[:TEMPLATE]
  369. instantiate the configuration file FILE
  370. Configuration files:
  371. $config_files
  372. Configuration commands:
  373. $config_commands
  374. Report bugs to <BUG-REPORT-ADDRESS>."
  375. ac_cs_config=""
  376. ac_cs_version="\
  377. yals config.status 1.0
  378. configured by ./configure, generated by GNU Autoconf 2.69,
  379. with options \"$ac_cs_config\"
  380. Copyright (C) 2012 Free Software Foundation, Inc.
  381. This config.status script is free software; the Free Software Foundation
  382. gives unlimited permission to copy, distribute and modify it."
  383. ac_pwd='/home/lemon/resource/ya-serv'
  384. srcdir='.'
  385. INSTALL='/usr/bin/install -c'
  386. MKDIR_P='/bin/mkdir -p'
  387. AWK='gawk'
  388. test -n "$AWK" || AWK=awk
  389. # The default lists apply if the user does not specify any file.
  390. ac_need_defaults=:
  391. while test $# != 0
  392. do
  393. case $1 in
  394. --*=?*)
  395. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  396. ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  397. ac_shift=:
  398. ;;
  399. --*=)
  400. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  401. ac_optarg=
  402. ac_shift=:
  403. ;;
  404. *)
  405. ac_option=$1
  406. ac_optarg=$2
  407. ac_shift=shift
  408. ;;
  409. esac
  410. case $ac_option in
  411. # Handling of the options.
  412. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  413. ac_cs_recheck=: ;;
  414. --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  415. $as_echo "$ac_cs_version"; exit ;;
  416. --config | --confi | --conf | --con | --co | --c )
  417. $as_echo "$ac_cs_config"; exit ;;
  418. --debug | --debu | --deb | --de | --d | -d )
  419. debug=: ;;
  420. --file | --fil | --fi | --f )
  421. $ac_shift
  422. case $ac_optarg in
  423. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  424. '') as_fn_error $? "missing file argument" ;;
  425. esac
  426. as_fn_append CONFIG_FILES " '$ac_optarg'"
  427. ac_need_defaults=false;;
  428. --he | --h | --help | --hel | -h )
  429. $as_echo "$ac_cs_usage"; exit ;;
  430. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  431. | -silent | --silent | --silen | --sile | --sil | --si | --s)
  432. ac_cs_silent=: ;;
  433. # This is an error.
  434. -*) as_fn_error $? "unrecognized option: \`$1'
  435. Try \`$0 --help' for more information." ;;
  436. *) as_fn_append ac_config_targets " $1"
  437. ac_need_defaults=false ;;
  438. esac
  439. shift
  440. done
  441. ac_configure_extra_args=
  442. if $ac_cs_silent; then
  443. exec 6>/dev/null
  444. ac_configure_extra_args="$ac_configure_extra_args --silent"
  445. fi
  446. if $ac_cs_recheck; then
  447. set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion
  448. shift
  449. $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  450. CONFIG_SHELL='/bin/sh'
  451. export CONFIG_SHELL
  452. exec "$@"
  453. fi
  454. exec 5>>config.log
  455. {
  456. echo
  457. sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  458. ## Running $as_me. ##
  459. _ASBOX
  460. $as_echo "$ac_log"
  461. } >&5
  462. #
  463. # INIT-COMMANDS
  464. #
  465. AMDEP_TRUE="" ac_aux_dir="."
  466. # Handling of arguments.
  467. for ac_config_target in $ac_config_targets
  468. do
  469. case $ac_config_target in
  470. "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  471. "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  472. *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  473. esac
  474. done
  475. # If the user did not use the arguments to specify the items to instantiate,
  476. # then the envvar interface is used. Set only those that are not.
  477. # We use the long form for the default assignment because of an extremely
  478. # bizarre bug on SunOS 4.1.3.
  479. if $ac_need_defaults; then
  480. test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  481. test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  482. fi
  483. # Have a temporary directory for convenience. Make it in the build tree
  484. # simply because there is no reason against having it here, and in addition,
  485. # creating and moving files from /tmp can sometimes cause problems.
  486. # Hook for its removal unless debugging.
  487. # Note that there is a small window in which the directory will not be cleaned:
  488. # after its creation but before its name has been assigned to `$tmp'.
  489. $debug ||
  490. {
  491. tmp= ac_tmp=
  492. trap 'exit_status=$?
  493. : "${ac_tmp:=$tmp}"
  494. { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  495. ' 0
  496. trap 'as_fn_exit 1' 1 2 13 15
  497. }
  498. # Create a (secure) tmp directory for tmp files.
  499. {
  500. tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  501. test -d "$tmp"
  502. } ||
  503. {
  504. tmp=./conf$$-$RANDOM
  505. (umask 077 && mkdir "$tmp")
  506. } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  507. ac_tmp=$tmp
  508. # Set up the scripts for CONFIG_FILES section.
  509. # No need to generate them if there are no CONFIG_FILES.
  510. # This happens for instance with `./config.status config.h'.
  511. if test -n "$CONFIG_FILES"; then
  512. ac_cr=`echo X | tr X '\015'`
  513. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  514. # But we know of no other shell where ac_cr would be empty at this
  515. # point, so we can use a bashism as a fallback.
  516. if test "x$ac_cr" = x; then
  517. eval ac_cr=\$\'\\r\'
  518. fi
  519. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  520. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  521. ac_cs_awk_cr='\\r'
  522. else
  523. ac_cs_awk_cr=$ac_cr
  524. fi
  525. echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  526. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  527. S["am__EXEEXT_FALSE"]=""
  528. S["am__EXEEXT_TRUE"]="#"
  529. S["LTLIBOBJS"]=""
  530. S["LIBOBJS"]=""
  531. S["EGREP"]="/bin/grep -E"
  532. S["GREP"]="/bin/grep"
  533. S["CPP"]="gcc -E"
  534. S["am__fastdepCC_FALSE"]="#"
  535. S["am__fastdepCC_TRUE"]=""
  536. S["CCDEPMODE"]="depmode=gcc3"
  537. S["ac_ct_CC"]="gcc"
  538. S["CFLAGS"]="-g -O2"
  539. S["CC"]="gcc"
  540. S["am__fastdepCXX_FALSE"]="#"
  541. S["am__fastdepCXX_TRUE"]=""
  542. S["CXXDEPMODE"]="depmode=gcc3"
  543. S["am__nodep"]="_no"
  544. S["AMDEPBACKSLASH"]="\\"
  545. S["AMDEP_FALSE"]="#"
  546. S["AMDEP_TRUE"]=""
  547. S["am__quote"]=""
  548. S["am__include"]="include"
  549. S["DEPDIR"]=".deps"
  550. S["OBJEXT"]="o"
  551. S["EXEEXT"]=""
  552. S["ac_ct_CXX"]="g++"
  553. S["CPPFLAGS"]=""
  554. S["LDFLAGS"]=""
  555. S["CXXFLAGS"]="-g -O2"
  556. S["CXX"]="g++"
  557. S["am__untar"]="$${TAR-tar} xf -"
  558. S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
  559. S["AMTAR"]="$${TAR-tar}"
  560. S["am__leading_dot"]="."
  561. S["SET_MAKE"]=""
  562. S["AWK"]="gawk"
  563. S["mkdir_p"]="$(MKDIR_P)"
  564. S["MKDIR_P"]="/bin/mkdir -p"
  565. S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
  566. S["STRIP"]=""
  567. S["install_sh"]="${SHELL} /home/lemon/resource/ya-serv/install-sh"
  568. S["MAKEINFO"]="${SHELL} /home/lemon/resource/ya-serv/missing --run makeinfo"
  569. S["AUTOHEADER"]="${SHELL} /home/lemon/resource/ya-serv/missing --run autoheader"
  570. S["AUTOMAKE"]="${SHELL} /home/lemon/resource/ya-serv/missing --run automake-1.12"
  571. S["AUTOCONF"]="${SHELL} /home/lemon/resource/ya-serv/missing --run autoconf"
  572. S["ACLOCAL"]="${SHELL} /home/lemon/resource/ya-serv/missing --run aclocal-1.12"
  573. S["VERSION"]="1.0"
  574. S["PACKAGE"]="yals"
  575. S["CYGPATH_W"]="echo"
  576. S["am__isrc"]=""
  577. S["INSTALL_DATA"]="${INSTALL} -m 644"
  578. S["INSTALL_SCRIPT"]="${INSTALL}"
  579. S["INSTALL_PROGRAM"]="${INSTALL}"
  580. S["target_alias"]=""
  581. S["host_alias"]=""
  582. S["build_alias"]=""
  583. S["LIBS"]="-lzlog -lev "
  584. S["ECHO_T"]=""
  585. S["ECHO_N"]="-n"
  586. S["ECHO_C"]=""
  587. S["DEFS"]="-DPACKAGE_NAME=\\\"yals\\\" -DPACKAGE_TARNAME=\\\"yals\\\" -DPACKAGE_VERSION=\\\"1.0\\\" -DPACKAGE_STRING=\\\"yals\\ 1.0\\\" -DPACKAGE_BUGREPORT=\\\"BUG-REPORT-ADDRESS"\
  588. "\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"yals\\\" -DVERSION=\\\"1.0\\\" -DHAVE_LIBEV=1 -DHAVE_LIBZLOG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1"\
  589. " -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H"\
  590. "=1 -DHAVE_FCNTL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDLIB_H"\
  591. "=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DHAVE_INET_NTOA=1 -DHAVE_MEMSET=1 -DHAVE_SOCKET=1"
  592. S["mandir"]="${datarootdir}/man"
  593. S["localedir"]="${datarootdir}/locale"
  594. S["libdir"]="${exec_prefix}/lib"
  595. S["psdir"]="${docdir}"
  596. S["pdfdir"]="${docdir}"
  597. S["dvidir"]="${docdir}"
  598. S["htmldir"]="${docdir}"
  599. S["infodir"]="${datarootdir}/info"
  600. S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
  601. S["oldincludedir"]="/usr/include"
  602. S["includedir"]="${prefix}/include"
  603. S["localstatedir"]="${prefix}/var"
  604. S["sharedstatedir"]="${prefix}/com"
  605. S["sysconfdir"]="${prefix}/etc"
  606. S["datadir"]="${datarootdir}"
  607. S["datarootdir"]="${prefix}/share"
  608. S["libexecdir"]="${exec_prefix}/libexec"
  609. S["sbindir"]="${exec_prefix}/sbin"
  610. S["bindir"]="${exec_prefix}/bin"
  611. S["program_transform_name"]="s,x,x,"
  612. S["prefix"]="/usr/local"
  613. S["exec_prefix"]="${prefix}"
  614. S["PACKAGE_URL"]=""
  615. S["PACKAGE_BUGREPORT"]="BUG-REPORT-ADDRESS"
  616. S["PACKAGE_STRING"]="yals 1.0"
  617. S["PACKAGE_VERSION"]="1.0"
  618. S["PACKAGE_TARNAME"]="yals"
  619. S["PACKAGE_NAME"]="yals"
  620. S["PATH_SEPARATOR"]=":"
  621. S["SHELL"]="/bin/sh"
  622. _ACAWK
  623. cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  624. for (key in S) S_is_set[key] = 1
  625. FS = ""
  626. }
  627. {
  628. line = $ 0
  629. nfields = split(line, field, "@")
  630. substed = 0
  631. len = length(field[1])
  632. for (i = 2; i < nfields; i++) {
  633. key = field[i]
  634. keylen = length(key)
  635. if (S_is_set[key]) {
  636. value = S[key]
  637. line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  638. len += length(value) + length(field[++i])
  639. substed = 1
  640. } else
  641. len += 1 + keylen
  642. }
  643. print line
  644. }
  645. _ACAWK
  646. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  647. sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  648. else
  649. cat
  650. fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  651. || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  652. fi # test -n "$CONFIG_FILES"
  653. eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
  654. shift
  655. for ac_tag
  656. do
  657. case $ac_tag in
  658. :[FHLC]) ac_mode=$ac_tag; continue;;
  659. esac
  660. case $ac_mode$ac_tag in
  661. :[FHL]*:*);;
  662. :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  663. :[FH]-) ac_tag=-:-;;
  664. :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  665. esac
  666. ac_save_IFS=$IFS
  667. IFS=:
  668. set x $ac_tag
  669. IFS=$ac_save_IFS
  670. shift
  671. ac_file=$1
  672. shift
  673. case $ac_mode in
  674. :L) ac_source=$1;;
  675. :[FH])
  676. ac_file_inputs=
  677. for ac_f
  678. do
  679. case $ac_f in
  680. -) ac_f="$ac_tmp/stdin";;
  681. *) # Look for the file first in the build tree, then in the source tree
  682. # (if the path is not absolute). The absolute path cannot be DOS-style,
  683. # because $ac_f cannot contain `:'.
  684. test -f "$ac_f" ||
  685. case $ac_f in
  686. [\\/$]*) false;;
  687. *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  688. esac ||
  689. as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  690. esac
  691. case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  692. as_fn_append ac_file_inputs " '$ac_f'"
  693. done
  694. # Let's still pretend it is `configure' which instantiates (i.e., don't
  695. # use $as_me), people would be surprised to read:
  696. # /* config.h. Generated by config.status. */
  697. configure_input='Generated from '`
  698. $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  699. `' by configure.'
  700. if test x"$ac_file" != x-; then
  701. configure_input="$ac_file. $configure_input"
  702. { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  703. $as_echo "$as_me: creating $ac_file" >&6;}
  704. fi
  705. # Neutralize special characters interpreted by sed in replacement strings.
  706. case $configure_input in #(
  707. *\&* | *\|* | *\\* )
  708. ac_sed_conf_input=`$as_echo "$configure_input" |
  709. sed 's/[\\\\&|]/\\\\&/g'`;; #(
  710. *) ac_sed_conf_input=$configure_input;;
  711. esac
  712. case $ac_tag in
  713. *:-:* | *:-) cat >"$ac_tmp/stdin" \
  714. || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  715. esac
  716. ;;
  717. esac
  718. ac_dir=`$as_dirname -- "$ac_file" ||
  719. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  720. X"$ac_file" : 'X\(//\)[^/]' \| \
  721. X"$ac_file" : 'X\(//\)$' \| \
  722. X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  723. $as_echo X"$ac_file" |
  724. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  725. s//\1/
  726. q
  727. }
  728. /^X\(\/\/\)[^/].*/{
  729. s//\1/
  730. q
  731. }
  732. /^X\(\/\/\)$/{
  733. s//\1/
  734. q
  735. }
  736. /^X\(\/\).*/{
  737. s//\1/
  738. q
  739. }
  740. s/.*/./; q'`
  741. as_dir="$ac_dir"; as_fn_mkdir_p
  742. ac_builddir=.
  743. case "$ac_dir" in
  744. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  745. *)
  746. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  747. # A ".." for each directory in $ac_dir_suffix.
  748. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  749. case $ac_top_builddir_sub in
  750. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  751. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  752. esac ;;
  753. esac
  754. ac_abs_top_builddir=$ac_pwd
  755. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  756. # for backward compatibility:
  757. ac_top_builddir=$ac_top_build_prefix
  758. case $srcdir in
  759. .) # We are building in place.
  760. ac_srcdir=.
  761. ac_top_srcdir=$ac_top_builddir_sub
  762. ac_abs_top_srcdir=$ac_pwd ;;
  763. [\\/]* | ?:[\\/]* ) # Absolute name.
  764. ac_srcdir=$srcdir$ac_dir_suffix;
  765. ac_top_srcdir=$srcdir
  766. ac_abs_top_srcdir=$srcdir ;;
  767. *) # Relative name.
  768. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  769. ac_top_srcdir=$ac_top_build_prefix$srcdir
  770. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  771. esac
  772. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  773. case $ac_mode in
  774. :F)
  775. #
  776. # CONFIG_FILE
  777. #
  778. case $INSTALL in
  779. [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  780. *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  781. esac
  782. ac_MKDIR_P=$MKDIR_P
  783. case $MKDIR_P in
  784. [\\/$]* | ?:[\\/]* ) ;;
  785. */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  786. esac
  787. # If the template does not know about datarootdir, expand it.
  788. # FIXME: This hack should be removed a few years after 2.60.
  789. ac_datarootdir_hack=; ac_datarootdir_seen=
  790. ac_sed_dataroot='
  791. /datarootdir/ {
  792. p
  793. q
  794. }
  795. /@datadir@/p
  796. /@docdir@/p
  797. /@infodir@/p
  798. /@localedir@/p
  799. /@mandir@/p'
  800. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  801. *datarootdir*) ac_datarootdir_seen=yes;;
  802. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  803. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  804. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  805. ac_datarootdir_hack='
  806. s&@datadir@&${datarootdir}&g
  807. s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  808. s&@infodir@&${datarootdir}/info&g
  809. s&@localedir@&${datarootdir}/locale&g
  810. s&@mandir@&${datarootdir}/man&g
  811. s&\${datarootdir}&${prefix}/share&g' ;;
  812. esac
  813. ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
  814. h
  815. s///
  816. s/^/:/
  817. s/[ ]*$/:/
  818. s/:\$(srcdir):/:/g
  819. s/:\${srcdir}:/:/g
  820. s/:@srcdir@:/:/g
  821. s/^:*//
  822. s/:*$//
  823. x
  824. s/\(=[ ]*\).*/\1/
  825. G
  826. s/\n//
  827. s/^[^=]*=[ ]*$//
  828. }
  829. :t
  830. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  831. s|@configure_input@|$ac_sed_conf_input|;t t
  832. s&@top_builddir@&$ac_top_builddir_sub&;t t
  833. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  834. s&@srcdir@&$ac_srcdir&;t t
  835. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  836. s&@top_srcdir@&$ac_top_srcdir&;t t
  837. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  838. s&@builddir@&$ac_builddir&;t t
  839. s&@abs_builddir@&$ac_abs_builddir&;t t
  840. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  841. s&@INSTALL@&$ac_INSTALL&;t t
  842. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  843. $ac_datarootdir_hack
  844. "
  845. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  846. >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  847. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  848. { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  849. { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
  850. "$ac_tmp/out"`; test -z "$ac_out"; } &&
  851. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  852. which seems to be undefined. Please make sure it is defined" >&5
  853. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  854. which seems to be undefined. Please make sure it is defined" >&2;}
  855. rm -f "$ac_tmp/stdin"
  856. case $ac_file in
  857. -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  858. *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  859. esac \
  860. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  861. ;;
  862. :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  863. $as_echo "$as_me: executing $ac_file commands" >&6;}
  864. ;;
  865. esac
  866. case $ac_file$ac_mode in
  867. "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  868. # Autoconf 2.62 quotes --file arguments for eval, but not when files
  869. # are listed without --file. Let's play safe and only enable the eval
  870. # if we detect the quoting.
  871. case $CONFIG_FILES in
  872. *\'*) eval set x "$CONFIG_FILES" ;;
  873. *) set x $CONFIG_FILES ;;
  874. esac
  875. shift
  876. for mf
  877. do
  878. # Strip MF so we end up with the name of the file.
  879. mf=`echo "$mf" | sed -e 's/:.*$//'`
  880. # Check whether this is an Automake generated Makefile or not.
  881. # We used to match only the files named 'Makefile.in', but
  882. # some people rename them; so instead we look at the file content.
  883. # Grep'ing the first line is not enough: some people post-process
  884. # each Makefile.in and add a new line on top of each file to say so.
  885. # Grep'ing the whole file is not good either: AIX grep has a line
  886. # limit of 2048, but all sed's we know have understand at least 4000.
  887. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  888. dirpart=`$as_dirname -- "$mf" ||
  889. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  890. X"$mf" : 'X\(//\)[^/]' \| \
  891. X"$mf" : 'X\(//\)$' \| \
  892. X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  893. $as_echo X"$mf" |
  894. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  895. s//\1/
  896. q
  897. }
  898. /^X\(\/\/\)[^/].*/{
  899. s//\1/
  900. q
  901. }
  902. /^X\(\/\/\)$/{
  903. s//\1/
  904. q
  905. }
  906. /^X\(\/\).*/{
  907. s//\1/
  908. q
  909. }
  910. s/.*/./; q'`
  911. else
  912. continue
  913. fi
  914. # Extract the definition of DEPDIR, am__include, and am__quote
  915. # from the Makefile without running 'make'.
  916. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  917. test -z "$DEPDIR" && continue
  918. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  919. test -z "am__include" && continue
  920. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  921. # Find all dependency output files, they are included files with
  922. # $(DEPDIR) in their names. We invoke sed twice because it is the
  923. # simplest approach to changing $(DEPDIR) to its actual value in the
  924. # expansion.
  925. for file in `sed -n "
  926. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  927. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  928. # Make sure the directory exists.
  929. test -f "$dirpart/$file" && continue
  930. fdir=`$as_dirname -- "$file" ||
  931. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  932. X"$file" : 'X\(//\)[^/]' \| \
  933. X"$file" : 'X\(//\)$' \| \
  934. X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  935. $as_echo X"$file" |
  936. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  937. s//\1/
  938. q
  939. }
  940. /^X\(\/\/\)[^/].*/{
  941. s//\1/
  942. q
  943. }
  944. /^X\(\/\/\)$/{
  945. s//\1/
  946. q
  947. }
  948. /^X\(\/\).*/{
  949. s//\1/
  950. q
  951. }
  952. s/.*/./; q'`
  953. as_dir=$dirpart/$fdir; as_fn_mkdir_p
  954. # echo "creating $dirpart/$file"
  955. echo '# dummy' > "$dirpart/$file"
  956. done
  957. done
  958. }
  959. ;;
  960. esac
  961. done # for ac_tag
  962. as_fn_exit 0