config.status 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216
  1. #! /bin/bash
  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/bash}
  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 sshpass $as_me 1.06, 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_headers=" config.h"
  356. config_commands=" depfiles"
  357. ac_cs_usage="\
  358. \`$as_me' instantiates files and other configuration actions
  359. from templates according to the current configuration. Unless the files
  360. and actions are specified as TAGs, all are instantiated by default.
  361. Usage: $0 [OPTION]... [TAG]...
  362. -h, --help print this help, then exit
  363. -V, --version print version number and configuration settings, then exit
  364. --config print configuration, then exit
  365. -q, --quiet, --silent
  366. do not print progress messages
  367. -d, --debug don't remove temporary files
  368. --recheck update $as_me by reconfiguring in the same conditions
  369. --file=FILE[:TEMPLATE]
  370. instantiate the configuration file FILE
  371. --header=FILE[:TEMPLATE]
  372. instantiate the configuration header FILE
  373. Configuration files:
  374. $config_files
  375. Configuration headers:
  376. $config_headers
  377. Configuration commands:
  378. $config_commands
  379. Report bugs to the package provider."
  380. ac_cs_config="'--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/release' 'CC' 'build_alias=CC' 'host_alias=CC' 'target_alias=CC'"
  381. ac_cs_version="\
  382. sshpass config.status 1.06
  383. configured by ./configure, generated by GNU Autoconf 2.69,
  384. with options \"$ac_cs_config\"
  385. Copyright (C) 2012 Free Software Foundation, Inc.
  386. This config.status script is free software; the Free Software Foundation
  387. gives unlimited permission to copy, distribute and modify it."
  388. ac_pwd='/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master'
  389. srcdir='.'
  390. INSTALL='/usr/bin/install -c'
  391. MKDIR_P='/usr/bin/mkdir -p'
  392. AWK='gawk'
  393. test -n "$AWK" || AWK=awk
  394. # The default lists apply if the user does not specify any file.
  395. ac_need_defaults=:
  396. while test $# != 0
  397. do
  398. case $1 in
  399. --*=?*)
  400. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  401. ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  402. ac_shift=:
  403. ;;
  404. --*=)
  405. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  406. ac_optarg=
  407. ac_shift=:
  408. ;;
  409. *)
  410. ac_option=$1
  411. ac_optarg=$2
  412. ac_shift=shift
  413. ;;
  414. esac
  415. case $ac_option in
  416. # Handling of the options.
  417. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  418. ac_cs_recheck=: ;;
  419. --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  420. $as_echo "$ac_cs_version"; exit ;;
  421. --config | --confi | --conf | --con | --co | --c )
  422. $as_echo "$ac_cs_config"; exit ;;
  423. --debug | --debu | --deb | --de | --d | -d )
  424. debug=: ;;
  425. --file | --fil | --fi | --f )
  426. $ac_shift
  427. case $ac_optarg in
  428. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  429. '') as_fn_error $? "missing file argument" ;;
  430. esac
  431. as_fn_append CONFIG_FILES " '$ac_optarg'"
  432. ac_need_defaults=false;;
  433. --header | --heade | --head | --hea )
  434. $ac_shift
  435. case $ac_optarg in
  436. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  437. esac
  438. as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  439. ac_need_defaults=false;;
  440. --he | --h)
  441. # Conflict between --help and --header
  442. as_fn_error $? "ambiguous option: \`$1'
  443. Try \`$0 --help' for more information.";;
  444. --help | --hel | -h )
  445. $as_echo "$ac_cs_usage"; exit ;;
  446. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  447. | -silent | --silent | --silen | --sile | --sil | --si | --s)
  448. ac_cs_silent=: ;;
  449. # This is an error.
  450. -*) as_fn_error $? "unrecognized option: \`$1'
  451. Try \`$0 --help' for more information." ;;
  452. *) as_fn_append ac_config_targets " $1"
  453. ac_need_defaults=false ;;
  454. esac
  455. shift
  456. done
  457. ac_configure_extra_args=
  458. if $ac_cs_silent; then
  459. exec 6>/dev/null
  460. ac_configure_extra_args="$ac_configure_extra_args --silent"
  461. fi
  462. if $ac_cs_recheck; then
  463. set X /bin/bash './configure' '--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/release' 'CC' 'build_alias=CC' 'host_alias=CC' 'target_alias=CC' $ac_configure_extra_args --no-create --no-recursion
  464. shift
  465. $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
  466. CONFIG_SHELL='/bin/bash'
  467. export CONFIG_SHELL
  468. exec "$@"
  469. fi
  470. exec 5>>config.log
  471. {
  472. echo
  473. sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  474. ## Running $as_me. ##
  475. _ASBOX
  476. $as_echo "$ac_log"
  477. } >&5
  478. #
  479. # INIT-COMMANDS
  480. #
  481. AMDEP_TRUE="" ac_aux_dir="."
  482. # Handling of arguments.
  483. for ac_config_target in $ac_config_targets
  484. do
  485. case $ac_config_target in
  486. "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  487. "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  488. "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  489. *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  490. esac
  491. done
  492. # If the user did not use the arguments to specify the items to instantiate,
  493. # then the envvar interface is used. Set only those that are not.
  494. # We use the long form for the default assignment because of an extremely
  495. # bizarre bug on SunOS 4.1.3.
  496. if $ac_need_defaults; then
  497. test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  498. test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  499. test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  500. fi
  501. # Have a temporary directory for convenience. Make it in the build tree
  502. # simply because there is no reason against having it here, and in addition,
  503. # creating and moving files from /tmp can sometimes cause problems.
  504. # Hook for its removal unless debugging.
  505. # Note that there is a small window in which the directory will not be cleaned:
  506. # after its creation but before its name has been assigned to `$tmp'.
  507. $debug ||
  508. {
  509. tmp= ac_tmp=
  510. trap 'exit_status=$?
  511. : "${ac_tmp:=$tmp}"
  512. { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  513. ' 0
  514. trap 'as_fn_exit 1' 1 2 13 15
  515. }
  516. # Create a (secure) tmp directory for tmp files.
  517. {
  518. tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  519. test -d "$tmp"
  520. } ||
  521. {
  522. tmp=./conf$$-$RANDOM
  523. (umask 077 && mkdir "$tmp")
  524. } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  525. ac_tmp=$tmp
  526. # Set up the scripts for CONFIG_FILES section.
  527. # No need to generate them if there are no CONFIG_FILES.
  528. # This happens for instance with `./config.status config.h'.
  529. if test -n "$CONFIG_FILES"; then
  530. ac_cr=`echo X | tr X '\015'`
  531. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  532. # But we know of no other shell where ac_cr would be empty at this
  533. # point, so we can use a bashism as a fallback.
  534. if test "x$ac_cr" = x; then
  535. eval ac_cr=\$\'\\r\'
  536. fi
  537. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  538. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  539. ac_cs_awk_cr='\\r'
  540. else
  541. ac_cs_awk_cr=$ac_cr
  542. fi
  543. echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  544. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  545. S["am__EXEEXT_FALSE"]=""
  546. S["am__EXEEXT_TRUE"]="#"
  547. S["LTLIBOBJS"]=""
  548. S["LIBOBJS"]=""
  549. S["EGREP"]="/usr/bin/grep -E"
  550. S["GREP"]="/usr/bin/grep"
  551. S["CPP"]="gcc -E"
  552. S["am__fastdepCC_FALSE"]="#"
  553. S["am__fastdepCC_TRUE"]=""
  554. S["CCDEPMODE"]="depmode=gcc3"
  555. S["am__nodep"]="_no"
  556. S["AMDEPBACKSLASH"]="\\"
  557. S["AMDEP_FALSE"]="#"
  558. S["AMDEP_TRUE"]=""
  559. S["am__quote"]=""
  560. S["am__include"]="include"
  561. S["DEPDIR"]=".deps"
  562. S["OBJEXT"]="o"
  563. S["EXEEXT"]=""
  564. S["ac_ct_CC"]="gcc"
  565. S["CPPFLAGS"]=""
  566. S["LDFLAGS"]=""
  567. S["CFLAGS"]="-g -O2"
  568. S["CC"]="gcc"
  569. S["AM_BACKSLASH"]="\\"
  570. S["AM_DEFAULT_VERBOSITY"]="1"
  571. S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
  572. S["AM_V"]="$(V)"
  573. S["am__untar"]="$${TAR-tar} xf -"
  574. S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
  575. S["AMTAR"]="$${TAR-tar}"
  576. S["am__leading_dot"]="."
  577. S["SET_MAKE"]=""
  578. S["AWK"]="gawk"
  579. S["mkdir_p"]="$(MKDIR_P)"
  580. S["MKDIR_P"]="/usr/bin/mkdir -p"
  581. S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
  582. S["STRIP"]=""
  583. S["install_sh"]="${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/install-sh"
  584. S["MAKEINFO"]="${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/missing makeinfo"
  585. S["AUTOHEADER"]="${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/missing autoheader"
  586. S["AUTOMAKE"]="${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/missing automake-1.15"
  587. S["AUTOCONF"]="${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/missing autoconf"
  588. S["ACLOCAL"]="${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/missing aclocal-1.15"
  589. S["VERSION"]="1.06"
  590. S["PACKAGE"]="sshpass"
  591. S["CYGPATH_W"]="echo"
  592. S["am__isrc"]=""
  593. S["INSTALL_DATA"]="${INSTALL} -m 644"
  594. S["INSTALL_SCRIPT"]="${INSTALL}"
  595. S["INSTALL_PROGRAM"]="${INSTALL}"
  596. S["target_alias"]="CC"
  597. S["host_alias"]="CC"
  598. S["build_alias"]="CC"
  599. S["LIBS"]=""
  600. S["ECHO_T"]=""
  601. S["ECHO_N"]="-n"
  602. S["ECHO_C"]=""
  603. S["DEFS"]="-DHAVE_CONFIG_H"
  604. S["mandir"]="${datarootdir}/man"
  605. S["localedir"]="${datarootdir}/locale"
  606. S["libdir"]="${exec_prefix}/lib"
  607. S["psdir"]="${docdir}"
  608. S["pdfdir"]="${docdir}"
  609. S["dvidir"]="${docdir}"
  610. S["htmldir"]="${docdir}"
  611. S["infodir"]="${datarootdir}/info"
  612. S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
  613. S["oldincludedir"]="/usr/include"
  614. S["includedir"]="${prefix}/include"
  615. S["runstatedir"]="${localstatedir}/run"
  616. S["localstatedir"]="${prefix}/var"
  617. S["sharedstatedir"]="${prefix}/com"
  618. S["sysconfdir"]="${prefix}/etc"
  619. S["datadir"]="${datarootdir}"
  620. S["datarootdir"]="${prefix}/share"
  621. S["libexecdir"]="${exec_prefix}/libexec"
  622. S["sbindir"]="${exec_prefix}/sbin"
  623. S["bindir"]="${exec_prefix}/bin"
  624. S["program_transform_name"]="s,x,x,"
  625. S["prefix"]="/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/sshpass-master/release"
  626. S["exec_prefix"]="${prefix}"
  627. S["PACKAGE_URL"]=""
  628. S["PACKAGE_BUGREPORT"]=""
  629. S["PACKAGE_STRING"]="sshpass 1.06"
  630. S["PACKAGE_VERSION"]="1.06"
  631. S["PACKAGE_TARNAME"]="sshpass"
  632. S["PACKAGE_NAME"]="sshpass"
  633. S["PATH_SEPARATOR"]=":"
  634. S["SHELL"]="/bin/bash"
  635. _ACAWK
  636. cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  637. for (key in S) S_is_set[key] = 1
  638. FS = ""
  639. }
  640. {
  641. line = $ 0
  642. nfields = split(line, field, "@")
  643. substed = 0
  644. len = length(field[1])
  645. for (i = 2; i < nfields; i++) {
  646. key = field[i]
  647. keylen = length(key)
  648. if (S_is_set[key]) {
  649. value = S[key]
  650. line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  651. len += length(value) + length(field[++i])
  652. substed = 1
  653. } else
  654. len += 1 + keylen
  655. }
  656. print line
  657. }
  658. _ACAWK
  659. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  660. sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  661. else
  662. cat
  663. fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  664. || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  665. fi # test -n "$CONFIG_FILES"
  666. # Set up the scripts for CONFIG_HEADERS section.
  667. # No need to generate them if there are no CONFIG_HEADERS.
  668. # This happens for instance with `./config.status Makefile'.
  669. if test -n "$CONFIG_HEADERS"; then
  670. cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  671. BEGIN {
  672. D["PACKAGE_NAME"]=" \"sshpass\""
  673. D["PACKAGE_TARNAME"]=" \"sshpass\""
  674. D["PACKAGE_VERSION"]=" \"1.06\""
  675. D["PACKAGE_STRING"]=" \"sshpass 1.06\""
  676. D["PACKAGE_BUGREPORT"]=" \"\""
  677. D["PACKAGE_URL"]=" \"\""
  678. D["PACKAGE"]=" \"sshpass\""
  679. D["VERSION"]=" \"1.06\""
  680. D["STDC_HEADERS"]=" 1"
  681. D["HAVE_SYS_TYPES_H"]=" 1"
  682. D["HAVE_SYS_STAT_H"]=" 1"
  683. D["HAVE_STDLIB_H"]=" 1"
  684. D["HAVE_STRING_H"]=" 1"
  685. D["HAVE_MEMORY_H"]=" 1"
  686. D["HAVE_STRINGS_H"]=" 1"
  687. D["HAVE_INTTYPES_H"]=" 1"
  688. D["HAVE_STDINT_H"]=" 1"
  689. D["HAVE_UNISTD_H"]=" 1"
  690. D["__EXTENSIONS__"]=" 1"
  691. D["_ALL_SOURCE"]=" 1"
  692. D["_GNU_SOURCE"]=" 1"
  693. D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
  694. D["_TANDEM_SOURCE"]=" 1"
  695. D["STDC_HEADERS"]=" 1"
  696. D["HAVE_SYS_WAIT_H"]=" 1"
  697. D["HAVE_FCNTL_H"]=" 1"
  698. D["HAVE_STDLIB_H"]=" 1"
  699. D["HAVE_STRING_H"]=" 1"
  700. D["HAVE_SYS_IOCTL_H"]=" 1"
  701. D["HAVE_UNISTD_H"]=" 1"
  702. D["HAVE_TERMIOS_H"]=" 1"
  703. D["HAVE_FORK"]=" 1"
  704. D["HAVE_VFORK"]=" 1"
  705. D["HAVE_WORKING_VFORK"]=" 1"
  706. D["HAVE_WORKING_FORK"]=" 1"
  707. D["HAVE_STDLIB_H"]=" 1"
  708. D["HAVE_MALLOC"]=" 1"
  709. D["HAVE_SYS_SELECT_H"]=" 1"
  710. D["HAVE_SYS_SOCKET_H"]=" 1"
  711. D["SELECT_TYPE_ARG1"]=" int"
  712. D["SELECT_TYPE_ARG234"]=" (fd_set *)"
  713. D["SELECT_TYPE_ARG5"]=" (struct timeval *)"
  714. D["RETSIGTYPE"]=" void"
  715. D["HAVE_SELECT"]=" 1"
  716. D["HAVE_POSIX_OPENPT"]=" 1"
  717. D["HAVE_STRDUP"]=" 1"
  718. D["PASSWORD_PROMPT"]=" \"assword\""
  719. for (key in D) D_is_set[key] = 1
  720. FS = ""
  721. }
  722. /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  723. line = $ 0
  724. split(line, arg, " ")
  725. if (arg[1] == "#") {
  726. defundef = arg[2]
  727. mac1 = arg[3]
  728. } else {
  729. defundef = substr(arg[1], 2)
  730. mac1 = arg[2]
  731. }
  732. split(mac1, mac2, "(") #)
  733. macro = mac2[1]
  734. prefix = substr(line, 1, index(line, defundef) - 1)
  735. if (D_is_set[macro]) {
  736. # Preserve the white space surrounding the "#".
  737. print prefix "define", macro P[macro] D[macro]
  738. next
  739. } else {
  740. # Replace #undef with comments. This is necessary, for example,
  741. # in the case of _POSIX_SOURCE, which is predefined and required
  742. # on some systems where configure will not decide to define it.
  743. if (defundef == "undef") {
  744. print "/*", prefix defundef, macro, "*/"
  745. next
  746. }
  747. }
  748. }
  749. { print }
  750. _ACAWK
  751. as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  752. fi # test -n "$CONFIG_HEADERS"
  753. eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
  754. shift
  755. for ac_tag
  756. do
  757. case $ac_tag in
  758. :[FHLC]) ac_mode=$ac_tag; continue;;
  759. esac
  760. case $ac_mode$ac_tag in
  761. :[FHL]*:*);;
  762. :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  763. :[FH]-) ac_tag=-:-;;
  764. :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  765. esac
  766. ac_save_IFS=$IFS
  767. IFS=:
  768. set x $ac_tag
  769. IFS=$ac_save_IFS
  770. shift
  771. ac_file=$1
  772. shift
  773. case $ac_mode in
  774. :L) ac_source=$1;;
  775. :[FH])
  776. ac_file_inputs=
  777. for ac_f
  778. do
  779. case $ac_f in
  780. -) ac_f="$ac_tmp/stdin";;
  781. *) # Look for the file first in the build tree, then in the source tree
  782. # (if the path is not absolute). The absolute path cannot be DOS-style,
  783. # because $ac_f cannot contain `:'.
  784. test -f "$ac_f" ||
  785. case $ac_f in
  786. [\\/$]*) false;;
  787. *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  788. esac ||
  789. as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  790. esac
  791. case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  792. as_fn_append ac_file_inputs " '$ac_f'"
  793. done
  794. # Let's still pretend it is `configure' which instantiates (i.e., don't
  795. # use $as_me), people would be surprised to read:
  796. # /* config.h. Generated by config.status. */
  797. configure_input='Generated from '`
  798. $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  799. `' by configure.'
  800. if test x"$ac_file" != x-; then
  801. configure_input="$ac_file. $configure_input"
  802. { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  803. $as_echo "$as_me: creating $ac_file" >&6;}
  804. fi
  805. # Neutralize special characters interpreted by sed in replacement strings.
  806. case $configure_input in #(
  807. *\&* | *\|* | *\\* )
  808. ac_sed_conf_input=`$as_echo "$configure_input" |
  809. sed 's/[\\\\&|]/\\\\&/g'`;; #(
  810. *) ac_sed_conf_input=$configure_input;;
  811. esac
  812. case $ac_tag in
  813. *:-:* | *:-) cat >"$ac_tmp/stdin" \
  814. || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  815. esac
  816. ;;
  817. esac
  818. ac_dir=`$as_dirname -- "$ac_file" ||
  819. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  820. X"$ac_file" : 'X\(//\)[^/]' \| \
  821. X"$ac_file" : 'X\(//\)$' \| \
  822. X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  823. $as_echo X"$ac_file" |
  824. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  825. s//\1/
  826. q
  827. }
  828. /^X\(\/\/\)[^/].*/{
  829. s//\1/
  830. q
  831. }
  832. /^X\(\/\/\)$/{
  833. s//\1/
  834. q
  835. }
  836. /^X\(\/\).*/{
  837. s//\1/
  838. q
  839. }
  840. s/.*/./; q'`
  841. as_dir="$ac_dir"; as_fn_mkdir_p
  842. ac_builddir=.
  843. case "$ac_dir" in
  844. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  845. *)
  846. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  847. # A ".." for each directory in $ac_dir_suffix.
  848. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  849. case $ac_top_builddir_sub in
  850. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  851. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  852. esac ;;
  853. esac
  854. ac_abs_top_builddir=$ac_pwd
  855. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  856. # for backward compatibility:
  857. ac_top_builddir=$ac_top_build_prefix
  858. case $srcdir in
  859. .) # We are building in place.
  860. ac_srcdir=.
  861. ac_top_srcdir=$ac_top_builddir_sub
  862. ac_abs_top_srcdir=$ac_pwd ;;
  863. [\\/]* | ?:[\\/]* ) # Absolute name.
  864. ac_srcdir=$srcdir$ac_dir_suffix;
  865. ac_top_srcdir=$srcdir
  866. ac_abs_top_srcdir=$srcdir ;;
  867. *) # Relative name.
  868. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  869. ac_top_srcdir=$ac_top_build_prefix$srcdir
  870. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  871. esac
  872. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  873. case $ac_mode in
  874. :F)
  875. #
  876. # CONFIG_FILE
  877. #
  878. case $INSTALL in
  879. [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  880. *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  881. esac
  882. ac_MKDIR_P=$MKDIR_P
  883. case $MKDIR_P in
  884. [\\/$]* | ?:[\\/]* ) ;;
  885. */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  886. esac
  887. # If the template does not know about datarootdir, expand it.
  888. # FIXME: This hack should be removed a few years after 2.60.
  889. ac_datarootdir_hack=; ac_datarootdir_seen=
  890. ac_sed_dataroot='
  891. /datarootdir/ {
  892. p
  893. q
  894. }
  895. /@datadir@/p
  896. /@docdir@/p
  897. /@infodir@/p
  898. /@localedir@/p
  899. /@mandir@/p'
  900. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  901. *datarootdir*) ac_datarootdir_seen=yes;;
  902. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  903. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  904. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  905. ac_datarootdir_hack='
  906. s&@datadir@&${datarootdir}&g
  907. s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  908. s&@infodir@&${datarootdir}/info&g
  909. s&@localedir@&${datarootdir}/locale&g
  910. s&@mandir@&${datarootdir}/man&g
  911. s&\${datarootdir}&${prefix}/share&g' ;;
  912. esac
  913. ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
  914. h
  915. s///
  916. s/^/:/
  917. s/[ ]*$/:/
  918. s/:\$(srcdir):/:/g
  919. s/:\${srcdir}:/:/g
  920. s/:@srcdir@:/:/g
  921. s/^:*//
  922. s/:*$//
  923. x
  924. s/\(=[ ]*\).*/\1/
  925. G
  926. s/\n//
  927. s/^[^=]*=[ ]*$//
  928. }
  929. :t
  930. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  931. s|@configure_input@|$ac_sed_conf_input|;t t
  932. s&@top_builddir@&$ac_top_builddir_sub&;t t
  933. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  934. s&@srcdir@&$ac_srcdir&;t t
  935. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  936. s&@top_srcdir@&$ac_top_srcdir&;t t
  937. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  938. s&@builddir@&$ac_builddir&;t t
  939. s&@abs_builddir@&$ac_abs_builddir&;t t
  940. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  941. s&@INSTALL@&$ac_INSTALL&;t t
  942. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  943. $ac_datarootdir_hack
  944. "
  945. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  946. >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  947. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  948. { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  949. { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
  950. "$ac_tmp/out"`; test -z "$ac_out"; } &&
  951. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  952. which seems to be undefined. Please make sure it is defined" >&5
  953. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  954. which seems to be undefined. Please make sure it is defined" >&2;}
  955. rm -f "$ac_tmp/stdin"
  956. case $ac_file in
  957. -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  958. *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  959. esac \
  960. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  961. ;;
  962. :H)
  963. #
  964. # CONFIG_HEADER
  965. #
  966. if test x"$ac_file" != x-; then
  967. {
  968. $as_echo "/* $configure_input */" \
  969. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  970. } >"$ac_tmp/config.h" \
  971. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  972. if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  973. { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  974. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  975. else
  976. rm -f "$ac_file"
  977. mv "$ac_tmp/config.h" "$ac_file" \
  978. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  979. fi
  980. else
  981. $as_echo "/* $configure_input */" \
  982. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  983. || as_fn_error $? "could not create -" "$LINENO" 5
  984. fi
  985. # Compute "$ac_file"'s index in $config_headers.
  986. _am_arg="$ac_file"
  987. _am_stamp_count=1
  988. for _am_header in $config_headers :; do
  989. case $_am_header in
  990. $_am_arg | $_am_arg:* )
  991. break ;;
  992. * )
  993. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  994. esac
  995. done
  996. echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  997. $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  998. X"$_am_arg" : 'X\(//\)[^/]' \| \
  999. X"$_am_arg" : 'X\(//\)$' \| \
  1000. X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  1001. $as_echo X"$_am_arg" |
  1002. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1003. s//\1/
  1004. q
  1005. }
  1006. /^X\(\/\/\)[^/].*/{
  1007. s//\1/
  1008. q
  1009. }
  1010. /^X\(\/\/\)$/{
  1011. s//\1/
  1012. q
  1013. }
  1014. /^X\(\/\).*/{
  1015. s//\1/
  1016. q
  1017. }
  1018. s/.*/./; q'`/stamp-h$_am_stamp_count
  1019. ;;
  1020. :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1021. $as_echo "$as_me: executing $ac_file commands" >&6;}
  1022. ;;
  1023. esac
  1024. case $ac_file$ac_mode in
  1025. "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  1026. # Older Autoconf quotes --file arguments for eval, but not when files
  1027. # are listed without --file. Let's play safe and only enable the eval
  1028. # if we detect the quoting.
  1029. case $CONFIG_FILES in
  1030. *\'*) eval set x "$CONFIG_FILES" ;;
  1031. *) set x $CONFIG_FILES ;;
  1032. esac
  1033. shift
  1034. for mf
  1035. do
  1036. # Strip MF so we end up with the name of the file.
  1037. mf=`echo "$mf" | sed -e 's/:.*$//'`
  1038. # Check whether this is an Automake generated Makefile or not.
  1039. # We used to match only the files named 'Makefile.in', but
  1040. # some people rename them; so instead we look at the file content.
  1041. # Grep'ing the first line is not enough: some people post-process
  1042. # each Makefile.in and add a new line on top of each file to say so.
  1043. # Grep'ing the whole file is not good either: AIX grep has a line
  1044. # limit of 2048, but all sed's we know have understand at least 4000.
  1045. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  1046. dirpart=`$as_dirname -- "$mf" ||
  1047. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1048. X"$mf" : 'X\(//\)[^/]' \| \
  1049. X"$mf" : 'X\(//\)$' \| \
  1050. X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  1051. $as_echo X"$mf" |
  1052. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1053. s//\1/
  1054. q
  1055. }
  1056. /^X\(\/\/\)[^/].*/{
  1057. s//\1/
  1058. q
  1059. }
  1060. /^X\(\/\/\)$/{
  1061. s//\1/
  1062. q
  1063. }
  1064. /^X\(\/\).*/{
  1065. s//\1/
  1066. q
  1067. }
  1068. s/.*/./; q'`
  1069. else
  1070. continue
  1071. fi
  1072. # Extract the definition of DEPDIR, am__include, and am__quote
  1073. # from the Makefile without running 'make'.
  1074. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1075. test -z "$DEPDIR" && continue
  1076. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1077. test -z "$am__include" && continue
  1078. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1079. # Find all dependency output files, they are included files with
  1080. # $(DEPDIR) in their names. We invoke sed twice because it is the
  1081. # simplest approach to changing $(DEPDIR) to its actual value in the
  1082. # expansion.
  1083. for file in `sed -n "
  1084. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1085. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  1086. # Make sure the directory exists.
  1087. test -f "$dirpart/$file" && continue
  1088. fdir=`$as_dirname -- "$file" ||
  1089. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1090. X"$file" : 'X\(//\)[^/]' \| \
  1091. X"$file" : 'X\(//\)$' \| \
  1092. X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  1093. $as_echo X"$file" |
  1094. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1095. s//\1/
  1096. q
  1097. }
  1098. /^X\(\/\/\)[^/].*/{
  1099. s//\1/
  1100. q
  1101. }
  1102. /^X\(\/\/\)$/{
  1103. s//\1/
  1104. q
  1105. }
  1106. /^X\(\/\).*/{
  1107. s//\1/
  1108. q
  1109. }
  1110. s/.*/./; q'`
  1111. as_dir=$dirpart/$fdir; as_fn_mkdir_p
  1112. # echo "creating $dirpart/$file"
  1113. echo '# dummy' > "$dirpart/$file"
  1114. done
  1115. done
  1116. }
  1117. ;;
  1118. esac
  1119. done # for ac_tag
  1120. as_fn_exit 0