configure 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634
  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. # Initialize some variables set by options.
  13. # The variables have the same names as the options, with
  14. # dashes changed to underlines.
  15. build=NONE
  16. cache_file=./config.cache
  17. exec_prefix=NONE
  18. host=NONE
  19. no_create=
  20. nonopt=NONE
  21. no_recursion=
  22. prefix=NONE
  23. program_prefix=NONE
  24. program_suffix=NONE
  25. program_transform_name=s,x,x,
  26. silent=
  27. site=
  28. srcdir=
  29. target=NONE
  30. verbose=
  31. x_includes=NONE
  32. x_libraries=NONE
  33. bindir='${exec_prefix}/bin'
  34. sbindir='${exec_prefix}/sbin'
  35. libexecdir='${exec_prefix}/libexec'
  36. datadir='${prefix}/share'
  37. sysconfdir='${prefix}/etc'
  38. sharedstatedir='${prefix}/com'
  39. localstatedir='${prefix}/var'
  40. libdir='${exec_prefix}/lib'
  41. includedir='${prefix}/include'
  42. oldincludedir='/usr/include'
  43. infodir='${prefix}/info'
  44. mandir='${prefix}/man'
  45. # Initialize some other variables.
  46. subdirs=
  47. MFLAGS= MAKEFLAGS=
  48. SHELL=${CONFIG_SHELL-/bin/sh}
  49. # Maximum number of lines to put in a shell here document.
  50. ac_max_here_lines=12
  51. ac_prev=
  52. for ac_option
  53. do
  54. # If the previous option needs an argument, assign it.
  55. if test -n "$ac_prev"; then
  56. eval "$ac_prev=\$ac_option"
  57. ac_prev=
  58. continue
  59. fi
  60. case "$ac_option" in
  61. -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  62. *) ac_optarg= ;;
  63. esac
  64. # Accept the important Cygnus configure options, so we can diagnose typos.
  65. case "$ac_option" in
  66. -bindir | --bindir | --bindi | --bind | --bin | --bi)
  67. ac_prev=bindir ;;
  68. -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  69. bindir="$ac_optarg" ;;
  70. -build | --build | --buil | --bui | --bu)
  71. ac_prev=build ;;
  72. -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  73. build="$ac_optarg" ;;
  74. -cache-file | --cache-file | --cache-fil | --cache-fi \
  75. | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  76. ac_prev=cache_file ;;
  77. -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  78. | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  79. cache_file="$ac_optarg" ;;
  80. -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  81. ac_prev=datadir ;;
  82. -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  83. | --da=*)
  84. datadir="$ac_optarg" ;;
  85. -disable-* | --disable-*)
  86. ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  87. # Reject names that are not valid shell variable names.
  88. if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  89. { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  90. fi
  91. ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  92. eval "enable_${ac_feature}=no" ;;
  93. -enable-* | --enable-*)
  94. ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  95. # Reject names that are not valid shell variable names.
  96. if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  97. { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  98. fi
  99. ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  100. case "$ac_option" in
  101. *=*) ;;
  102. *) ac_optarg=yes ;;
  103. esac
  104. eval "enable_${ac_feature}='$ac_optarg'" ;;
  105. -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  106. | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  107. | --exec | --exe | --ex)
  108. ac_prev=exec_prefix ;;
  109. -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  110. | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  111. | --exec=* | --exe=* | --ex=*)
  112. exec_prefix="$ac_optarg" ;;
  113. -gas | --gas | --ga | --g)
  114. # Obsolete; use --with-gas.
  115. with_gas=yes ;;
  116. -help | --help | --hel | --he)
  117. # Omit some internal or obsolete options to make the list less imposing.
  118. # This message is too long to be a string in the A/UX 3.1 sh.
  119. cat << EOF
  120. Usage: configure [options] [host]
  121. Options: [defaults in brackets after descriptions]
  122. Configuration:
  123. --cache-file=FILE cache test results in FILE
  124. --help print this message
  125. --no-create do not create output files
  126. --quiet, --silent do not print \`checking...' messages
  127. --version print the version of autoconf that created configure
  128. Directory and file names:
  129. --prefix=PREFIX install architecture-independent files in PREFIX
  130. [$ac_default_prefix]
  131. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  132. [same as prefix]
  133. --bindir=DIR user executables in DIR [EPREFIX/bin]
  134. --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
  135. --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
  136. --datadir=DIR read-only architecture-independent data in DIR
  137. [PREFIX/share]
  138. --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
  139. --sharedstatedir=DIR modifiable architecture-independent data in DIR
  140. [PREFIX/com]
  141. --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
  142. --libdir=DIR object code libraries in DIR [EPREFIX/lib]
  143. --includedir=DIR C header files in DIR [PREFIX/include]
  144. --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
  145. --infodir=DIR info documentation in DIR [PREFIX/info]
  146. --mandir=DIR man documentation in DIR [PREFIX/man]
  147. --srcdir=DIR find the sources in DIR [configure dir or ..]
  148. --program-prefix=PREFIX prepend PREFIX to installed program names
  149. --program-suffix=SUFFIX append SUFFIX to installed program names
  150. --program-transform-name=PROGRAM
  151. run sed PROGRAM on installed program names
  152. EOF
  153. cat << EOF
  154. Host type:
  155. --build=BUILD configure for building on BUILD [BUILD=HOST]
  156. --host=HOST configure for HOST [guessed]
  157. --target=TARGET configure for TARGET [TARGET=HOST]
  158. Features and packages:
  159. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  160. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  161. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  162. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  163. --x-includes=DIR X include files are in DIR
  164. --x-libraries=DIR X library files are in DIR
  165. EOF
  166. if test -n "$ac_help"; then
  167. echo "--enable and --with options recognized:$ac_help"
  168. fi
  169. exit 0 ;;
  170. -host | --host | --hos | --ho)
  171. ac_prev=host ;;
  172. -host=* | --host=* | --hos=* | --ho=*)
  173. host="$ac_optarg" ;;
  174. -includedir | --includedir | --includedi | --included | --include \
  175. | --includ | --inclu | --incl | --inc)
  176. ac_prev=includedir ;;
  177. -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  178. | --includ=* | --inclu=* | --incl=* | --inc=*)
  179. includedir="$ac_optarg" ;;
  180. -infodir | --infodir | --infodi | --infod | --info | --inf)
  181. ac_prev=infodir ;;
  182. -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  183. infodir="$ac_optarg" ;;
  184. -libdir | --libdir | --libdi | --libd)
  185. ac_prev=libdir ;;
  186. -libdir=* | --libdir=* | --libdi=* | --libd=*)
  187. libdir="$ac_optarg" ;;
  188. -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  189. | --libexe | --libex | --libe)
  190. ac_prev=libexecdir ;;
  191. -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  192. | --libexe=* | --libex=* | --libe=*)
  193. libexecdir="$ac_optarg" ;;
  194. -localstatedir | --localstatedir | --localstatedi | --localstated \
  195. | --localstate | --localstat | --localsta | --localst \
  196. | --locals | --local | --loca | --loc | --lo)
  197. ac_prev=localstatedir ;;
  198. -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  199. | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  200. | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  201. localstatedir="$ac_optarg" ;;
  202. -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  203. ac_prev=mandir ;;
  204. -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  205. mandir="$ac_optarg" ;;
  206. -nfp | --nfp | --nf)
  207. # Obsolete; use --without-fp.
  208. with_fp=no ;;
  209. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  210. | --no-cr | --no-c)
  211. no_create=yes ;;
  212. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  213. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  214. no_recursion=yes ;;
  215. -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  216. | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  217. | --oldin | --oldi | --old | --ol | --o)
  218. ac_prev=oldincludedir ;;
  219. -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  220. | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  221. | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  222. oldincludedir="$ac_optarg" ;;
  223. -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  224. ac_prev=prefix ;;
  225. -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  226. prefix="$ac_optarg" ;;
  227. -program-prefix | --program-prefix | --program-prefi | --program-pref \
  228. | --program-pre | --program-pr | --program-p)
  229. ac_prev=program_prefix ;;
  230. -program-prefix=* | --program-prefix=* | --program-prefi=* \
  231. | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  232. program_prefix="$ac_optarg" ;;
  233. -program-suffix | --program-suffix | --program-suffi | --program-suff \
  234. | --program-suf | --program-su | --program-s)
  235. ac_prev=program_suffix ;;
  236. -program-suffix=* | --program-suffix=* | --program-suffi=* \
  237. | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  238. program_suffix="$ac_optarg" ;;
  239. -program-transform-name | --program-transform-name \
  240. | --program-transform-nam | --program-transform-na \
  241. | --program-transform-n | --program-transform- \
  242. | --program-transform | --program-transfor \
  243. | --program-transfo | --program-transf \
  244. | --program-trans | --program-tran \
  245. | --progr-tra | --program-tr | --program-t)
  246. ac_prev=program_transform_name ;;
  247. -program-transform-name=* | --program-transform-name=* \
  248. | --program-transform-nam=* | --program-transform-na=* \
  249. | --program-transform-n=* | --program-transform-=* \
  250. | --program-transform=* | --program-transfor=* \
  251. | --program-transfo=* | --program-transf=* \
  252. | --program-trans=* | --program-tran=* \
  253. | --progr-tra=* | --program-tr=* | --program-t=*)
  254. program_transform_name="$ac_optarg" ;;
  255. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  256. | -silent | --silent | --silen | --sile | --sil)
  257. silent=yes ;;
  258. -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  259. ac_prev=sbindir ;;
  260. -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  261. | --sbi=* | --sb=*)
  262. sbindir="$ac_optarg" ;;
  263. -sharedstatedir | --sharedstatedir | --sharedstatedi \
  264. | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  265. | --sharedst | --shareds | --shared | --share | --shar \
  266. | --sha | --sh)
  267. ac_prev=sharedstatedir ;;
  268. -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  269. | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  270. | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  271. | --sha=* | --sh=*)
  272. sharedstatedir="$ac_optarg" ;;
  273. -site | --site | --sit)
  274. ac_prev=site ;;
  275. -site=* | --site=* | --sit=*)
  276. site="$ac_optarg" ;;
  277. -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  278. ac_prev=srcdir ;;
  279. -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  280. srcdir="$ac_optarg" ;;
  281. -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  282. | --syscon | --sysco | --sysc | --sys | --sy)
  283. ac_prev=sysconfdir ;;
  284. -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  285. | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  286. sysconfdir="$ac_optarg" ;;
  287. -target | --target | --targe | --targ | --tar | --ta | --t)
  288. ac_prev=target ;;
  289. -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  290. target="$ac_optarg" ;;
  291. -v | -verbose | --verbose | --verbos | --verbo | --verb)
  292. verbose=yes ;;
  293. -version | --version | --versio | --versi | --vers)
  294. echo "configure generated by autoconf version 2.13"
  295. exit 0 ;;
  296. -with-* | --with-*)
  297. ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  298. # Reject names that are not valid shell variable names.
  299. if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  300. { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  301. fi
  302. ac_package=`echo $ac_package| sed 's/-/_/g'`
  303. case "$ac_option" in
  304. *=*) ;;
  305. *) ac_optarg=yes ;;
  306. esac
  307. eval "with_${ac_package}='$ac_optarg'" ;;
  308. -without-* | --without-*)
  309. ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  310. # Reject names that are not valid shell variable names.
  311. if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  312. { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  313. fi
  314. ac_package=`echo $ac_package| sed 's/-/_/g'`
  315. eval "with_${ac_package}=no" ;;
  316. --x)
  317. # Obsolete; use --with-x.
  318. with_x=yes ;;
  319. -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  320. | --x-incl | --x-inc | --x-in | --x-i)
  321. ac_prev=x_includes ;;
  322. -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  323. | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  324. x_includes="$ac_optarg" ;;
  325. -x-libraries | --x-libraries | --x-librarie | --x-librari \
  326. | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  327. ac_prev=x_libraries ;;
  328. -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  329. | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  330. x_libraries="$ac_optarg" ;;
  331. -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  332. ;;
  333. *)
  334. if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  335. echo "configure: warning: $ac_option: invalid host type" 1>&2
  336. fi
  337. if test "x$nonopt" != xNONE; then
  338. { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  339. fi
  340. nonopt="$ac_option"
  341. ;;
  342. esac
  343. done
  344. if test -n "$ac_prev"; then
  345. { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  346. fi
  347. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  348. # File descriptor usage:
  349. # 0 standard input
  350. # 1 file creation
  351. # 2 errors and warnings
  352. # 3 some systems may open it to /dev/tty
  353. # 4 used on the Kubota Titan
  354. # 6 checking for... messages and results
  355. # 5 compiler messages saved in config.log
  356. if test "$silent" = yes; then
  357. exec 6>/dev/null
  358. else
  359. exec 6>&1
  360. fi
  361. exec 5>./config.log
  362. echo "\
  363. This file contains any messages produced by compilers while
  364. running configure, to aid debugging if configure makes a mistake.
  365. " 1>&5
  366. # Strip out --no-create and --no-recursion so they do not pile up.
  367. # Also quote any args containing shell metacharacters.
  368. ac_configure_args=
  369. for ac_arg
  370. do
  371. case "$ac_arg" in
  372. -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  373. | --no-cr | --no-c) ;;
  374. -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  375. | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  376. *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  377. ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  378. *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  379. esac
  380. done
  381. # NLS nuisances.
  382. # Only set these to C if already set. These must not be set unconditionally
  383. # because not all systems understand e.g. LANG=C (notably SCO).
  384. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  385. # Non-C LC_CTYPE values break the ctype check.
  386. if test "${LANG+set}" = set; then LANG=C; export LANG; fi
  387. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  388. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  389. if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
  390. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  391. rm -rf conftest* confdefs.h
  392. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  393. echo > confdefs.h
  394. # A filename unique to this package, relative to the directory that
  395. # configure is in, which we can look for to find out if srcdir is correct.
  396. ac_unique_file=tcpreplay.c
  397. # Find the source files, if location was not specified.
  398. if test -z "$srcdir"; then
  399. ac_srcdir_defaulted=yes
  400. # Try the directory containing this script, then its parent.
  401. ac_prog=$0
  402. ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  403. test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  404. srcdir=$ac_confdir
  405. if test ! -r $srcdir/$ac_unique_file; then
  406. srcdir=..
  407. fi
  408. else
  409. ac_srcdir_defaulted=no
  410. fi
  411. if test ! -r $srcdir/$ac_unique_file; then
  412. if test "$ac_srcdir_defaulted" = yes; then
  413. { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  414. else
  415. { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  416. fi
  417. fi
  418. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  419. # Prefer explicitly selected file to automatically selected ones.
  420. if test -z "$CONFIG_SITE"; then
  421. if test "x$prefix" != xNONE; then
  422. CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  423. else
  424. CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  425. fi
  426. fi
  427. for ac_site_file in $CONFIG_SITE; do
  428. if test -r "$ac_site_file"; then
  429. echo "loading site script $ac_site_file"
  430. . "$ac_site_file"
  431. fi
  432. done
  433. if test -r "$cache_file"; then
  434. echo "loading cache $cache_file"
  435. . $cache_file
  436. else
  437. echo "creating cache $cache_file"
  438. > $cache_file
  439. fi
  440. ac_ext=c
  441. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  442. ac_cpp='$CPP $CPPFLAGS'
  443. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  444. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  445. cross_compiling=$ac_cv_prog_cc_cross
  446. ac_exeext=
  447. ac_objext=o
  448. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  449. # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  450. if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  451. ac_n= ac_c='
  452. ' ac_t=' '
  453. else
  454. ac_n=-n ac_c= ac_t=
  455. fi
  456. else
  457. ac_n= ac_c='\c' ac_t=
  458. fi
  459. # Extract the first word of "gcc", so it can be a program name with args.
  460. set dummy gcc; ac_word=$2
  461. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  462. echo "configure:529: checking for $ac_word" >&5
  463. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  464. echo $ac_n "(cached) $ac_c" 1>&6
  465. else
  466. if test -n "$CC"; then
  467. ac_cv_prog_CC="$CC" # Let the user override the test.
  468. else
  469. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
  470. ac_dummy="$PATH"
  471. for ac_dir in $ac_dummy; do
  472. test -z "$ac_dir" && ac_dir=.
  473. if test -f $ac_dir/$ac_word; then
  474. ac_cv_prog_CC="gcc"
  475. break
  476. fi
  477. done
  478. IFS="$ac_save_ifs"
  479. fi
  480. fi
  481. CC="$ac_cv_prog_CC"
  482. if test -n "$CC"; then
  483. echo "$ac_t""$CC" 1>&6
  484. else
  485. echo "$ac_t""no" 1>&6
  486. fi
  487. if test -z "$CC"; then
  488. # Extract the first word of "cc", so it can be a program name with args.
  489. set dummy cc; ac_word=$2
  490. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  491. echo "configure:559: checking for $ac_word" >&5
  492. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  493. echo $ac_n "(cached) $ac_c" 1>&6
  494. else
  495. if test -n "$CC"; then
  496. ac_cv_prog_CC="$CC" # Let the user override the test.
  497. else
  498. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
  499. ac_prog_rejected=no
  500. ac_dummy="$PATH"
  501. for ac_dir in $ac_dummy; do
  502. test -z "$ac_dir" && ac_dir=.
  503. if test -f $ac_dir/$ac_word; then
  504. if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  505. ac_prog_rejected=yes
  506. continue
  507. fi
  508. ac_cv_prog_CC="cc"
  509. break
  510. fi
  511. done
  512. IFS="$ac_save_ifs"
  513. if test $ac_prog_rejected = yes; then
  514. # We found a bogon in the path, so make sure we never use it.
  515. set dummy $ac_cv_prog_CC
  516. shift
  517. if test $# -gt 0; then
  518. # We chose a different compiler from the bogus one.
  519. # However, it has the same basename, so the bogon will be chosen
  520. # first if we set CC to just the basename; use the full file name.
  521. shift
  522. set dummy "$ac_dir/$ac_word" "$@"
  523. shift
  524. ac_cv_prog_CC="$@"
  525. fi
  526. fi
  527. fi
  528. fi
  529. CC="$ac_cv_prog_CC"
  530. if test -n "$CC"; then
  531. echo "$ac_t""$CC" 1>&6
  532. else
  533. echo "$ac_t""no" 1>&6
  534. fi
  535. if test -z "$CC"; then
  536. case "`uname -s`" in
  537. *win32* | *WIN32*)
  538. # Extract the first word of "cl", so it can be a program name with args.
  539. set dummy cl; ac_word=$2
  540. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  541. echo "configure:610: checking for $ac_word" >&5
  542. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  543. echo $ac_n "(cached) $ac_c" 1>&6
  544. else
  545. if test -n "$CC"; then
  546. ac_cv_prog_CC="$CC" # Let the user override the test.
  547. else
  548. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
  549. ac_dummy="$PATH"
  550. for ac_dir in $ac_dummy; do
  551. test -z "$ac_dir" && ac_dir=.
  552. if test -f $ac_dir/$ac_word; then
  553. ac_cv_prog_CC="cl"
  554. break
  555. fi
  556. done
  557. IFS="$ac_save_ifs"
  558. fi
  559. fi
  560. CC="$ac_cv_prog_CC"
  561. if test -n "$CC"; then
  562. echo "$ac_t""$CC" 1>&6
  563. else
  564. echo "$ac_t""no" 1>&6
  565. fi
  566. ;;
  567. esac
  568. fi
  569. test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  570. fi
  571. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  572. echo "configure:642: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  573. ac_ext=c
  574. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  575. ac_cpp='$CPP $CPPFLAGS'
  576. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  577. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  578. cross_compiling=$ac_cv_prog_cc_cross
  579. cat > conftest.$ac_ext << EOF
  580. #line 653 "configure"
  581. #include "confdefs.h"
  582. main(){return(0);}
  583. EOF
  584. if { (eval echo configure:658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  585. ac_cv_prog_cc_works=yes
  586. # If we can't run a trivial program, we are probably using a cross compiler.
  587. if (./conftest; exit) 2>/dev/null; then
  588. ac_cv_prog_cc_cross=no
  589. else
  590. ac_cv_prog_cc_cross=yes
  591. fi
  592. else
  593. echo "configure: failed program was:" >&5
  594. cat conftest.$ac_ext >&5
  595. ac_cv_prog_cc_works=no
  596. fi
  597. rm -fr conftest*
  598. ac_ext=c
  599. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  600. ac_cpp='$CPP $CPPFLAGS'
  601. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  602. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  603. cross_compiling=$ac_cv_prog_cc_cross
  604. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  605. if test $ac_cv_prog_cc_works = no; then
  606. { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  607. fi
  608. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  609. echo "configure:684: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  610. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  611. cross_compiling=$ac_cv_prog_cc_cross
  612. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  613. echo "configure:689: checking whether we are using GNU C" >&5
  614. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  615. echo $ac_n "(cached) $ac_c" 1>&6
  616. else
  617. cat > conftest.c <<EOF
  618. #ifdef __GNUC__
  619. yes;
  620. #endif
  621. EOF
  622. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  623. ac_cv_prog_gcc=yes
  624. else
  625. ac_cv_prog_gcc=no
  626. fi
  627. fi
  628. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  629. if test $ac_cv_prog_gcc = yes; then
  630. GCC=yes
  631. else
  632. GCC=
  633. fi
  634. ac_test_CFLAGS="${CFLAGS+set}"
  635. ac_save_CFLAGS="$CFLAGS"
  636. CFLAGS=
  637. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  638. echo "configure:717: checking whether ${CC-cc} accepts -g" >&5
  639. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  640. echo $ac_n "(cached) $ac_c" 1>&6
  641. else
  642. echo 'void f(){}' > conftest.c
  643. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  644. ac_cv_prog_cc_g=yes
  645. else
  646. ac_cv_prog_cc_g=no
  647. fi
  648. rm -f conftest*
  649. fi
  650. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  651. if test "$ac_test_CFLAGS" = set; then
  652. CFLAGS="$ac_save_CFLAGS"
  653. elif test $ac_cv_prog_cc_g = yes; then
  654. if test "$GCC" = yes; then
  655. CFLAGS="-g -O2"
  656. else
  657. CFLAGS="-g"
  658. fi
  659. else
  660. if test "$GCC" = yes; then
  661. CFLAGS="-O2"
  662. else
  663. CFLAGS=
  664. fi
  665. fi
  666. ac_aux_dir=
  667. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  668. if test -f $ac_dir/install-sh; then
  669. ac_aux_dir=$ac_dir
  670. ac_install_sh="$ac_aux_dir/install-sh -c"
  671. break
  672. elif test -f $ac_dir/install.sh; then
  673. ac_aux_dir=$ac_dir
  674. ac_install_sh="$ac_aux_dir/install.sh -c"
  675. break
  676. fi
  677. done
  678. if test -z "$ac_aux_dir"; then
  679. { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  680. fi
  681. ac_config_guess=$ac_aux_dir/config.guess
  682. ac_config_sub=$ac_aux_dir/config.sub
  683. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  684. # Find a good install program. We prefer a C program (faster),
  685. # so one script is as good as another. But avoid the broken or
  686. # incompatible versions:
  687. # SysV /etc/install, /usr/sbin/install
  688. # SunOS /usr/etc/install
  689. # IRIX /sbin/install
  690. # AIX /bin/install
  691. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  692. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  693. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  694. # ./install, which can be erroneously created by make from ./install.sh.
  695. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  696. echo "configure:779: checking for a BSD compatible install" >&5
  697. if test -z "$INSTALL"; then
  698. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  699. echo $ac_n "(cached) $ac_c" 1>&6
  700. else
  701. IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
  702. for ac_dir in $PATH; do
  703. # Account for people who put trailing slashes in PATH elements.
  704. case "$ac_dir/" in
  705. /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  706. *)
  707. # OSF1 and SCO ODT 3.0 have their own names for install.
  708. # Don't use installbsd from OSF since it installs stuff as root
  709. # by default.
  710. for ac_prog in ginstall scoinst install; do
  711. if test -f $ac_dir/$ac_prog; then
  712. if test $ac_prog = install &&
  713. grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  714. # AIX install. It has an incompatible calling convention.
  715. :
  716. else
  717. ac_cv_path_install="$ac_dir/$ac_prog -c"
  718. break 2
  719. fi
  720. fi
  721. done
  722. ;;
  723. esac
  724. done
  725. IFS="$ac_save_IFS"
  726. fi
  727. if test "${ac_cv_path_install+set}" = set; then
  728. INSTALL="$ac_cv_path_install"
  729. else
  730. # As a last resort, use the slow shell script. We don't cache a
  731. # path for INSTALL within a source directory, because that will
  732. # break other packages using the cache if that directory is
  733. # removed, or if the path is relative.
  734. INSTALL="$ac_install_sh"
  735. fi
  736. fi
  737. echo "$ac_t""$INSTALL" 1>&6
  738. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  739. # It thinks the first close brace ends the variable substitution.
  740. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  741. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  742. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  743. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  744. echo "configure:832: checking whether ${MAKE-make} sets \${MAKE}" >&5
  745. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  746. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  747. echo $ac_n "(cached) $ac_c" 1>&6
  748. else
  749. cat > conftestmake <<\EOF
  750. all:
  751. @echo 'ac_maketemp="${MAKE}"'
  752. EOF
  753. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  754. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  755. if test -n "$ac_maketemp"; then
  756. eval ac_cv_prog_make_${ac_make}_set=yes
  757. else
  758. eval ac_cv_prog_make_${ac_make}_set=no
  759. fi
  760. rm -f conftestmake
  761. fi
  762. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  763. echo "$ac_t""yes" 1>&6
  764. SET_MAKE=
  765. else
  766. echo "$ac_t""no" 1>&6
  767. SET_MAKE="MAKE=${MAKE-make}"
  768. fi
  769. if test $ac_cv_prog_gcc = yes; then
  770. CCOPTS='-O3 -pipe -Wall'
  771. CFLAGS="$CCOPTS"
  772. fi
  773. echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
  774. echo "configure:865: checking for socket in -lsocket" >&5
  775. ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
  776. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  777. echo $ac_n "(cached) $ac_c" 1>&6
  778. else
  779. ac_save_LIBS="$LIBS"
  780. LIBS="-lsocket $LIBS"
  781. cat > conftest.$ac_ext <<EOF
  782. #line 873 "configure"
  783. #include "confdefs.h"
  784. /* Override any gcc2 internal prototype to avoid an error. */
  785. /* We use char because int might match the return type of a gcc2
  786. builtin and then its argument prototype would still apply. */
  787. char socket();
  788. int main() {
  789. socket()
  790. ; return 0; }
  791. EOF
  792. if { (eval echo configure:884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  793. rm -rf conftest*
  794. eval "ac_cv_lib_$ac_lib_var=yes"
  795. else
  796. echo "configure: failed program was:" >&5
  797. cat conftest.$ac_ext >&5
  798. rm -rf conftest*
  799. eval "ac_cv_lib_$ac_lib_var=no"
  800. fi
  801. rm -f conftest*
  802. LIBS="$ac_save_LIBS"
  803. fi
  804. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  805. echo "$ac_t""yes" 1>&6
  806. ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  807. -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  808. cat >> confdefs.h <<EOF
  809. #define $ac_tr_lib 1
  810. EOF
  811. LIBS="-lsocket $LIBS"
  812. else
  813. echo "$ac_t""no" 1>&6
  814. fi
  815. echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  816. echo "configure:912: checking for gethostbyname in -lnsl" >&5
  817. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  818. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  819. echo $ac_n "(cached) $ac_c" 1>&6
  820. else
  821. ac_save_LIBS="$LIBS"
  822. LIBS="-lnsl $LIBS"
  823. cat > conftest.$ac_ext <<EOF
  824. #line 920 "configure"
  825. #include "confdefs.h"
  826. /* Override any gcc2 internal prototype to avoid an error. */
  827. /* We use char because int might match the return type of a gcc2
  828. builtin and then its argument prototype would still apply. */
  829. char gethostbyname();
  830. int main() {
  831. gethostbyname()
  832. ; return 0; }
  833. EOF
  834. if { (eval echo configure:931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  835. rm -rf conftest*
  836. eval "ac_cv_lib_$ac_lib_var=yes"
  837. else
  838. echo "configure: failed program was:" >&5
  839. cat conftest.$ac_ext >&5
  840. rm -rf conftest*
  841. eval "ac_cv_lib_$ac_lib_var=no"
  842. fi
  843. rm -f conftest*
  844. LIBS="$ac_save_LIBS"
  845. fi
  846. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  847. echo "$ac_t""yes" 1>&6
  848. ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  849. -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  850. cat >> confdefs.h <<EOF
  851. #define $ac_tr_lib 1
  852. EOF
  853. LIBS="-lnsl $LIBS"
  854. else
  855. echo "$ac_t""no" 1>&6
  856. fi
  857. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  858. echo "configure:960: checking how to run the C preprocessor" >&5
  859. # On Suns, sometimes $CPP names a directory.
  860. if test -n "$CPP" && test -d "$CPP"; then
  861. CPP=
  862. fi
  863. if test -z "$CPP"; then
  864. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  865. echo $ac_n "(cached) $ac_c" 1>&6
  866. else
  867. # This must be in double quotes, not single quotes, because CPP may get
  868. # substituted into the Makefile and "${CC-cc}" will confuse make.
  869. CPP="${CC-cc} -E"
  870. # On the NeXT, cc -E runs the code through the compiler's parser,
  871. # not just through cpp.
  872. cat > conftest.$ac_ext <<EOF
  873. #line 975 "configure"
  874. #include "confdefs.h"
  875. #include <assert.h>
  876. Syntax Error
  877. EOF
  878. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  879. { (eval echo configure:981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  880. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  881. if test -z "$ac_err"; then
  882. :
  883. else
  884. echo "$ac_err" >&5
  885. echo "configure: failed program was:" >&5
  886. cat conftest.$ac_ext >&5
  887. rm -rf conftest*
  888. CPP="${CC-cc} -E -traditional-cpp"
  889. cat > conftest.$ac_ext <<EOF
  890. #line 992 "configure"
  891. #include "confdefs.h"
  892. #include <assert.h>
  893. Syntax Error
  894. EOF
  895. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  896. { (eval echo configure:998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  897. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  898. if test -z "$ac_err"; then
  899. :
  900. else
  901. echo "$ac_err" >&5
  902. echo "configure: failed program was:" >&5
  903. cat conftest.$ac_ext >&5
  904. rm -rf conftest*
  905. CPP="${CC-cc} -nologo -E"
  906. cat > conftest.$ac_ext <<EOF
  907. #line 1009 "configure"
  908. #include "confdefs.h"
  909. #include <assert.h>
  910. Syntax Error
  911. EOF
  912. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  913. { (eval echo configure:1015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  914. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  915. if test -z "$ac_err"; then
  916. :
  917. else
  918. echo "$ac_err" >&5
  919. echo "configure: failed program was:" >&5
  920. cat conftest.$ac_ext >&5
  921. rm -rf conftest*
  922. CPP=/lib/cpp
  923. fi
  924. rm -f conftest*
  925. fi
  926. rm -f conftest*
  927. fi
  928. rm -f conftest*
  929. ac_cv_prog_CPP="$CPP"
  930. fi
  931. CPP="$ac_cv_prog_CPP"
  932. else
  933. ac_cv_prog_CPP="$CPP"
  934. fi
  935. echo "$ac_t""$CPP" 1>&6
  936. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  937. echo "configure:1040: checking for ANSI C header files" >&5
  938. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  939. echo $ac_n "(cached) $ac_c" 1>&6
  940. else
  941. cat > conftest.$ac_ext <<EOF
  942. #line 1045 "configure"
  943. #include "confdefs.h"
  944. #include <stdlib.h>
  945. #include <stdarg.h>
  946. #include <string.h>
  947. #include <float.h>
  948. EOF
  949. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  950. { (eval echo configure:1053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  951. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  952. if test -z "$ac_err"; then
  953. rm -rf conftest*
  954. ac_cv_header_stdc=yes
  955. else
  956. echo "$ac_err" >&5
  957. echo "configure: failed program was:" >&5
  958. cat conftest.$ac_ext >&5
  959. rm -rf conftest*
  960. ac_cv_header_stdc=no
  961. fi
  962. rm -f conftest*
  963. if test $ac_cv_header_stdc = yes; then
  964. # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  965. cat > conftest.$ac_ext <<EOF
  966. #line 1070 "configure"
  967. #include "confdefs.h"
  968. #include <string.h>
  969. EOF
  970. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  971. egrep "memchr" >/dev/null 2>&1; then
  972. :
  973. else
  974. rm -rf conftest*
  975. ac_cv_header_stdc=no
  976. fi
  977. rm -f conftest*
  978. fi
  979. if test $ac_cv_header_stdc = yes; then
  980. # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  981. cat > conftest.$ac_ext <<EOF
  982. #line 1088 "configure"
  983. #include "confdefs.h"
  984. #include <stdlib.h>
  985. EOF
  986. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  987. egrep "free" >/dev/null 2>&1; then
  988. :
  989. else
  990. rm -rf conftest*
  991. ac_cv_header_stdc=no
  992. fi
  993. rm -f conftest*
  994. fi
  995. if test $ac_cv_header_stdc = yes; then
  996. # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  997. if test "$cross_compiling" = yes; then
  998. :
  999. else
  1000. cat > conftest.$ac_ext <<EOF
  1001. #line 1109 "configure"
  1002. #include "confdefs.h"
  1003. #include <ctype.h>
  1004. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1005. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1006. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1007. int main () { int i; for (i = 0; i < 256; i++)
  1008. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1009. exit (0); }
  1010. EOF
  1011. if { (eval echo configure:1120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1012. then
  1013. :
  1014. else
  1015. echo "configure: failed program was:" >&5
  1016. cat conftest.$ac_ext >&5
  1017. rm -fr conftest*
  1018. ac_cv_header_stdc=no
  1019. fi
  1020. rm -fr conftest*
  1021. fi
  1022. fi
  1023. fi
  1024. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1025. if test $ac_cv_header_stdc = yes; then
  1026. cat >> confdefs.h <<\EOF
  1027. #define STDC_HEADERS 1
  1028. EOF
  1029. fi
  1030. for ac_hdr in sys/time.h
  1031. do
  1032. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1033. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1034. echo "configure:1147: checking for $ac_hdr" >&5
  1035. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1036. echo $ac_n "(cached) $ac_c" 1>&6
  1037. else
  1038. cat > conftest.$ac_ext <<EOF
  1039. #line 1152 "configure"
  1040. #include "confdefs.h"
  1041. #include <$ac_hdr>
  1042. EOF
  1043. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1044. { (eval echo configure:1157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1045. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  1046. if test -z "$ac_err"; then
  1047. rm -rf conftest*
  1048. eval "ac_cv_header_$ac_safe=yes"
  1049. else
  1050. echo "$ac_err" >&5
  1051. echo "configure: failed program was:" >&5
  1052. cat conftest.$ac_ext >&5
  1053. rm -rf conftest*
  1054. eval "ac_cv_header_$ac_safe=no"
  1055. fi
  1056. rm -f conftest*
  1057. fi
  1058. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1059. echo "$ac_t""yes" 1>&6
  1060. ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1061. cat >> confdefs.h <<EOF
  1062. #define $ac_tr_hdr 1
  1063. EOF
  1064. else
  1065. echo "$ac_t""no" 1>&6
  1066. fi
  1067. done
  1068. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1069. echo "configure:1185: checking whether time.h and sys/time.h may both be included" >&5
  1070. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  1071. echo $ac_n "(cached) $ac_c" 1>&6
  1072. else
  1073. cat > conftest.$ac_ext <<EOF
  1074. #line 1190 "configure"
  1075. #include "confdefs.h"
  1076. #include <sys/types.h>
  1077. #include <sys/time.h>
  1078. #include <time.h>
  1079. int main() {
  1080. struct tm *tp;
  1081. ; return 0; }
  1082. EOF
  1083. if { (eval echo configure:1199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1084. rm -rf conftest*
  1085. ac_cv_header_time=yes
  1086. else
  1087. echo "configure: failed program was:" >&5
  1088. cat conftest.$ac_ext >&5
  1089. rm -rf conftest*
  1090. ac_cv_header_time=no
  1091. fi
  1092. rm -f conftest*
  1093. fi
  1094. echo "$ac_t""$ac_cv_header_time" 1>&6
  1095. if test $ac_cv_header_time = yes; then
  1096. cat >> confdefs.h <<\EOF
  1097. #define TIME_WITH_SYS_TIME 1
  1098. EOF
  1099. fi
  1100. for ac_func in gettimeofday
  1101. do
  1102. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1103. echo "configure:1223: checking for $ac_func" >&5
  1104. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1105. echo $ac_n "(cached) $ac_c" 1>&6
  1106. else
  1107. cat > conftest.$ac_ext <<EOF
  1108. #line 1228 "configure"
  1109. #include "confdefs.h"
  1110. /* System header to define __stub macros and hopefully few prototypes,
  1111. which can conflict with char $ac_func(); below. */
  1112. #include <assert.h>
  1113. /* Override any gcc2 internal prototype to avoid an error. */
  1114. /* We use char because int might match the return type of a gcc2
  1115. builtin and then its argument prototype would still apply. */
  1116. char $ac_func();
  1117. int main() {
  1118. /* The GNU C library defines this for functions which it implements
  1119. to always fail with ENOSYS. Some functions are actually named
  1120. something starting with __ and the normal name is an alias. */
  1121. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1122. choke me
  1123. #else
  1124. $ac_func();
  1125. #endif
  1126. ; return 0; }
  1127. EOF
  1128. if { (eval echo configure:1251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1129. rm -rf conftest*
  1130. eval "ac_cv_func_$ac_func=yes"
  1131. else
  1132. echo "configure: failed program was:" >&5
  1133. cat conftest.$ac_ext >&5
  1134. rm -rf conftest*
  1135. eval "ac_cv_func_$ac_func=no"
  1136. fi
  1137. rm -f conftest*
  1138. fi
  1139. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1140. echo "$ac_t""yes" 1>&6
  1141. ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1142. cat >> confdefs.h <<EOF
  1143. #define $ac_tr_func 1
  1144. EOF
  1145. else
  1146. echo "$ac_t""no" 1>&6
  1147. fi
  1148. done
  1149. trap '' 1 2 15
  1150. cat > confcache <<\EOF
  1151. # This file is a shell script that caches the results of configure
  1152. # tests run on this system so they can be shared between configure
  1153. # scripts and configure runs. It is not useful on other systems.
  1154. # If it contains results you don't want to keep, you may remove or edit it.
  1155. #
  1156. # By default, configure uses ./config.cache as the cache file,
  1157. # creating it if it does not exist already. You can give configure
  1158. # the --cache-file=FILE option to use a different cache file; that is
  1159. # what configure does when it calls configure scripts in
  1160. # subdirectories, so they share the cache.
  1161. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1162. # config.status only pays attention to the cache file if you give it the
  1163. # --recheck option to rerun configure.
  1164. #
  1165. EOF
  1166. # The following way of writing the cache mishandles newlines in values,
  1167. # but we know of no workaround that is simple, portable, and efficient.
  1168. # So, don't put newlines in cache variables' values.
  1169. # Ultrix sh set writes to stderr and can't be redirected directly,
  1170. # and sets the high bit in the cache file unless we assign to the vars.
  1171. (set) 2>&1 |
  1172. case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1173. *ac_space=\ *)
  1174. # `set' does not quote correctly, so add quotes (double-quote substitution
  1175. # turns \\\\ into \\, and sed turns \\ into \).
  1176. sed -n \
  1177. -e "s/'/'\\\\''/g" \
  1178. -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  1179. ;;
  1180. *)
  1181. # `set' quotes correctly as required by POSIX, so do not add quotes.
  1182. sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  1183. ;;
  1184. esac >> confcache
  1185. if cmp -s $cache_file confcache; then
  1186. :
  1187. else
  1188. if test -w $cache_file; then
  1189. echo "updating cache $cache_file"
  1190. cat confcache > $cache_file
  1191. else
  1192. echo "not updating unwritable cache $cache_file"
  1193. fi
  1194. fi
  1195. rm -f confcache
  1196. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1197. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1198. # Let make expand exec_prefix.
  1199. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1200. # Any assignment to VPATH causes Sun make to only execute
  1201. # the first set of double-colon rules, so remove it if not needed.
  1202. # If there is a colon in the path, we need to keep it.
  1203. if test "x$srcdir" = x.; then
  1204. ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
  1205. fi
  1206. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1207. DEFS=-DHAVE_CONFIG_H
  1208. # Without the "./", some shells look in PATH for config.status.
  1209. : ${CONFIG_STATUS=./config.status}
  1210. echo creating $CONFIG_STATUS
  1211. rm -f $CONFIG_STATUS
  1212. cat > $CONFIG_STATUS <<EOF
  1213. #! /bin/sh
  1214. # Generated automatically by configure.
  1215. # Run this file to recreate the current configuration.
  1216. # This directory was configured as follows,
  1217. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1218. #
  1219. # $0 $ac_configure_args
  1220. #
  1221. # Compiler output produced by configure, useful for debugging
  1222. # configure, is in ./config.log if it exists.
  1223. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1224. for ac_option
  1225. do
  1226. case "\$ac_option" in
  1227. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1228. echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1229. exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1230. -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1231. echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1232. exit 0 ;;
  1233. -help | --help | --hel | --he | --h)
  1234. echo "\$ac_cs_usage"; exit 0 ;;
  1235. *) echo "\$ac_cs_usage"; exit 1 ;;
  1236. esac
  1237. done
  1238. ac_given_srcdir=$srcdir
  1239. ac_given_INSTALL="$INSTALL"
  1240. trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1241. EOF
  1242. cat >> $CONFIG_STATUS <<EOF
  1243. # Protect against being on the right side of a sed subst in config.status.
  1244. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1245. s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1246. $ac_vpsub
  1247. $extrasub
  1248. s%@SHELL@%$SHELL%g
  1249. s%@CFLAGS@%$CFLAGS%g
  1250. s%@CPPFLAGS@%$CPPFLAGS%g
  1251. s%@CXXFLAGS@%$CXXFLAGS%g
  1252. s%@FFLAGS@%$FFLAGS%g
  1253. s%@DEFS@%$DEFS%g
  1254. s%@LDFLAGS@%$LDFLAGS%g
  1255. s%@LIBS@%$LIBS%g
  1256. s%@exec_prefix@%$exec_prefix%g
  1257. s%@prefix@%$prefix%g
  1258. s%@program_transform_name@%$program_transform_name%g
  1259. s%@bindir@%$bindir%g
  1260. s%@sbindir@%$sbindir%g
  1261. s%@libexecdir@%$libexecdir%g
  1262. s%@datadir@%$datadir%g
  1263. s%@sysconfdir@%$sysconfdir%g
  1264. s%@sharedstatedir@%$sharedstatedir%g
  1265. s%@localstatedir@%$localstatedir%g
  1266. s%@libdir@%$libdir%g
  1267. s%@includedir@%$includedir%g
  1268. s%@oldincludedir@%$oldincludedir%g
  1269. s%@infodir@%$infodir%g
  1270. s%@mandir@%$mandir%g
  1271. s%@CC@%$CC%g
  1272. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1273. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1274. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1275. s%@SET_MAKE@%$SET_MAKE%g
  1276. s%@CPP@%$CPP%g
  1277. CEOF
  1278. EOF
  1279. cat >> $CONFIG_STATUS <<\EOF
  1280. # Split the substitutions into bite-sized pieces for seds with
  1281. # small command number limits, like on Digital OSF/1 and HP-UX.
  1282. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1283. ac_file=1 # Number of current file.
  1284. ac_beg=1 # First line for current file.
  1285. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1286. ac_more_lines=:
  1287. ac_sed_cmds=""
  1288. while $ac_more_lines; do
  1289. if test $ac_beg -gt 1; then
  1290. sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1291. else
  1292. sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1293. fi
  1294. if test ! -s conftest.s$ac_file; then
  1295. ac_more_lines=false
  1296. rm -f conftest.s$ac_file
  1297. else
  1298. if test -z "$ac_sed_cmds"; then
  1299. ac_sed_cmds="sed -f conftest.s$ac_file"
  1300. else
  1301. ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1302. fi
  1303. ac_file=`expr $ac_file + 1`
  1304. ac_beg=$ac_end
  1305. ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1306. fi
  1307. done
  1308. if test -z "$ac_sed_cmds"; then
  1309. ac_sed_cmds=cat
  1310. fi
  1311. EOF
  1312. cat >> $CONFIG_STATUS <<EOF
  1313. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  1314. EOF
  1315. cat >> $CONFIG_STATUS <<\EOF
  1316. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1317. # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1318. case "$ac_file" in
  1319. *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1320. ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1321. *) ac_file_in="${ac_file}.in" ;;
  1322. esac
  1323. # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1324. # Remove last slash and all that follows it. Not all systems have dirname.
  1325. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1326. if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1327. # The file is in a subdirectory.
  1328. test ! -d "$ac_dir" && mkdir "$ac_dir"
  1329. ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1330. # A "../" for each directory in $ac_dir_suffix.
  1331. ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1332. else
  1333. ac_dir_suffix= ac_dots=
  1334. fi
  1335. case "$ac_given_srcdir" in
  1336. .) srcdir=.
  1337. if test -z "$ac_dots"; then top_srcdir=.
  1338. else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1339. /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1340. *) # Relative path.
  1341. srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1342. top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1343. esac
  1344. case "$ac_given_INSTALL" in
  1345. [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1346. *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1347. esac
  1348. echo creating "$ac_file"
  1349. rm -f "$ac_file"
  1350. configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1351. case "$ac_file" in
  1352. *Makefile*) ac_comsub="1i\\
  1353. # $configure_input" ;;
  1354. *) ac_comsub= ;;
  1355. esac
  1356. ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1357. sed -e "$ac_comsub
  1358. s%@configure_input@%$configure_input%g
  1359. s%@srcdir@%$srcdir%g
  1360. s%@top_srcdir@%$top_srcdir%g
  1361. s%@INSTALL@%$INSTALL%g
  1362. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1363. fi; done
  1364. rm -f conftest.s*
  1365. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1366. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1367. #
  1368. # ac_d sets the value in "#define NAME VALUE" lines.
  1369. ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
  1370. ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
  1371. ac_dC='\3'
  1372. ac_dD='%g'
  1373. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1374. ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
  1375. ac_uB='\([ ]\)%\1#\2define\3'
  1376. ac_uC=' '
  1377. ac_uD='\4%g'
  1378. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1379. ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
  1380. ac_eB='$%\1#\2define\3'
  1381. ac_eC=' '
  1382. ac_eD='%g'
  1383. if test "${CONFIG_HEADERS+set}" != set; then
  1384. EOF
  1385. cat >> $CONFIG_STATUS <<EOF
  1386. CONFIG_HEADERS="config.h"
  1387. EOF
  1388. cat >> $CONFIG_STATUS <<\EOF
  1389. fi
  1390. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1391. # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1392. case "$ac_file" in
  1393. *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1394. ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1395. *) ac_file_in="${ac_file}.in" ;;
  1396. esac
  1397. echo creating $ac_file
  1398. rm -f conftest.frag conftest.in conftest.out
  1399. ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1400. cat $ac_file_inputs > conftest.in
  1401. EOF
  1402. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1403. # the proper values into config.h.in to produce config.h. And first:
  1404. # Protect against being on the right side of a sed subst in config.status.
  1405. # Protect against being in an unquoted here document in config.status.
  1406. rm -f conftest.vals
  1407. cat > conftest.hdr <<\EOF
  1408. s/[\\&%]/\\&/g
  1409. s%[\\$`]%\\&%g
  1410. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  1411. s%ac_d%ac_u%gp
  1412. s%ac_u%ac_e%gp
  1413. EOF
  1414. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1415. rm -f conftest.hdr
  1416. # This sed command replaces #undef with comments. This is necessary, for
  1417. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1418. # on some systems where configure will not decide to define it.
  1419. cat >> conftest.vals <<\EOF
  1420. s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1421. EOF
  1422. # Break up conftest.vals because some shells have a limit on
  1423. # the size of here documents, and old seds have small limits too.
  1424. rm -f conftest.tail
  1425. while :
  1426. do
  1427. ac_lines=`grep -c . conftest.vals`
  1428. # grep -c gives empty output for an empty file on some AIX systems.
  1429. if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1430. # Write a limited-size here document to conftest.frag.
  1431. echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1432. sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1433. echo 'CEOF
  1434. sed -f conftest.frag conftest.in > conftest.out
  1435. rm -f conftest.in
  1436. mv conftest.out conftest.in
  1437. ' >> $CONFIG_STATUS
  1438. sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1439. rm -f conftest.vals
  1440. mv conftest.tail conftest.vals
  1441. done
  1442. rm -f conftest.vals
  1443. cat >> $CONFIG_STATUS <<\EOF
  1444. rm -f conftest.frag conftest.h
  1445. echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
  1446. cat conftest.in >> conftest.h
  1447. rm -f conftest.in
  1448. if cmp -s $ac_file conftest.h 2>/dev/null; then
  1449. echo "$ac_file is unchanged"
  1450. rm -f conftest.h
  1451. else
  1452. # Remove last slash and all that follows it. Not all systems have dirname.
  1453. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1454. if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1455. # The file is in a subdirectory.
  1456. test ! -d "$ac_dir" && mkdir "$ac_dir"
  1457. fi
  1458. rm -f $ac_file
  1459. mv conftest.h $ac_file
  1460. fi
  1461. fi; done
  1462. EOF
  1463. cat >> $CONFIG_STATUS <<EOF
  1464. EOF
  1465. cat >> $CONFIG_STATUS <<\EOF
  1466. exit 0
  1467. EOF
  1468. chmod +x $CONFIG_STATUS
  1469. rm -fr confdefs* $ac_clean_files
  1470. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1