config.status 111 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210
  1. #! /bin/sh
  2. # Generated by configure.
  3. # Run this file to recreate the current configuration.
  4. # Compiler output produced by configure, useful for debugging
  5. # configure, is in config.log if it exists.
  6. debug=false
  7. ac_cs_recheck=false
  8. ac_cs_silent=false
  9. SHELL=${CONFIG_SHELL-/bin/sh}
  10. export SHELL
  11. ## -------------------- ##
  12. ## M4sh Initialization. ##
  13. ## -------------------- ##
  14. # Be more Bourne compatible
  15. DUALCASE=1; export DUALCASE # for MKS sh
  16. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  17. emulate sh
  18. NULLCMD=:
  19. # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  20. # is contrary to our usage. Disable this feature.
  21. alias -g '${1+"$@"}'='"$@"'
  22. setopt NO_GLOB_SUBST
  23. else
  24. case `(set -o) 2>/dev/null` in #(
  25. *posix*) :
  26. set -o posix ;; #(
  27. *) :
  28. ;;
  29. esac
  30. fi
  31. as_nl='
  32. '
  33. export as_nl
  34. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  35. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  36. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  37. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  38. # Prefer a ksh shell builtin over an external printf program on Solaris,
  39. # but without wasting forks for bash or zsh.
  40. if test -z "$BASH_VERSION$ZSH_VERSION" \
  41. && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  42. as_echo='print -r --'
  43. as_echo_n='print -rn --'
  44. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  45. as_echo='printf %s\n'
  46. as_echo_n='printf %s'
  47. else
  48. if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  49. as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  50. as_echo_n='/usr/ucb/echo -n'
  51. else
  52. as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  53. as_echo_n_body='eval
  54. arg=$1;
  55. case $arg in #(
  56. *"$as_nl"*)
  57. expr "X$arg" : "X\\(.*\\)$as_nl";
  58. arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  59. esac;
  60. expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  61. '
  62. export as_echo_n_body
  63. as_echo_n='sh -c $as_echo_n_body as_echo'
  64. fi
  65. export as_echo_body
  66. as_echo='sh -c $as_echo_body as_echo'
  67. fi
  68. # The user is always right.
  69. if test "${PATH_SEPARATOR+set}" != set; then
  70. PATH_SEPARATOR=:
  71. (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  72. (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  73. PATH_SEPARATOR=';'
  74. }
  75. fi
  76. # IFS
  77. # We need space, tab and new line, in precisely that order. Quoting is
  78. # there to prevent editors from complaining about space-tab.
  79. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  80. # splitting by setting IFS to empty value.)
  81. IFS=" "" $as_nl"
  82. # Find who we are. Look in the path if we contain no directory separator.
  83. as_myself=
  84. case $0 in #((
  85. *[\\/]* ) as_myself=$0 ;;
  86. *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  87. for as_dir in $PATH
  88. do
  89. IFS=$as_save_IFS
  90. test -z "$as_dir" && as_dir=.
  91. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  92. done
  93. IFS=$as_save_IFS
  94. ;;
  95. esac
  96. # We did not find ourselves, most probably we were run as `sh COMMAND'
  97. # in which case we are not to be found in the path.
  98. if test "x$as_myself" = x; then
  99. as_myself=$0
  100. fi
  101. if test ! -f "$as_myself"; then
  102. $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  103. exit 1
  104. fi
  105. # Unset variables that we do not need and which cause bugs (e.g. in
  106. # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
  107. # suppresses any "Segmentation fault" message there. '((' could
  108. # trigger a bug in pdksh 5.2.14.
  109. for as_var in BASH_ENV ENV MAIL MAILPATH
  110. do eval test x\${$as_var+set} = xset \
  111. && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  112. done
  113. PS1='$ '
  114. PS2='> '
  115. PS4='+ '
  116. # NLS nuisances.
  117. LC_ALL=C
  118. export LC_ALL
  119. LANGUAGE=C
  120. export LANGUAGE
  121. # CDPATH.
  122. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  123. # as_fn_error STATUS ERROR [LINENO LOG_FD]
  124. # ----------------------------------------
  125. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  126. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  127. # script with STATUS, using 1 if that was 0.
  128. as_fn_error ()
  129. {
  130. as_status=$1; test $as_status -eq 0 && as_status=1
  131. if test "$4"; then
  132. as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  133. $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  134. fi
  135. $as_echo "$as_me: error: $2" >&2
  136. as_fn_exit $as_status
  137. } # as_fn_error
  138. # as_fn_set_status STATUS
  139. # -----------------------
  140. # Set $? to STATUS, without forking.
  141. as_fn_set_status ()
  142. {
  143. return $1
  144. } # as_fn_set_status
  145. # as_fn_exit STATUS
  146. # -----------------
  147. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  148. as_fn_exit ()
  149. {
  150. set +e
  151. as_fn_set_status $1
  152. exit $1
  153. } # as_fn_exit
  154. # as_fn_unset VAR
  155. # ---------------
  156. # Portably unset VAR.
  157. as_fn_unset ()
  158. {
  159. { eval $1=; unset $1;}
  160. }
  161. as_unset=as_fn_unset
  162. # as_fn_append VAR VALUE
  163. # ----------------------
  164. # Append the text in VALUE to the end of the definition contained in VAR. Take
  165. # advantage of any shell optimizations that allow amortized linear growth over
  166. # repeated appends, instead of the typical quadratic growth present in naive
  167. # implementations.
  168. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  169. eval 'as_fn_append ()
  170. {
  171. eval $1+=\$2
  172. }'
  173. else
  174. as_fn_append ()
  175. {
  176. eval $1=\$$1\$2
  177. }
  178. fi # as_fn_append
  179. # as_fn_arith ARG...
  180. # ------------------
  181. # Perform arithmetic evaluation on the ARGs, and store the result in the
  182. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  183. # must be portable across $(()) and expr.
  184. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  185. eval 'as_fn_arith ()
  186. {
  187. as_val=$(( $* ))
  188. }'
  189. else
  190. as_fn_arith ()
  191. {
  192. as_val=`expr "$@" || test $? -eq 1`
  193. }
  194. fi # as_fn_arith
  195. if expr a : '\(a\)' >/dev/null 2>&1 &&
  196. test "X`expr 00001 : '.*\(...\)'`" = X001; then
  197. as_expr=expr
  198. else
  199. as_expr=false
  200. fi
  201. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  202. as_basename=basename
  203. else
  204. as_basename=false
  205. fi
  206. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  207. as_dirname=dirname
  208. else
  209. as_dirname=false
  210. fi
  211. as_me=`$as_basename -- "$0" ||
  212. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  213. X"$0" : 'X\(//\)$' \| \
  214. X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  215. $as_echo X/"$0" |
  216. sed '/^.*\/\([^/][^/]*\)\/*$/{
  217. s//\1/
  218. q
  219. }
  220. /^X\/\(\/\/\)$/{
  221. s//\1/
  222. q
  223. }
  224. /^X\/\(\/\).*/{
  225. s//\1/
  226. q
  227. }
  228. s/.*/./; q'`
  229. # Avoid depending upon Character Ranges.
  230. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  231. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  232. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  233. as_cr_digits='0123456789'
  234. as_cr_alnum=$as_cr_Letters$as_cr_digits
  235. ECHO_C= ECHO_N= ECHO_T=
  236. case `echo -n x` in #(((((
  237. -n*)
  238. case `echo 'xy\c'` in
  239. *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  240. xy) ECHO_C='\c';;
  241. *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
  242. ECHO_T=' ';;
  243. esac;;
  244. *)
  245. ECHO_N='-n';;
  246. esac
  247. rm -f conf$$ conf$$.exe conf$$.file
  248. if test -d conf$$.dir; then
  249. rm -f conf$$.dir/conf$$.file
  250. else
  251. rm -f conf$$.dir
  252. mkdir conf$$.dir 2>/dev/null
  253. fi
  254. if (echo >conf$$.file) 2>/dev/null; then
  255. if ln -s conf$$.file conf$$ 2>/dev/null; then
  256. as_ln_s='ln -s'
  257. # ... but there are two gotchas:
  258. # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  259. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  260. # In both cases, we have to default to `cp -pR'.
  261. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  262. as_ln_s='cp -pR'
  263. elif ln conf$$.file conf$$ 2>/dev/null; then
  264. as_ln_s=ln
  265. else
  266. as_ln_s='cp -pR'
  267. fi
  268. else
  269. as_ln_s='cp -pR'
  270. fi
  271. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  272. rmdir conf$$.dir 2>/dev/null
  273. # as_fn_mkdir_p
  274. # -------------
  275. # Create "$as_dir" as a directory, including parents if necessary.
  276. as_fn_mkdir_p ()
  277. {
  278. case $as_dir in #(
  279. -*) as_dir=./$as_dir;;
  280. esac
  281. test -d "$as_dir" || eval $as_mkdir_p || {
  282. as_dirs=
  283. while :; do
  284. case $as_dir in #(
  285. *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  286. *) as_qdir=$as_dir;;
  287. esac
  288. as_dirs="'$as_qdir' $as_dirs"
  289. as_dir=`$as_dirname -- "$as_dir" ||
  290. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  291. X"$as_dir" : 'X\(//\)[^/]' \| \
  292. X"$as_dir" : 'X\(//\)$' \| \
  293. X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  294. $as_echo X"$as_dir" |
  295. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  296. s//\1/
  297. q
  298. }
  299. /^X\(\/\/\)[^/].*/{
  300. s//\1/
  301. q
  302. }
  303. /^X\(\/\/\)$/{
  304. s//\1/
  305. q
  306. }
  307. /^X\(\/\).*/{
  308. s//\1/
  309. q
  310. }
  311. s/.*/./; q'`
  312. test -d "$as_dir" && break
  313. done
  314. test -z "$as_dirs" || eval "mkdir $as_dirs"
  315. } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  316. } # as_fn_mkdir_p
  317. if mkdir -p . 2>/dev/null; then
  318. as_mkdir_p='mkdir -p "$as_dir"'
  319. else
  320. test -d ./-p && rmdir ./-p
  321. as_mkdir_p=false
  322. fi
  323. # as_fn_executable_p FILE
  324. # -----------------------
  325. # Test if FILE is an executable regular file.
  326. as_fn_executable_p ()
  327. {
  328. test -f "$1" && test -x "$1"
  329. } # as_fn_executable_p
  330. as_test_x='test -x'
  331. as_executable_p=as_fn_executable_p
  332. # Sed expression to map a string onto a valid CPP name.
  333. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  334. # Sed expression to map a string onto a valid variable name.
  335. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  336. exec 6>&1
  337. ## ----------------------------------- ##
  338. ## Main body of $CONFIG_STATUS script. ##
  339. ## ----------------------------------- ##
  340. # Save the log message, to keep $0 and so on meaningful, and to
  341. # report actual input values of CONFIG_FILES etc. instead of their
  342. # values after options handling.
  343. ac_log="
  344. This file was extended by StarPU $as_me 1.3.99, 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=" tests/regression/regression.sh tests/regression/profiles tests/regression/profiles.build.only Makefile src/Makefile tools/Makefile tools/starpu_codelet_profile tools/starpu_codelet_histo_profile tools/starpu_mpi_comm_matrix.py tools/starpu_workers_activity tools/starpu_paje_draw_histogram tools/starpu_paje_state_stats tools/starpu_paje_summary tools/starpu_mlr_analysis tools/starpu_paje_sort tools/starpu_smpirun socl/Makefile socl/src/Makefile socl/examples/Makefile socl/vendors/socl.icd socl/vendors/install/socl.icd libstarpu.pc starpu-1.0.pc starpu-1.1.pc starpu-1.2.pc starpu-1.3.pc mpi/libstarpumpi.pc mpi/starpumpi-1.0.pc mpi/starpumpi-1.1.pc mpi/starpumpi-1.2.pc mpi/starpumpi-1.3.pc starpufft/Makefile starpufft/src/Makefile starpufft/tests/Makefile starpufft/libstarpufft.pc starpufft/starpufft-1.0.pc starpufft/starpufft-1.1.pc starpufft/starpufft-1.2.pc starpufft/starpufft-1.3.pc starpurm/Makefile starpurm/src/Makefile starpurm/examples/Makefile starpurm/starpurm-1.3.pc examples/Makefile examples/stencil/Makefile tests/Makefile tests/loader-cross.sh tests/model-checking/starpu-mc.sh examples/loader-cross.sh examples/stencil/loader-cross.sh mpi/Makefile mpi/src/Makefile mpi/tests/Makefile mpi/examples/Makefile sc_hypervisor/Makefile sc_hypervisor/src/Makefile sc_hypervisor/examples/Makefile doc/Makefile doc/doxygen/Makefile doc/doxygen/doxygen-config.cfg doc/doxygen/doxygen_filter.sh doc/doxygen_dev/Makefile doc/doxygen_dev/doxygen-config.cfg doc/doxygen_dev/doxygen_filter.sh tools/msvc/starpu_var.bat min-dgels/Makefile"
  355. config_headers=" src/common/config.h include/starpu_config.h starpurm/include/starpurm_config.h"
  356. config_links=""
  357. config_commands=" depfiles libtool executable-scripts"
  358. ac_cs_usage="\
  359. \`$as_me' instantiates files and other configuration actions
  360. from templates according to the current configuration. Unless the files
  361. and actions are specified as TAGs, all are instantiated by default.
  362. Usage: $0 [OPTION]... [TAG]...
  363. -h, --help print this help, then exit
  364. -V, --version print version number and configuration settings, then exit
  365. --config print configuration, then exit
  366. -q, --quiet, --silent
  367. do not print progress messages
  368. -d, --debug don't remove temporary files
  369. --recheck update $as_me by reconfiguring in the same conditions
  370. --file=FILE[:TEMPLATE]
  371. instantiate the configuration file FILE
  372. --header=FILE[:TEMPLATE]
  373. instantiate the configuration header FILE
  374. Configuration files:
  375. $config_files
  376. Configuration headers:
  377. $config_headers
  378. Configuration links:
  379. $config_links
  380. Configuration commands:
  381. $config_commands
  382. Report bugs to <starpu-devel@lists.gforge.inria.fr>.
  383. StarPU home page: <http://runtime.bordeaux.inria.fr/StarPU/>."
  384. ac_cs_config="'--prefix=/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu/../install' '--with-fpga' '--disable-link-with-riffa' '--disable-build-doc'"
  385. ac_cs_version="\
  386. StarPU config.status 1.3.99
  387. configured by ../configure, generated by GNU Autoconf 2.69,
  388. with options \"$ac_cs_config\"
  389. Copyright (C) 2012 Free Software Foundation, Inc.
  390. This config.status script is free software; the Free Software Foundation
  391. gives unlimited permission to copy, distribute and modify it."
  392. ac_pwd='/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu'
  393. srcdir='..'
  394. INSTALL='/usr/bin/install -c'
  395. MKDIR_P='/usr/bin/mkdir -p'
  396. AWK='gawk'
  397. test -n "$AWK" || AWK=awk
  398. # The default lists apply if the user does not specify any file.
  399. ac_need_defaults=:
  400. while test $# != 0
  401. do
  402. case $1 in
  403. --*=?*)
  404. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  405. ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  406. ac_shift=:
  407. ;;
  408. --*=)
  409. ac_option=`expr "X$1" : 'X\([^=]*\)='`
  410. ac_optarg=
  411. ac_shift=:
  412. ;;
  413. *)
  414. ac_option=$1
  415. ac_optarg=$2
  416. ac_shift=shift
  417. ;;
  418. esac
  419. case $ac_option in
  420. # Handling of the options.
  421. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  422. ac_cs_recheck=: ;;
  423. --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  424. $as_echo "$ac_cs_version"; exit ;;
  425. --config | --confi | --conf | --con | --co | --c )
  426. $as_echo "$ac_cs_config"; exit ;;
  427. --debug | --debu | --deb | --de | --d | -d )
  428. debug=: ;;
  429. --file | --fil | --fi | --f )
  430. $ac_shift
  431. case $ac_optarg in
  432. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  433. '') as_fn_error $? "missing file argument" ;;
  434. esac
  435. as_fn_append CONFIG_FILES " '$ac_optarg'"
  436. ac_need_defaults=false;;
  437. --header | --heade | --head | --hea )
  438. $ac_shift
  439. case $ac_optarg in
  440. *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  441. esac
  442. as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  443. ac_need_defaults=false;;
  444. --he | --h)
  445. # Conflict between --help and --header
  446. as_fn_error $? "ambiguous option: \`$1'
  447. Try \`$0 --help' for more information.";;
  448. --help | --hel | -h )
  449. $as_echo "$ac_cs_usage"; exit ;;
  450. -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  451. | -silent | --silent | --silen | --sile | --sil | --si | --s)
  452. ac_cs_silent=: ;;
  453. # This is an error.
  454. -*) as_fn_error $? "unrecognized option: \`$1'
  455. Try \`$0 --help' for more information." ;;
  456. *) as_fn_append ac_config_targets " $1"
  457. ac_need_defaults=false ;;
  458. esac
  459. shift
  460. done
  461. ac_configure_extra_args=
  462. if $ac_cs_silent; then
  463. exec 6>/dev/null
  464. ac_configure_extra_args="$ac_configure_extra_args --silent"
  465. fi
  466. if $ac_cs_recheck; then
  467. set X /bin/sh '../configure' '--prefix=/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu/../install' '--with-fpga' '--disable-link-with-riffa' '--disable-build-doc' $ac_configure_extra_args --no-create --no-recursion
  468. shift
  469. $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  470. CONFIG_SHELL='/bin/sh'
  471. export CONFIG_SHELL
  472. exec "$@"
  473. fi
  474. exec 5>>config.log
  475. {
  476. echo
  477. sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  478. ## Running $as_me. ##
  479. _ASBOX
  480. $as_echo "$ac_log"
  481. } >&5
  482. #
  483. # INIT-COMMANDS
  484. #
  485. AMDEP_TRUE="" ac_aux_dir="../build-aux"
  486. # The HP-UX ksh and POSIX shell print the target directory to stdout
  487. # if CDPATH is set.
  488. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  489. sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
  490. double_quote_subst='s/\(["`\\]\)/\\\1/g'
  491. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  492. macro_version='2.4.2'
  493. macro_revision='1.3337'
  494. AS='as'
  495. DLLTOOL='false'
  496. OBJDUMP='objdump'
  497. enable_shared='yes'
  498. enable_static='yes'
  499. pic_mode='default'
  500. enable_fast_install='yes'
  501. SHELL='/bin/sh'
  502. ECHO='printf %s\n'
  503. PATH_SEPARATOR=':'
  504. host_alias=''
  505. host='x86_64-unknown-linux-gnu'
  506. host_os='linux-gnu'
  507. build_alias=''
  508. build='x86_64-unknown-linux-gnu'
  509. build_os='linux-gnu'
  510. SED='/usr/bin/sed'
  511. Xsed='/usr/bin/sed -e 1s/^X//'
  512. GREP='/usr/bin/grep'
  513. EGREP='/usr/bin/grep -E'
  514. FGREP='/usr/bin/grep -F'
  515. LD='/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64'
  516. NM='/opt/rh/devtoolset-8/root/usr/bin/nm -B'
  517. LN_S='ln -s'
  518. max_cmd_len='1572864'
  519. ac_objext='o'
  520. exeext=''
  521. lt_unset='unset'
  522. lt_SP2NL='tr \040 \012'
  523. lt_NL2SP='tr \015\012 \040\040'
  524. lt_cv_to_host_file_cmd='func_convert_file_noop'
  525. lt_cv_to_tool_file_cmd='func_convert_file_noop'
  526. reload_flag=' -r'
  527. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  528. deplibs_check_method='pass_all'
  529. file_magic_cmd='$MAGIC_CMD'
  530. file_magic_glob=''
  531. want_nocaseglob='no'
  532. sharedlib_from_linklib_cmd='printf %s\n'
  533. AR='ar'
  534. AR_FLAGS='cru'
  535. archiver_list_spec='@'
  536. STRIP='strip'
  537. RANLIB='ranlib'
  538. old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
  539. old_postuninstall_cmds=''
  540. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  541. lock_old_archive_extraction='no'
  542. CC='gcc'
  543. CFLAGS='-O3 -g -O2 -gdwarf-2 -g3 -g '
  544. compiler='gfortran'
  545. GCC='yes'
  546. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  547. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  548. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  549. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  550. nm_file_list_spec='@'
  551. lt_sysroot=''
  552. objdir='.libs'
  553. MAGIC_CMD='file'
  554. lt_prog_compiler_no_builtin_flag=' -fno-builtin'
  555. lt_prog_compiler_pic=' -fPIC -DPIC'
  556. lt_prog_compiler_wl='-Wl,'
  557. lt_prog_compiler_static=''
  558. lt_cv_prog_compiler_c_o='yes'
  559. need_locks='no'
  560. MANIFEST_TOOL=':'
  561. DSYMUTIL=''
  562. NMEDIT=''
  563. LIPO=''
  564. OTOOL=''
  565. OTOOL64=''
  566. libext='a'
  567. shrext_cmds='.so'
  568. extract_expsyms_cmds=''
  569. archive_cmds_need_lc='no'
  570. enable_shared_with_static_runtimes='no'
  571. export_dynamic_flag_spec='${wl}--export-dynamic'
  572. whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  573. compiler_needs_object='no'
  574. old_archive_from_new_cmds=''
  575. old_archive_from_expsyms_cmds=''
  576. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  577. archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
  578. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  579. echo "local: *; };" >> $output_objdir/$libname.ver~
  580. $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  581. module_cmds=''
  582. module_expsym_cmds=''
  583. with_gnu_ld='yes'
  584. allow_undefined_flag=''
  585. no_undefined_flag=''
  586. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  587. hardcode_libdir_separator=''
  588. hardcode_direct='no'
  589. hardcode_direct_absolute='no'
  590. hardcode_minus_L='no'
  591. hardcode_shlibpath_var='unsupported'
  592. hardcode_automatic='no'
  593. inherit_rpath='no'
  594. link_all_deplibs='unknown'
  595. always_export_symbols='no'
  596. export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  597. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  598. include_expsyms=''
  599. prelink_cmds=''
  600. postlink_cmds=''
  601. file_list_spec=''
  602. variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
  603. need_lib_prefix='no'
  604. need_version='no'
  605. version_type='linux'
  606. runpath_var='LD_RUN_PATH'
  607. shlibpath_var='LD_LIBRARY_PATH'
  608. shlibpath_overrides_runpath='no'
  609. libname_spec='lib$name'
  610. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  611. soname_spec='${libname}${release}${shared_ext}$major'
  612. install_override_mode=''
  613. postinstall_cmds=''
  614. postuninstall_cmds=''
  615. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  616. finish_eval=''
  617. hardcode_into_libs='yes'
  618. sys_lib_search_path_spec='/opt/rh/devtoolset-8/root/usr/lib64 /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8 /lib64 /usr/lib64 /opt/Software/maxeler/maxcompiler-2018.3.1/lib /home/jusers/makni1/jumax/starpu.git/install/lib '
  619. sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/R/lib /usr/lib64/atlas /opt/rh/devtoolset-6/root/usr/lib64/dyninst /usr/lib64/dyninst /usr/lib64/mysql /usr/lib64/qt-3.3/lib '
  620. hardcode_action='immediate'
  621. enable_dlopen='unknown'
  622. enable_dlopen_self='unknown'
  623. enable_dlopen_self_static='unknown'
  624. old_striplib='strip --strip-debug'
  625. striplib='strip --strip-unneeded'
  626. compiler_lib_search_dirs=''
  627. predep_objects=''
  628. postdep_objects=''
  629. predeps=''
  630. postdeps=''
  631. compiler_lib_search_path=''
  632. LD_CXX='/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64'
  633. LD_F77='/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64'
  634. LD_FC='/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64'
  635. reload_flag_CXX=' -r'
  636. reload_flag_F77=' -r'
  637. reload_flag_FC=' -r'
  638. reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
  639. reload_cmds_F77='$LD$reload_flag -o $output$reload_objs'
  640. reload_cmds_FC='$LD$reload_flag -o $output$reload_objs'
  641. old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  642. old_archive_cmds_F77='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  643. old_archive_cmds_FC='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
  644. compiler_CXX='g++'
  645. compiler_F77='gfortran'
  646. compiler_FC='gfortran'
  647. GCC_CXX='yes'
  648. GCC_F77='yes'
  649. GCC_FC='yes'
  650. lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
  651. lt_prog_compiler_no_builtin_flag_F77=''
  652. lt_prog_compiler_no_builtin_flag_FC=''
  653. lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
  654. lt_prog_compiler_pic_F77=' -fPIC'
  655. lt_prog_compiler_pic_FC=' -fPIC'
  656. lt_prog_compiler_wl_CXX='-Wl,'
  657. lt_prog_compiler_wl_F77='-Wl,'
  658. lt_prog_compiler_wl_FC='-Wl,'
  659. lt_prog_compiler_static_CXX=''
  660. lt_prog_compiler_static_F77=''
  661. lt_prog_compiler_static_FC=''
  662. lt_cv_prog_compiler_c_o_CXX='yes'
  663. lt_cv_prog_compiler_c_o_F77='yes'
  664. lt_cv_prog_compiler_c_o_FC='yes'
  665. archive_cmds_need_lc_CXX='no'
  666. archive_cmds_need_lc_F77='no'
  667. archive_cmds_need_lc_FC='no'
  668. enable_shared_with_static_runtimes_CXX='no'
  669. enable_shared_with_static_runtimes_F77='no'
  670. enable_shared_with_static_runtimes_FC='no'
  671. export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
  672. export_dynamic_flag_spec_F77='${wl}--export-dynamic'
  673. export_dynamic_flag_spec_FC='${wl}--export-dynamic'
  674. whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  675. whole_archive_flag_spec_F77='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  676. whole_archive_flag_spec_FC='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  677. compiler_needs_object_CXX='no'
  678. compiler_needs_object_F77='no'
  679. compiler_needs_object_FC='no'
  680. old_archive_from_new_cmds_CXX=''
  681. old_archive_from_new_cmds_F77=''
  682. old_archive_from_new_cmds_FC=''
  683. old_archive_from_expsyms_cmds_CXX=''
  684. old_archive_from_expsyms_cmds_F77=''
  685. old_archive_from_expsyms_cmds_FC=''
  686. archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  687. archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  688. archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  689. archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  690. archive_expsym_cmds_F77='echo "{ global:" > $output_objdir/$libname.ver~
  691. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  692. echo "local: *; };" >> $output_objdir/$libname.ver~
  693. $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  694. archive_expsym_cmds_FC='echo "{ global:" > $output_objdir/$libname.ver~
  695. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  696. echo "local: *; };" >> $output_objdir/$libname.ver~
  697. $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  698. module_cmds_CXX=''
  699. module_cmds_F77=''
  700. module_cmds_FC=''
  701. module_expsym_cmds_CXX=''
  702. module_expsym_cmds_F77=''
  703. module_expsym_cmds_FC=''
  704. with_gnu_ld_CXX='yes'
  705. with_gnu_ld_F77='yes'
  706. with_gnu_ld_FC='yes'
  707. allow_undefined_flag_CXX=''
  708. allow_undefined_flag_F77=''
  709. allow_undefined_flag_FC=''
  710. no_undefined_flag_CXX=''
  711. no_undefined_flag_F77=''
  712. no_undefined_flag_FC=''
  713. hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
  714. hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
  715. hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
  716. hardcode_libdir_separator_CXX=''
  717. hardcode_libdir_separator_F77=''
  718. hardcode_libdir_separator_FC=''
  719. hardcode_direct_CXX='no'
  720. hardcode_direct_F77='no'
  721. hardcode_direct_FC='no'
  722. hardcode_direct_absolute_CXX='no'
  723. hardcode_direct_absolute_F77='no'
  724. hardcode_direct_absolute_FC='no'
  725. hardcode_minus_L_CXX='no'
  726. hardcode_minus_L_F77='no'
  727. hardcode_minus_L_FC='no'
  728. hardcode_shlibpath_var_CXX='unsupported'
  729. hardcode_shlibpath_var_F77='unsupported'
  730. hardcode_shlibpath_var_FC='unsupported'
  731. hardcode_automatic_CXX='no'
  732. hardcode_automatic_F77='no'
  733. hardcode_automatic_FC='no'
  734. inherit_rpath_CXX='no'
  735. inherit_rpath_F77='no'
  736. inherit_rpath_FC='no'
  737. link_all_deplibs_CXX='unknown'
  738. link_all_deplibs_F77='unknown'
  739. link_all_deplibs_FC='unknown'
  740. always_export_symbols_CXX='no'
  741. always_export_symbols_F77='no'
  742. always_export_symbols_FC='no'
  743. export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  744. export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  745. export_symbols_cmds_FC='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  746. exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  747. exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  748. exclude_expsyms_FC='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
  749. include_expsyms_CXX=''
  750. include_expsyms_F77=''
  751. include_expsyms_FC=''
  752. prelink_cmds_CXX=''
  753. prelink_cmds_F77=''
  754. prelink_cmds_FC=''
  755. postlink_cmds_CXX=''
  756. postlink_cmds_F77=''
  757. postlink_cmds_FC=''
  758. file_list_spec_CXX=''
  759. file_list_spec_F77=''
  760. file_list_spec_FC=''
  761. hardcode_action_CXX='immediate'
  762. hardcode_action_F77='immediate'
  763. hardcode_action_FC='immediate'
  764. compiler_lib_search_dirs_CXX='/opt/rh/devtoolset-8/root/usr/lib/../lib64 /opt/rh/devtoolset-8/root/usr/lib64/../lib64 /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8 /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /opt/rh/devtoolset-8/root/usr/lib /opt/rh/devtoolset-8/root/usr/lib64 /opt/Software/maxeler/maxcompiler-2018.3.1/lib /home/jusers/makni1/jumax/starpu.git/install/lib . . /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../..'
  765. compiler_lib_search_dirs_F77=''
  766. compiler_lib_search_dirs_FC='/opt/rh/devtoolset-8/root/usr/lib/../lib64 /opt/rh/devtoolset-8/root/usr/lib64/../lib64 /usr/lib/gcc/x86_64-redhat-linux/4.8.5 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /opt/rh/devtoolset-8/root/usr/lib /opt/rh/devtoolset-8/root/usr/lib64 /opt/Software/maxeler/maxcompiler-2018.3.1/lib /home/jusers/makni1/jumax/starpu.git/install/lib . . /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..'
  767. predep_objects_CXX='/lib/../lib64/crti.o /opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/crtbeginS.o'
  768. predep_objects_F77=''
  769. predep_objects_FC='/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o'
  770. postdep_objects_CXX='/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/crtendS.o /lib/../lib64/crtn.o'
  771. postdep_objects_F77=''
  772. postdep_objects_FC='/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o'
  773. predeps_CXX=''
  774. predeps_F77=''
  775. predeps_FC=''
  776. postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
  777. postdeps_F77=''
  778. postdeps_FC='-lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s'
  779. compiler_lib_search_path_CXX='-L/opt/rh/devtoolset-8/root/usr/lib/../lib64 -L/opt/rh/devtoolset-8/root/usr/lib64/../lib64 -L/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8 -L/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-8/root/usr/lib -L/opt/rh/devtoolset-8/root/usr/lib64 -L/opt/Software/maxeler/maxcompiler-2018.3.1/lib -L/home/jusers/makni1/jumax/starpu.git/install/lib -L. -L. -L/opt/rh/devtoolset-8/root/usr/lib/gcc/x86_64-redhat-linux/8/../../..'
  780. compiler_lib_search_path_F77=''
  781. compiler_lib_search_path_FC='-L/opt/rh/devtoolset-8/root/usr/lib/../lib64 -L/opt/rh/devtoolset-8/root/usr/lib64/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-8/root/usr/lib -L/opt/rh/devtoolset-8/root/usr/lib64 -L/opt/Software/maxeler/maxcompiler-2018.3.1/lib -L/home/jusers/makni1/jumax/starpu.git/install/lib -L. -L. -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..'
  782. LTCC='gcc'
  783. LTCFLAGS='-g -O2'
  784. compiler='gcc'
  785. # A function that is used when there is no print builtin or printf.
  786. func_fallback_echo ()
  787. {
  788. eval 'cat <<_LTECHO_EOF
  789. $1
  790. _LTECHO_EOF'
  791. }
  792. # Quote evaled strings.
  793. for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX LD_F77 LD_FC reload_flag_CXX reload_flag_F77 reload_flag_FC compiler_CXX compiler_F77 compiler_FC lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_no_builtin_flag_F77 lt_prog_compiler_no_builtin_flag_FC lt_prog_compiler_pic_CXX lt_prog_compiler_pic_F77 lt_prog_compiler_pic_FC lt_prog_compiler_wl_CXX lt_prog_compiler_wl_F77 lt_prog_compiler_wl_FC lt_prog_compiler_static_CXX lt_prog_compiler_static_F77 lt_prog_compiler_static_FC lt_cv_prog_compiler_c_o_CXX lt_cv_prog_compiler_c_o_F77 lt_cv_prog_compiler_c_o_FC export_dynamic_flag_spec_CXX export_dynamic_flag_spec_F77 export_dynamic_flag_spec_FC whole_archive_flag_spec_CXX whole_archive_flag_spec_F77 whole_archive_flag_spec_FC compiler_needs_object_CXX compiler_needs_object_F77 compiler_needs_object_FC with_gnu_ld_CXX with_gnu_ld_F77 with_gnu_ld_FC allow_undefined_flag_CXX allow_undefined_flag_F77 allow_undefined_flag_FC no_undefined_flag_CXX no_undefined_flag_F77 no_undefined_flag_FC hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_F77 hardcode_libdir_flag_spec_FC hardcode_libdir_separator_CXX hardcode_libdir_separator_F77 hardcode_libdir_separator_FC exclude_expsyms_CXX exclude_expsyms_F77 exclude_expsyms_FC include_expsyms_CXX include_expsyms_F77 include_expsyms_FC file_list_spec_CXX file_list_spec_F77 file_list_spec_FC compiler_lib_search_dirs_CXX compiler_lib_search_dirs_F77 compiler_lib_search_dirs_FC predep_objects_CXX predep_objects_F77 predep_objects_FC postdep_objects_CXX postdep_objects_F77 postdep_objects_FC predeps_CXX predeps_F77 predeps_FC postdeps_CXX postdeps_F77 postdeps_FC compiler_lib_search_path_CXX compiler_lib_search_path_F77 compiler_lib_search_path_FC; do
  794. case `eval \\$ECHO \\""\\$$var"\\"` in
  795. *[\\\`\"\$]*)
  796. eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
  797. ;;
  798. *)
  799. eval "lt_$var=\\\"\$$var\\\""
  800. ;;
  801. esac
  802. done
  803. # Double-quote double-evaled strings.
  804. for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX reload_cmds_F77 reload_cmds_FC old_archive_cmds_CXX old_archive_cmds_F77 old_archive_cmds_FC old_archive_from_new_cmds_CXX old_archive_from_new_cmds_F77 old_archive_from_new_cmds_FC old_archive_from_expsyms_cmds_CXX old_archive_from_expsyms_cmds_F77 old_archive_from_expsyms_cmds_FC archive_cmds_CXX archive_cmds_F77 archive_cmds_FC archive_expsym_cmds_CXX archive_expsym_cmds_F77 archive_expsym_cmds_FC module_cmds_CXX module_cmds_F77 module_cmds_FC module_expsym_cmds_CXX module_expsym_cmds_F77 module_expsym_cmds_FC export_symbols_cmds_CXX export_symbols_cmds_F77 export_symbols_cmds_FC prelink_cmds_CXX prelink_cmds_F77 prelink_cmds_FC postlink_cmds_CXX postlink_cmds_F77 postlink_cmds_FC; do
  805. case `eval \\$ECHO \\""\\$$var"\\"` in
  806. *[\\\`\"\$]*)
  807. eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
  808. ;;
  809. *)
  810. eval "lt_$var=\\\"\$$var\\\""
  811. ;;
  812. esac
  813. done
  814. ac_aux_dir='../build-aux'
  815. xsi_shell='yes'
  816. lt_shell_append='yes'
  817. # See if we are running on zsh, and set the options which allow our
  818. # commands through without removal of \ escapes INIT.
  819. if test -n "${ZSH_VERSION+set}" ; then
  820. setopt NO_GLOB_SUBST
  821. fi
  822. PACKAGE='starpu'
  823. VERSION='1.3.99'
  824. TIMESTAMP=''
  825. RM='rm -f'
  826. ofile='libtool'
  827. # Handling of arguments.
  828. for ac_config_target in $ac_config_targets
  829. do
  830. case $ac_config_target in
  831. "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  832. "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
  833. "executable-scripts") CONFIG_COMMANDS="$CONFIG_COMMANDS executable-scripts" ;;
  834. "socl/vendors/$new_icd") CONFIG_LINKS="$CONFIG_LINKS socl/vendors/$new_icd:$icd" ;;
  835. "tests/regression/regression.sh") CONFIG_FILES="$CONFIG_FILES tests/regression/regression.sh" ;;
  836. "tests/regression/profiles") CONFIG_FILES="$CONFIG_FILES tests/regression/profiles" ;;
  837. "tests/regression/profiles.build.only") CONFIG_FILES="$CONFIG_FILES tests/regression/profiles.build.only" ;;
  838. "src/common/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/common/config.h" ;;
  839. "include/starpu_config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/starpu_config.h" ;;
  840. "starpurm/include/starpurm_config.h") CONFIG_HEADERS="$CONFIG_HEADERS starpurm/include/starpurm_config.h" ;;
  841. "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  842. "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  843. "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
  844. "tools/starpu_codelet_profile") CONFIG_FILES="$CONFIG_FILES tools/starpu_codelet_profile" ;;
  845. "tools/starpu_codelet_histo_profile") CONFIG_FILES="$CONFIG_FILES tools/starpu_codelet_histo_profile" ;;
  846. "tools/starpu_mpi_comm_matrix.py") CONFIG_FILES="$CONFIG_FILES tools/starpu_mpi_comm_matrix.py" ;;
  847. "tools/starpu_workers_activity") CONFIG_FILES="$CONFIG_FILES tools/starpu_workers_activity" ;;
  848. "tools/starpu_paje_draw_histogram") CONFIG_FILES="$CONFIG_FILES tools/starpu_paje_draw_histogram" ;;
  849. "tools/starpu_paje_state_stats") CONFIG_FILES="$CONFIG_FILES tools/starpu_paje_state_stats" ;;
  850. "tools/starpu_paje_summary") CONFIG_FILES="$CONFIG_FILES tools/starpu_paje_summary" ;;
  851. "tools/starpu_mlr_analysis") CONFIG_FILES="$CONFIG_FILES tools/starpu_mlr_analysis" ;;
  852. "tools/starpu_paje_sort") CONFIG_FILES="$CONFIG_FILES tools/starpu_paje_sort" ;;
  853. "tools/starpu_smpirun") CONFIG_FILES="$CONFIG_FILES tools/starpu_smpirun" ;;
  854. "socl/Makefile") CONFIG_FILES="$CONFIG_FILES socl/Makefile" ;;
  855. "socl/src/Makefile") CONFIG_FILES="$CONFIG_FILES socl/src/Makefile" ;;
  856. "socl/examples/Makefile") CONFIG_FILES="$CONFIG_FILES socl/examples/Makefile" ;;
  857. "socl/vendors/socl.icd") CONFIG_FILES="$CONFIG_FILES socl/vendors/socl.icd" ;;
  858. "socl/vendors/install/socl.icd") CONFIG_FILES="$CONFIG_FILES socl/vendors/install/socl.icd" ;;
  859. "libstarpu.pc") CONFIG_FILES="$CONFIG_FILES libstarpu.pc" ;;
  860. "starpu-1.0.pc") CONFIG_FILES="$CONFIG_FILES starpu-1.0.pc" ;;
  861. "starpu-1.1.pc") CONFIG_FILES="$CONFIG_FILES starpu-1.1.pc" ;;
  862. "starpu-1.2.pc") CONFIG_FILES="$CONFIG_FILES starpu-1.2.pc" ;;
  863. "starpu-1.3.pc") CONFIG_FILES="$CONFIG_FILES starpu-1.3.pc" ;;
  864. "mpi/libstarpumpi.pc") CONFIG_FILES="$CONFIG_FILES mpi/libstarpumpi.pc" ;;
  865. "mpi/starpumpi-1.0.pc") CONFIG_FILES="$CONFIG_FILES mpi/starpumpi-1.0.pc" ;;
  866. "mpi/starpumpi-1.1.pc") CONFIG_FILES="$CONFIG_FILES mpi/starpumpi-1.1.pc" ;;
  867. "mpi/starpumpi-1.2.pc") CONFIG_FILES="$CONFIG_FILES mpi/starpumpi-1.2.pc" ;;
  868. "mpi/starpumpi-1.3.pc") CONFIG_FILES="$CONFIG_FILES mpi/starpumpi-1.3.pc" ;;
  869. "starpufft/Makefile") CONFIG_FILES="$CONFIG_FILES starpufft/Makefile" ;;
  870. "starpufft/src/Makefile") CONFIG_FILES="$CONFIG_FILES starpufft/src/Makefile" ;;
  871. "starpufft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES starpufft/tests/Makefile" ;;
  872. "starpufft/libstarpufft.pc") CONFIG_FILES="$CONFIG_FILES starpufft/libstarpufft.pc" ;;
  873. "starpufft/starpufft-1.0.pc") CONFIG_FILES="$CONFIG_FILES starpufft/starpufft-1.0.pc" ;;
  874. "starpufft/starpufft-1.1.pc") CONFIG_FILES="$CONFIG_FILES starpufft/starpufft-1.1.pc" ;;
  875. "starpufft/starpufft-1.2.pc") CONFIG_FILES="$CONFIG_FILES starpufft/starpufft-1.2.pc" ;;
  876. "starpufft/starpufft-1.3.pc") CONFIG_FILES="$CONFIG_FILES starpufft/starpufft-1.3.pc" ;;
  877. "starpurm/Makefile") CONFIG_FILES="$CONFIG_FILES starpurm/Makefile" ;;
  878. "starpurm/src/Makefile") CONFIG_FILES="$CONFIG_FILES starpurm/src/Makefile" ;;
  879. "starpurm/examples/Makefile") CONFIG_FILES="$CONFIG_FILES starpurm/examples/Makefile" ;;
  880. "starpurm/starpurm-1.3.pc") CONFIG_FILES="$CONFIG_FILES starpurm/starpurm-1.3.pc" ;;
  881. "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
  882. "examples/stencil/Makefile") CONFIG_FILES="$CONFIG_FILES examples/stencil/Makefile" ;;
  883. "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
  884. "tests/loader-cross.sh") CONFIG_FILES="$CONFIG_FILES tests/loader-cross.sh" ;;
  885. "tests/model-checking/starpu-mc.sh") CONFIG_FILES="$CONFIG_FILES tests/model-checking/starpu-mc.sh" ;;
  886. "examples/loader-cross.sh") CONFIG_FILES="$CONFIG_FILES examples/loader-cross.sh" ;;
  887. "examples/stencil/loader-cross.sh") CONFIG_FILES="$CONFIG_FILES examples/stencil/loader-cross.sh" ;;
  888. "mpi/Makefile") CONFIG_FILES="$CONFIG_FILES mpi/Makefile" ;;
  889. "mpi/src/Makefile") CONFIG_FILES="$CONFIG_FILES mpi/src/Makefile" ;;
  890. "mpi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES mpi/tests/Makefile" ;;
  891. "mpi/examples/Makefile") CONFIG_FILES="$CONFIG_FILES mpi/examples/Makefile" ;;
  892. "sc_hypervisor/Makefile") CONFIG_FILES="$CONFIG_FILES sc_hypervisor/Makefile" ;;
  893. "sc_hypervisor/src/Makefile") CONFIG_FILES="$CONFIG_FILES sc_hypervisor/src/Makefile" ;;
  894. "sc_hypervisor/examples/Makefile") CONFIG_FILES="$CONFIG_FILES sc_hypervisor/examples/Makefile" ;;
  895. "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
  896. "doc/doxygen/Makefile") CONFIG_FILES="$CONFIG_FILES doc/doxygen/Makefile" ;;
  897. "doc/doxygen/doxygen-config.cfg") CONFIG_FILES="$CONFIG_FILES doc/doxygen/doxygen-config.cfg" ;;
  898. "doc/doxygen/doxygen_filter.sh") CONFIG_FILES="$CONFIG_FILES doc/doxygen/doxygen_filter.sh" ;;
  899. "doc/doxygen_dev/Makefile") CONFIG_FILES="$CONFIG_FILES doc/doxygen_dev/Makefile" ;;
  900. "doc/doxygen_dev/doxygen-config.cfg") CONFIG_FILES="$CONFIG_FILES doc/doxygen_dev/doxygen-config.cfg" ;;
  901. "doc/doxygen_dev/doxygen_filter.sh") CONFIG_FILES="$CONFIG_FILES doc/doxygen_dev/doxygen_filter.sh" ;;
  902. "tools/msvc/starpu_var.bat") CONFIG_FILES="$CONFIG_FILES tools/msvc/starpu_var.bat" ;;
  903. "min-dgels/Makefile") CONFIG_FILES="$CONFIG_FILES min-dgels/Makefile" ;;
  904. *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  905. esac
  906. done
  907. # If the user did not use the arguments to specify the items to instantiate,
  908. # then the envvar interface is used. Set only those that are not.
  909. # We use the long form for the default assignment because of an extremely
  910. # bizarre bug on SunOS 4.1.3.
  911. if $ac_need_defaults; then
  912. test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  913. test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  914. test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
  915. test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  916. fi
  917. # Have a temporary directory for convenience. Make it in the build tree
  918. # simply because there is no reason against having it here, and in addition,
  919. # creating and moving files from /tmp can sometimes cause problems.
  920. # Hook for its removal unless debugging.
  921. # Note that there is a small window in which the directory will not be cleaned:
  922. # after its creation but before its name has been assigned to `$tmp'.
  923. $debug ||
  924. {
  925. tmp= ac_tmp=
  926. trap 'exit_status=$?
  927. : "${ac_tmp:=$tmp}"
  928. { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  929. ' 0
  930. trap 'as_fn_exit 1' 1 2 13 15
  931. }
  932. # Create a (secure) tmp directory for tmp files.
  933. {
  934. tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  935. test -d "$tmp"
  936. } ||
  937. {
  938. tmp=./conf$$-$RANDOM
  939. (umask 077 && mkdir "$tmp")
  940. } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  941. ac_tmp=$tmp
  942. # Set up the scripts for CONFIG_FILES section.
  943. # No need to generate them if there are no CONFIG_FILES.
  944. # This happens for instance with `./config.status config.h'.
  945. if test -n "$CONFIG_FILES"; then
  946. ac_cr=`echo X | tr X '\015'`
  947. # On cygwin, bash can eat \r inside `` if the user requested igncr.
  948. # But we know of no other shell where ac_cr would be empty at this
  949. # point, so we can use a bashism as a fallback.
  950. if test "x$ac_cr" = x; then
  951. eval ac_cr=\$\'\\r\'
  952. fi
  953. ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  954. if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  955. ac_cs_awk_cr='\\r'
  956. else
  957. ac_cs_awk_cr=$ac_cr
  958. fi
  959. echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  960. cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
  961. S["am__EXEEXT_FALSE"]=""
  962. S["am__EXEEXT_TRUE"]="#"
  963. S["LTLIBOBJS"]=""
  964. S["LIBOBJS"]=""
  965. S["STARPU_SANITIZE_FALSE"]=""
  966. S["STARPU_SANITIZE_TRUE"]="#"
  967. S["SOCL_VENDORS"]="vendors/install/socl.icd"
  968. S["STARPU_EXPORTED_LIBS"]=""
  969. S["LIBSTARPU_LINK"]="libstarpu-1.3.la"
  970. S["LIBSTARPU_LDFLAGS"]=" -lhwloc -lblas "
  971. S["AVAILABLE_DOC_FALSE"]=""
  972. S["AVAILABLE_DOC_TRUE"]="#"
  973. S["BUILD_DOC_FALSE"]=""
  974. S["BUILD_DOC_TRUE"]="#"
  975. S["epstopdfcommand"]=""
  976. S["pdflatexcommand"]=""
  977. S["doxygencommand"]=""
  978. S["BUILD_STARPURM_EXAMPLES_FALSE"]=""
  979. S["BUILD_STARPURM_EXAMPLES_TRUE"]="#"
  980. S["BUILD_STARPURM_FALSE"]=""
  981. S["BUILD_STARPURM_TRUE"]="#"
  982. S["STARPURM_HAVE_DLB_FALSE"]=""
  983. S["STARPURM_HAVE_DLB_TRUE"]="#"
  984. S["DLB_LIBS"]=""
  985. S["DLB_CFLAGS"]=""
  986. S["STARPU_HAVE_AM111_FALSE"]="#"
  987. S["STARPU_HAVE_AM111_TRUE"]=""
  988. S["STARPU_HAVE_HELP2MAN_FALSE"]=""
  989. S["STARPU_HAVE_HELP2MAN_TRUE"]="#"
  990. S["HELP2MAN"]=""
  991. S["STARPU_HAVE_ICC_FALSE"]=""
  992. S["STARPU_HAVE_ICC_TRUE"]="#"
  993. S["ICC"]=""
  994. S["STARPU_HAVE_F77_H_FALSE"]=""
  995. S["STARPU_HAVE_F77_H_TRUE"]="#"
  996. S["STARPU_HAVE_F77_H"]="no"
  997. S["HWLOC_REQUIRES"]="hwloc"
  998. S["STARPU_HWLOC_HAVE_TOPOLOGY_DUP_FALSE"]="#"
  999. S["STARPU_HWLOC_HAVE_TOPOLOGY_DUP_TRUE"]=""
  1000. S["STARPU_HAVE_HWLOC"]="1"
  1001. S["STARPU_HAVE_HWLOC_FALSE"]="#"
  1002. S["STARPU_HAVE_HWLOC_TRUE"]=""
  1003. S["HWLOC_LIBS"]="-lhwloc "
  1004. S["HWLOC_CFLAGS"]=" "
  1005. S["BUILD_STARPUFFT_EXAMPLES_FALSE"]=""
  1006. S["BUILD_STARPUFFT_EXAMPLES_TRUE"]="#"
  1007. S["BUILD_STARPUFFT_FALSE"]="#"
  1008. S["BUILD_STARPUFFT_TRUE"]=""
  1009. S["STARPU_HAVE_FFTWL_FALSE"]="#"
  1010. S["STARPU_HAVE_FFTWL_TRUE"]=""
  1011. S["HAVE_FFTWFL"]="1"
  1012. S["FFTWL_LIBS"]="-lfftw3l -lm "
  1013. S["FFTWL_CFLAGS"]=" "
  1014. S["STARPU_HAVE_FFTWF_FALSE"]="#"
  1015. S["STARPU_HAVE_FFTWF_TRUE"]=""
  1016. S["STARPU_HAVE_FFTWF"]="1"
  1017. S["FFTWF_LIBS"]="-lfftw3f -lm "
  1018. S["FFTWF_CFLAGS"]=" "
  1019. S["STARPU_HAVE_FFTW_FALSE"]="#"
  1020. S["STARPU_HAVE_FFTW_TRUE"]=""
  1021. S["STARPU_HAVE_FFTW"]="1"
  1022. S["FFTW_LIBS"]="-lfftw3 -lm "
  1023. S["FFTW_CFLAGS"]=" "
  1024. S["STARPU_USE_MIN_DGELS_FALSE"]=""
  1025. S["STARPU_USE_MIN_DGELS_TRUE"]="#"
  1026. S["DGELS_LIBS"]=""
  1027. S["STARPU_LAPACK_LDFLAGS"]=" -llapack "
  1028. S["BLAS_LIB"]="system"
  1029. S["NO_BLAS_LIB_FALSE"]=""
  1030. S["NO_BLAS_LIB_TRUE"]="#"
  1031. S["SYSTEM_BLAS_LIB_FALSE"]="#"
  1032. S["SYSTEM_BLAS_LIB_TRUE"]=""
  1033. S["MKL_BLAS_LIB_FALSE"]=""
  1034. S["MKL_BLAS_LIB_TRUE"]="#"
  1035. S["GOTO_BLAS_LIB_FALSE"]=""
  1036. S["GOTO_BLAS_LIB_TRUE"]="#"
  1037. S["ATLAS_BLAS_LIB_FALSE"]=""
  1038. S["ATLAS_BLAS_LIB_TRUE"]="#"
  1039. S["BLAS_LIBS"]=""
  1040. S["BLAS_OPENBLAS_LIBS"]=""
  1041. S["BLAS_OPENBLAS_CFLAGS"]=""
  1042. S["STARPU_OPENBLAS"]=""
  1043. S["STARPU_OPENBLAS_LDFLAGS"]=""
  1044. S["OPENBLAS_LIBS"]=""
  1045. S["OPENBLAS_CFLAGS"]=""
  1046. S["ATLASDIR"]=""
  1047. S["STARPU_BLAS_LDFLAGS"]=" -lblas "
  1048. S["GOTODIR"]=""
  1049. S["HAVE_X11_FALSE"]="#"
  1050. S["HAVE_X11_TRUE"]=""
  1051. S["X_EXTRA_LIBS"]=""
  1052. S["X_LIBS"]=""
  1053. S["X_PRE_LIBS"]=""
  1054. S["X_CFLAGS"]=""
  1055. S["XMKMF"]=""
  1056. S["HAVE_OPENGL_FALSE"]=""
  1057. S["HAVE_OPENGL_TRUE"]="#"
  1058. S["STARPU_OPENGL_RENDER"]="no"
  1059. S["STARPU_OPENGL_RENDER_LDFLAGS"]=""
  1060. S["BUILD_EXAMPLES_FALSE"]="#"
  1061. S["BUILD_EXAMPLES_TRUE"]=""
  1062. S["BUILD_TESTS_FALSE"]="#"
  1063. S["BUILD_TESTS_TRUE"]=""
  1064. S["GDB"]="/usr/bin/gdb"
  1065. S["SOCL_OCL_LIB_OPENCL_DIR"]=""
  1066. S["STARPU_USE_SOCL_FALSE"]=""
  1067. S["STARPU_USE_SOCL_TRUE"]="#"
  1068. S["BUILD_SOCL_FALSE"]=""
  1069. S["BUILD_SOCL_TRUE"]="#"
  1070. S["STARPU_HAVE_OPENMP_FALSE"]=""
  1071. S["STARPU_HAVE_OPENMP_TRUE"]="#"
  1072. S["STARPU_OPENMP_FALSE"]="#"
  1073. S["STARPU_OPENMP_TRUE"]=""
  1074. S["STARPU_CLUSTER_FALSE"]=""
  1075. S["STARPU_CLUSTER_TRUE"]="#"
  1076. S["OPENMP_CFLAGS"]=""
  1077. S["STARPU_HAVE_MPIFORT_FALSE"]=""
  1078. S["STARPU_HAVE_MPIFORT_TRUE"]="#"
  1079. S["STARPU_HAVE_F77_FALSE"]="#"
  1080. S["STARPU_HAVE_F77_TRUE"]=""
  1081. S["STARPU_HAVE_FC_FALSE"]="#"
  1082. S["STARPU_HAVE_FC_TRUE"]=""
  1083. S["MPIFORT"]=""
  1084. S["mpifort_path"]=""
  1085. S["pkglibdir"]="${libdir}/starpu"
  1086. S["GLOBAL_AM_CFLAGS"]=" -Wall -Werror=implicit -Werror=implicit-function-declaration"
  1087. S["STARPU_DEVEL_FALSE"]=""
  1088. S["STARPU_DEVEL_TRUE"]="#"
  1089. S["STARPU_EXPORT_DYNAMIC"]=""
  1090. S["STARPU_USE_MP_FALSE"]=""
  1091. S["STARPU_USE_MP_TRUE"]="#"
  1092. S["STARPU_HAVE_LEVELDB_FALSE"]=""
  1093. S["STARPU_HAVE_LEVELDB_TRUE"]="#"
  1094. S["STARPU_LEVELDB_LDFLAGS"]=""
  1095. S["STARPU_USE_AYUDAME2_FALSE"]="#"
  1096. S["STARPU_USE_AYUDAME2_TRUE"]=""
  1097. S["STARPU_USE_AYUDAME1_FALSE"]="#"
  1098. S["STARPU_USE_AYUDAME1_TRUE"]=""
  1099. S["STARPU_GLPK_LDFLAGS"]=" "
  1100. S["STARPU_PERF_DEBUG"]="no"
  1101. S["POTI_LIBS"]=""
  1102. S["POTI_CFLAGS"]=""
  1103. S["FXT_LDFLAGS"]=""
  1104. S["FXT_LIBS"]=""
  1105. S["FXT_CFLAGS"]=""
  1106. S["STARPU_USE_FXT_FALSE"]=""
  1107. S["STARPU_USE_FXT_TRUE"]="#"
  1108. S["STARPU_USE_FXT"]="no"
  1109. S["FXTDIR"]=""
  1110. S["STARPU_COVERITY_FALSE"]=""
  1111. S["STARPU_COVERITY_TRUE"]="#"
  1112. S["STARPU_COVERAGE_ENABLED_FALSE"]=""
  1113. S["STARPU_COVERAGE_ENABLED_TRUE"]="#"
  1114. S["COVERAGE"]="no"
  1115. S["STARPU_SCIF_LDFLAGS"]=""
  1116. S["STARPU_SCIF_CPPFLAGS"]=""
  1117. S["STARPU_COI_LDFLAGS"]=""
  1118. S["STARPU_COI_CPPFLAGS"]=""
  1119. S["STARPU_OPENCL_LDFLAGS"]=""
  1120. S["STARPU_OPENCL_CPPFLAGS"]=""
  1121. S["STARPU_OPENCL_DATAdir"]=""
  1122. S["STARPU_USE_OPENCL_FALSE"]=""
  1123. S["STARPU_USE_OPENCL_TRUE"]="#"
  1124. S["STARPU_USE_OPENCL"]="no"
  1125. S["NVCCFLAGS"]=""
  1126. S["NVCC_CC"]=""
  1127. S["STARPU_CUDA_CPPFLAGS"]=""
  1128. S["STARPU_CUFFT_LDFLAGS"]=""
  1129. S["STARPU_CUDA_LDFLAGS"]=""
  1130. S["STARPU_CURAND_LDFLAGS"]=""
  1131. S["STARPU_HAVE_CUFFTDOUBLECOMPLEX_FALSE"]=""
  1132. S["STARPU_HAVE_CUFFTDOUBLECOMPLEX_TRUE"]="#"
  1133. S["STARPU_HAVE_MAGMA_FALSE"]=""
  1134. S["STARPU_HAVE_MAGMA_TRUE"]="#"
  1135. S["STARPU_HAVE_MAGMA"]=""
  1136. S["MAGMA_LIBS"]=""
  1137. S["MAGMA_CFLAGS"]=""
  1138. S["STARPU_CUDA_FORTRAN_LDFLAGS"]=""
  1139. S["STARPU_USE_CUDA_FALSE"]=""
  1140. S["STARPU_USE_CUDA_TRUE"]="#"
  1141. S["STARPU_USE_CUDA"]="no"
  1142. S["NVCC"]=""
  1143. S["STARPU_USE_CPU_FALSE"]="#"
  1144. S["STARPU_USE_CPU_TRUE"]=""
  1145. S["STARPU_USE_CPU"]="yes"
  1146. S["STARPU_SC_HYPERVISOR_DEBUG_FALSE"]=""
  1147. S["STARPU_SC_HYPERVISOR_DEBUG_TRUE"]="#"
  1148. S["STARPU_SC_HYPERVISOR_DEBUG"]="no"
  1149. S["STARPU_USE_SC_HYPERVISOR_FALSE"]=""
  1150. S["STARPU_USE_SC_HYPERVISOR_TRUE"]="#"
  1151. S["STARPU_BUILD_SC_HYPERVISOR_FALSE"]=""
  1152. S["STARPU_BUILD_SC_HYPERVISOR_TRUE"]="#"
  1153. S["STARPU_SC_HYPERVISOR"]=""
  1154. S["STARPU_LIBNUMA_LDFLAGS"]=" "
  1155. S["STARPU_HAVE_HDF5_FALSE"]=""
  1156. S["STARPU_HAVE_HDF5_TRUE"]="#"
  1157. S["STARPU_HDF5_LDFLAGS"]=" "
  1158. S["STARPU_NEW_CHECK_FALSE"]=""
  1159. S["STARPU_NEW_CHECK_TRUE"]="#"
  1160. S["STARPU_LONG_CHECK_FALSE"]=""
  1161. S["STARPU_LONG_CHECK_TRUE"]="#"
  1162. S["STARPU_QUICK_CHECK_FALSE"]=""
  1163. S["STARPU_QUICK_CHECK_TRUE"]="#"
  1164. S["STARPU_SRC_DIR"]="/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu/.."
  1165. S["STARPU_BUILD_DIR"]="/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu"
  1166. S["STARPU_MS_LIB_ARCH"]="X64"
  1167. S["STARPU_OPENBSD_SYS_FALSE"]=""
  1168. S["STARPU_OPENBSD_SYS_TRUE"]="#"
  1169. S["STARPU_HAVE_DARWIN_FALSE"]=""
  1170. S["STARPU_HAVE_DARWIN_TRUE"]="#"
  1171. S["STARPU_LINUX_SYS_FALSE"]="#"
  1172. S["STARPU_LINUX_SYS_TRUE"]=""
  1173. S["STARPU_HAVE_WINDOWS_FALSE"]=""
  1174. S["STARPU_HAVE_WINDOWS_TRUE"]="#"
  1175. S["STARPU_HAVE_MS_LIB_FALSE"]=""
  1176. S["STARPU_HAVE_MS_LIB_TRUE"]="#"
  1177. S["STARPU_MS_LIB"]=""
  1178. S["STARPU_USE_MIC_FALSE"]=""
  1179. S["STARPU_USE_MIC_TRUE"]="#"
  1180. S["MPIEXEC_ARGS"]=""
  1181. S["STARPU_USE_MPI_FALSE"]=""
  1182. S["STARPU_USE_MPI_TRUE"]="#"
  1183. S["STARPU_USE_MPI_NMAD_FALSE"]=""
  1184. S["STARPU_USE_MPI_NMAD_TRUE"]="#"
  1185. S["STARPU_USE_MPI_MPI_FALSE"]=""
  1186. S["STARPU_USE_MPI_MPI_TRUE"]="#"
  1187. S["USE_MPI_FALSE"]=""
  1188. S["USE_MPI_TRUE"]="#"
  1189. S["STARPU_MPI_CHECK_FALSE"]=""
  1190. S["STARPU_MPI_CHECK_TRUE"]="#"
  1191. S["MPIEXEC"]=""
  1192. S["mpiexec_path_bis"]="no"
  1193. S["mpiexec_path"]=""
  1194. S["STARPU_CROSS_COMPILING_FALSE"]=""
  1195. S["STARPU_CROSS_COMPILING_TRUE"]="#"
  1196. S["gitcommand"]="/usr/bin/git"
  1197. S["REALBASH"]="/bin/bash"
  1198. S["CXXCPP"]="g++ -E"
  1199. S["OTOOL64"]=""
  1200. S["OTOOL"]=""
  1201. S["LIPO"]=""
  1202. S["NMEDIT"]=""
  1203. S["DSYMUTIL"]=""
  1204. S["MANIFEST_TOOL"]=":"
  1205. S["RANLIB"]="ranlib"
  1206. S["NM"]="/opt/rh/devtoolset-8/root/usr/bin/nm -B"
  1207. S["ac_ct_DUMPBIN"]=""
  1208. S["DUMPBIN"]=""
  1209. S["LD"]="/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64"
  1210. S["FGREP"]="/usr/bin/grep -F"
  1211. S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
  1212. S["OBJDUMP"]="objdump"
  1213. S["DLLTOOL"]="false"
  1214. S["AS"]="as"
  1215. S["STARPU_HAVE_CXX11_FALSE"]="#"
  1216. S["STARPU_HAVE_CXX11_TRUE"]=""
  1217. S["STARPU_HAVE_CXX11"]="1"
  1218. S["HAVE_CXX11"]="1"
  1219. S["NMAD_LIBS"]=""
  1220. S["NMAD_CFLAGS"]=""
  1221. S["STARPU_USE_MPI_MASTER_SLAVE_FALSE"]=""
  1222. S["STARPU_USE_MPI_MASTER_SLAVE_TRUE"]="#"
  1223. S["CC_OR_MPICC"]="gcc"
  1224. S["MPICC_LDFLAGS"]=""
  1225. S["MPICXX"]="no"
  1226. S["mpicxx_path"]="no"
  1227. S["MPICC"]="no"
  1228. S["smpirun_path"]=""
  1229. S["mpicc_path"]="no"
  1230. S["SIMGRID_LIBS"]=""
  1231. S["SIMGRID_CFLAGS"]=""
  1232. S["STARPU_SIMGRID_FALSE"]=""
  1233. S["STARPU_SIMGRID_TRUE"]="#"
  1234. S["STARPU_SIMGRID_MC_FALSE"]=""
  1235. S["STARPU_SIMGRID_MC_TRUE"]="#"
  1236. S["SIMGRID_MC"]=""
  1237. S["STARPU_FPGA_LDFLAGS"]=" -L/opt/Software/maxeler/maxcompiler-2018.3.1/lib -lslic -L/opt/Software/maxeler/maxcompiler-2018.3.1/lib/maxeleros-sim/lib -lmaxeleros -lpthread -l"\
  1238. "m -lrt -lcurl"
  1239. S["STARPU_FPGA_CPPFLAGS"]=" -I/opt/Software/maxeler/maxcompiler-2018.3.1/include/slic -Iyes/include"
  1240. S["STARPU_USE_FPGA_FALSE"]="#"
  1241. S["STARPU_USE_FPGA_TRUE"]=""
  1242. S["STARPU_USE_FPGA"]="yes"
  1243. S["PKG_CONFIG"]="/usr/bin/pkg-config"
  1244. S["PROG_DATE"]="date"
  1245. S["PROG_STAT"]="stat"
  1246. S["EGREP"]="/usr/bin/grep -E"
  1247. S["GREP"]="/usr/bin/grep"
  1248. S["ac_ct_FC"]="gfortran"
  1249. S["FCFLAGS"]="-O3 -g -O2 -gdwarf-2 -g3 -g "
  1250. S["FC"]="gfortran"
  1251. S["ac_ct_F77"]="gfortran"
  1252. S["FFLAGS"]="-O3 -g -O2 -gdwarf-2 -g3 -g "
  1253. S["F77"]="gfortran"
  1254. S["LN_S"]="ln -s"
  1255. S["SED"]="/usr/bin/sed"
  1256. S["CPP"]="gcc -E"
  1257. S["am__fastdepCXX_FALSE"]="#"
  1258. S["am__fastdepCXX_TRUE"]=""
  1259. S["CXXDEPMODE"]="depmode=gcc3"
  1260. S["ac_ct_CXX"]="g++"
  1261. S["CXXFLAGS"]="-O3 -g -O2 -gdwarf-2 -g3 -g "
  1262. S["CXX"]="g++"
  1263. S["am__fastdepCC_FALSE"]="#"
  1264. S["am__fastdepCC_TRUE"]=""
  1265. S["CCDEPMODE"]="depmode=gcc3"
  1266. S["am__nodep"]="_no"
  1267. S["AMDEPBACKSLASH"]="\\"
  1268. S["AMDEP_FALSE"]="#"
  1269. S["AMDEP_TRUE"]=""
  1270. S["am__quote"]=""
  1271. S["am__include"]="include"
  1272. S["DEPDIR"]=".deps"
  1273. S["OBJEXT"]="o"
  1274. S["EXEEXT"]=""
  1275. S["ac_ct_CC"]="gcc"
  1276. S["CPPFLAGS"]=" -I/opt/Software/maxeler/maxcompiler-2018.3.1/include/slic -Iyes/include -D_GNU_SOURCE -D_FORTIFY_SOURCE=1"
  1277. S["LDFLAGS"]="-llapack -L/opt/Software/maxeler/maxcompiler-2018.3.1/lib -lslic -L/opt/Software/maxeler/maxcompiler-2018.3.1/lib/maxeleros-sim/lib -lmaxeleros -l"\
  1278. "pthread -lm -lrt -lcurl -gdwarf-2 -g3 -g "
  1279. S["CFLAGS"]="-O3 -g -O2 -gdwarf-2 -g3 -g "
  1280. S["CC"]="gcc"
  1281. S["ac_ct_AR"]="ar"
  1282. S["AR"]="ar"
  1283. S["AM_BACKSLASH"]="\\"
  1284. S["AM_DEFAULT_VERBOSITY"]="0"
  1285. S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
  1286. S["AM_V"]="$(V)"
  1287. S["am__untar"]="$${TAR-tar} xf -"
  1288. S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
  1289. S["AMTAR"]="$${TAR-tar}"
  1290. S["am__leading_dot"]="."
  1291. S["SET_MAKE"]=""
  1292. S["AWK"]="gawk"
  1293. S["mkdir_p"]="$(MKDIR_P)"
  1294. S["MKDIR_P"]="/usr/bin/mkdir -p"
  1295. S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
  1296. S["STRIP"]="strip"
  1297. S["install_sh"]="${SHELL} /home/jusers/makni1/jumax/makni1/starpu.git/build-aux/install-sh"
  1298. S["MAKEINFO"]="${SHELL} /home/jusers/makni1/jumax/makni1/starpu.git/build-aux/missing makeinfo"
  1299. S["AUTOHEADER"]="${SHELL} /home/jusers/makni1/jumax/makni1/starpu.git/build-aux/missing autoheader"
  1300. S["AUTOMAKE"]="${SHELL} /home/jusers/makni1/jumax/makni1/starpu.git/build-aux/missing automake-1.13"
  1301. S["AUTOCONF"]="${SHELL} /home/jusers/makni1/jumax/makni1/starpu.git/build-aux/missing autoconf"
  1302. S["ACLOCAL"]="${SHELL} /home/jusers/makni1/jumax/makni1/starpu.git/build-aux/missing aclocal-1.13"
  1303. S["VERSION"]="1.3.99"
  1304. S["PACKAGE"]="starpu"
  1305. S["CYGPATH_W"]="echo"
  1306. S["am__isrc"]=" -I$(srcdir)"
  1307. S["INSTALL_DATA"]="${INSTALL} -m 644"
  1308. S["INSTALL_SCRIPT"]="${INSTALL}"
  1309. S["INSTALL_PROGRAM"]="${INSTALL}"
  1310. S["target_os"]="linux-gnu"
  1311. S["target_vendor"]="unknown"
  1312. S["target_cpu"]="x86_64"
  1313. S["target"]="x86_64-unknown-linux-gnu"
  1314. S["host_os"]="linux-gnu"
  1315. S["host_vendor"]="unknown"
  1316. S["host_cpu"]="x86_64"
  1317. S["host"]="x86_64-unknown-linux-gnu"
  1318. S["build_os"]="linux-gnu"
  1319. S["build_vendor"]="unknown"
  1320. S["build_cpu"]="x86_64"
  1321. S["build"]="x86_64-unknown-linux-gnu"
  1322. S["LIBSOCL_INTERFACE_AGE"]="0"
  1323. S["LIBSOCL_INTERFACE_REVISION"]="0"
  1324. S["LIBSOCL_INTERFACE_CURRENT"]="0"
  1325. S["LIBSTARPURM_INTERFACE_AGE"]="0"
  1326. S["LIBSTARPURM_INTERFACE_REVISION"]="0"
  1327. S["LIBSTARPURM_INTERFACE_CURRENT"]="0"
  1328. S["LIBSTARPUFFT_INTERFACE_AGE"]="0"
  1329. S["LIBSTARPUFFT_INTERFACE_REVISION"]="0"
  1330. S["LIBSTARPUFFT_INTERFACE_CURRENT"]="0"
  1331. S["LIBSTARPUMPI_INTERFACE_AGE"]="0"
  1332. S["LIBSTARPUMPI_INTERFACE_REVISION"]="0"
  1333. S["LIBSTARPUMPI_INTERFACE_CURRENT"]="0"
  1334. S["LIBSTARPU_INTERFACE_AGE"]="0"
  1335. S["LIBSTARPU_INTERFACE_REVISION"]="0"
  1336. S["LIBSTARPU_INTERFACE_CURRENT"]="0"
  1337. S["STARPU_EFFECTIVE_VERSION"]="1.3"
  1338. S["STARPU_RELEASE_VERSION"]="99"
  1339. S["STARPU_MINOR_VERSION"]="3"
  1340. S["STARPU_MAJOR_VERSION"]="1"
  1341. S["target_alias"]=""
  1342. S["host_alias"]=""
  1343. S["build_alias"]=""
  1344. S["LIBS"]="-lrt -lrt -lpthread "
  1345. S["ECHO_T"]=""
  1346. S["ECHO_N"]="-n"
  1347. S["ECHO_C"]=""
  1348. S["DEFS"]="-DHAVE_CONFIG_H"
  1349. S["mandir"]="${datarootdir}/man"
  1350. S["localedir"]="${datarootdir}/locale"
  1351. S["libdir"]="${exec_prefix}/lib"
  1352. S["psdir"]="${docdir}"
  1353. S["pdfdir"]="${docdir}"
  1354. S["dvidir"]="${docdir}"
  1355. S["htmldir"]="${docdir}"
  1356. S["infodir"]="${datarootdir}/info"
  1357. S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
  1358. S["oldincludedir"]="/usr/include"
  1359. S["includedir"]="${prefix}/include"
  1360. S["localstatedir"]="${prefix}/var"
  1361. S["sharedstatedir"]="${prefix}/com"
  1362. S["sysconfdir"]="${prefix}/etc"
  1363. S["datadir"]="${datarootdir}"
  1364. S["datarootdir"]="${prefix}/share"
  1365. S["libexecdir"]="${exec_prefix}/libexec"
  1366. S["sbindir"]="${exec_prefix}/sbin"
  1367. S["bindir"]="${exec_prefix}/bin"
  1368. S["program_transform_name"]="s,x,x,"
  1369. S["prefix"]="/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu/../install"
  1370. S["exec_prefix"]="${prefix}"
  1371. S["PACKAGE_URL"]="http://runtime.bordeaux.inria.fr/StarPU/"
  1372. S["PACKAGE_BUGREPORT"]="starpu-devel@lists.gforge.inria.fr"
  1373. S["PACKAGE_STRING"]="StarPU 1.3.99"
  1374. S["PACKAGE_VERSION"]="1.3.99"
  1375. S["PACKAGE_TARNAME"]="starpu"
  1376. S["PACKAGE_NAME"]="StarPU"
  1377. S["PATH_SEPARATOR"]=":"
  1378. S["SHELL"]="/bin/sh"
  1379. _ACAWK
  1380. cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  1381. for (key in S) S_is_set[key] = 1
  1382. FS = ""
  1383. }
  1384. {
  1385. line = $ 0
  1386. nfields = split(line, field, "@")
  1387. substed = 0
  1388. len = length(field[1])
  1389. for (i = 2; i < nfields; i++) {
  1390. key = field[i]
  1391. keylen = length(key)
  1392. if (S_is_set[key]) {
  1393. value = S[key]
  1394. line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  1395. len += length(value) + length(field[++i])
  1396. substed = 1
  1397. } else
  1398. len += 1 + keylen
  1399. }
  1400. print line
  1401. }
  1402. _ACAWK
  1403. if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  1404. sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1405. else
  1406. cat
  1407. fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  1408. || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  1409. fi # test -n "$CONFIG_FILES"
  1410. # Set up the scripts for CONFIG_HEADERS section.
  1411. # No need to generate them if there are no CONFIG_HEADERS.
  1412. # This happens for instance with `./config.status Makefile'.
  1413. if test -n "$CONFIG_HEADERS"; then
  1414. cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  1415. BEGIN {
  1416. D["PACKAGE_NAME"]=" \"StarPU\""
  1417. D["PACKAGE_TARNAME"]=" \"starpu\""
  1418. D["PACKAGE_VERSION"]=" \"1.3.99\""
  1419. D["PACKAGE_STRING"]=" \"StarPU 1.3.99\""
  1420. D["PACKAGE_BUGREPORT"]=" \"starpu-devel@lists.gforge.inria.fr\""
  1421. D["PACKAGE_URL"]=" \"http://runtime.bordeaux.inria.fr/StarPU/\""
  1422. D["STARPU_MAJOR_VERSION"]=" 1"
  1423. D["STARPU_MINOR_VERSION"]=" 3"
  1424. D["STARPU_RELEASE_VERSION"]=" 99"
  1425. D["PACKAGE"]=" \"starpu\""
  1426. D["VERSION"]=" \"1.3.99\""
  1427. D["STARPU_AUTOFPGA"]=" 1"
  1428. D["STARPU_MAXFPGADEVS"]=" 12"
  1429. D["STARPU_USE_FPGA"]=" 1"
  1430. D["STDC_HEADERS"]=" 1"
  1431. D["HAVE_SYS_TYPES_H"]=" 1"
  1432. D["HAVE_SYS_STAT_H"]=" 1"
  1433. D["HAVE_STDLIB_H"]=" 1"
  1434. D["HAVE_STRING_H"]=" 1"
  1435. D["HAVE_MEMORY_H"]=" 1"
  1436. D["HAVE_STRINGS_H"]=" 1"
  1437. D["HAVE_INTTYPES_H"]=" 1"
  1438. D["HAVE_STDINT_H"]=" 1"
  1439. D["HAVE_UNISTD_H"]=" 1"
  1440. D["STARPU_NON_BLOCKING_DRIVERS"]=" 1"
  1441. D["STARPU_MAXMPIDEVS"]=" 0"
  1442. D["HAVE_CXX11"]=" 1"
  1443. D["STARPU_HAVE_CXX11"]=" 1"
  1444. D["HAVE_DLFCN_H"]=" 1"
  1445. D["LT_OBJDIR"]=" \".libs/\""
  1446. D["STDC_HEADERS"]=" 1"
  1447. D["restrict"]=" __restrict"
  1448. D["STARPU_MIC_USE_RMA"]=" 1"
  1449. D["STARPU_MAXNUMANODES"]=" 2"
  1450. D["STARPU_LINUX_SYS"]=" 1"
  1451. D["SIZEOF_VOID_P"]=" 8"
  1452. D["STARPU_BUILD_DIR"]=" \"/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu\""
  1453. D["STARPU_SRC_DIR"]=" \"/home/jusers/makni1/jumax/makni1/starpu.git/build_starpu/..\""
  1454. D["HAVE_UNISTD_H"]=" 1"
  1455. D["STARPU_HAVE_UNISTD_H"]=" 1"
  1456. D["STARPU_HAVE_STRUCT_TIMESPEC"]=" 1"
  1457. D["HAVE_LIBPTHREAD"]=" 1"
  1458. D["HAVE_SYSCONF"]=" 1"
  1459. D["HAVE_GETRLIMIT"]=" 1"
  1460. D["HAVE_SCANDIR"]=" 1"
  1461. D["HAVE_PTHREAD_SPIN_LOCK"]=" 1"
  1462. D["STARPU_HAVE_PTHREAD_SPIN_LOCK"]=" 1"
  1463. D["STARPU_HAVE_PTHREAD_BARRIER"]=" 1"
  1464. D["HAVE_PTHREAD_SETAFFINITY_NP"]=" 1"
  1465. D["STARPU_HAVE_PTHREAD_SETNAME_NP"]=" 1"
  1466. D["HAVE_POSIX_MEMALIGN"]=" 1"
  1467. D["STARPU_HAVE_POSIX_MEMALIGN"]=" 1"
  1468. D["HAVE_MEMALIGN"]=" 1"
  1469. D["STARPU_HAVE_MEMALIGN"]=" 1"
  1470. D["STARPU_USE_DRAND48"]=" 1"
  1471. D["STARPU_USE_ERAND48_R"]=" 1"
  1472. D["STARPU_HAVE_STRERROR_R"]=" 1"
  1473. D["STARPU_HAVE_SETENV"]=" 1"
  1474. D["STARPU_HAVE_UNSETENV"]=" 1"
  1475. D["STARPU_HAVE_NEARBYINTF"]=" 1"
  1476. D["STARPU_HAVE_RINTF"]=" 1"
  1477. D["HAVE_MALLOC_H"]=" 1"
  1478. D["STARPU_HAVE_MALLOC_H"]=" 1"
  1479. D["STARPU_HAVE_SCHED_YIELD"]=" 1"
  1480. D["HAVE_AIO_H"]=" 1"
  1481. D["HAVE_LIBRT"]=" 1"
  1482. D["HAVE_MKOSTEMP"]=" 1"
  1483. D["HAVE_MKDTEMP"]=" 1"
  1484. D["HAVE_PREAD"]=" 1"
  1485. D["HAVE_PWRITE"]=" 1"
  1486. D["STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP"]=" 1"
  1487. D["STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP"]=" 1"
  1488. D["STARPU_HAVE_SYNC_FETCH_AND_ADD"]=" 1"
  1489. D["STARPU_HAVE_SYNC_FETCH_AND_OR"]=" 1"
  1490. D["STARPU_HAVE_SYNC_LOCK_TEST_AND_SET"]=" 1"
  1491. D["STARPU_HAVE_SYNC_SYNCHRONIZE"]=" 1"
  1492. D["STARPU_HAVE_STATEMENT_EXPRESSIONS"]=" 1"
  1493. D["STARPU_NMAX_SCHED_CTXS"]=" 10"
  1494. D["STARPU_MAXCPUS"]=" 64"
  1495. D["STARPU_USE_CPU"]=" 1"
  1496. D["STARPU_MAXCUDADEVS"]=" 4"
  1497. D["STARPU_MAXOPENCLDEVS"]=" 8"
  1498. D["STARPU_MAXMICDEVS"]=" 0"
  1499. D["STARPU_MAXMICCORES"]=" 120"
  1500. D["STARPU_NMAXBUFS"]=" 8"
  1501. D["STARPU_MAXNODES"]=" 16"
  1502. D["STARPU_USE_ALLOCATION_CACHE"]=" 1"
  1503. D["HAVE_LIBRT"]=" 1"
  1504. D["HAVE_CLOCK_GETTIME"]=" 1"
  1505. D["STARPU_NMAXWORKERS"]=" 80"
  1506. D["STARPU_NMAX_COMBINEDWORKERS"]=" 64"
  1507. D["STARPU_MAXIMPLEMENTATIONS"]=" 4"
  1508. D["STARPU_HISTORYMAXERROR"]=" 50"
  1509. D["STARPU_MAXMPKERNELS"]=" 10"
  1510. D["STARPU_HAVE_FC"]=" 1"
  1511. D["STARPU_OPENMP"]=" 1"
  1512. D["STARPU_GDB_PATH"]=" \"/usr/bin/gdb\""
  1513. D["STARPU_HAVE_X11"]=" 1"
  1514. D["STARPU_SYSTEM_BLAS"]=" 1"
  1515. D["STARPU_MLR_MODEL"]=" 1"
  1516. D["STARPU_HAVE_FFTW"]=" 1"
  1517. D["STARPU_HAVE_FFTWF"]=" 1"
  1518. D["STARPU_HAVE_FFTWL"]=" 1"
  1519. D["STARPU_HAVE_HWLOC"]=" 1"
  1520. D["HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX"]=" 0"
  1521. D["HAVE_HWLOC_TOPOLOGY_DUP"]=" 1"
  1522. for (key in D) D_is_set[key] = 1
  1523. FS = ""
  1524. }
  1525. /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  1526. line = $ 0
  1527. split(line, arg, " ")
  1528. if (arg[1] == "#") {
  1529. defundef = arg[2]
  1530. mac1 = arg[3]
  1531. } else {
  1532. defundef = substr(arg[1], 2)
  1533. mac1 = arg[2]
  1534. }
  1535. split(mac1, mac2, "(") #)
  1536. macro = mac2[1]
  1537. prefix = substr(line, 1, index(line, defundef) - 1)
  1538. if (D_is_set[macro]) {
  1539. # Preserve the white space surrounding the "#".
  1540. print prefix "define", macro P[macro] D[macro]
  1541. next
  1542. } else {
  1543. # Replace #undef with comments. This is necessary, for example,
  1544. # in the case of _POSIX_SOURCE, which is predefined and required
  1545. # on some systems where configure will not decide to define it.
  1546. if (defundef == "undef") {
  1547. print "/*", prefix defundef, macro, "*/"
  1548. next
  1549. }
  1550. }
  1551. }
  1552. { print }
  1553. _ACAWK
  1554. as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  1555. fi # test -n "$CONFIG_HEADERS"
  1556. eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
  1557. shift
  1558. for ac_tag
  1559. do
  1560. case $ac_tag in
  1561. :[FHLC]) ac_mode=$ac_tag; continue;;
  1562. esac
  1563. case $ac_mode$ac_tag in
  1564. :[FHL]*:*);;
  1565. :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1566. :[FH]-) ac_tag=-:-;;
  1567. :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1568. esac
  1569. ac_save_IFS=$IFS
  1570. IFS=:
  1571. set x $ac_tag
  1572. IFS=$ac_save_IFS
  1573. shift
  1574. ac_file=$1
  1575. shift
  1576. case $ac_mode in
  1577. :L) ac_source=$1;;
  1578. :[FH])
  1579. ac_file_inputs=
  1580. for ac_f
  1581. do
  1582. case $ac_f in
  1583. -) ac_f="$ac_tmp/stdin";;
  1584. *) # Look for the file first in the build tree, then in the source tree
  1585. # (if the path is not absolute). The absolute path cannot be DOS-style,
  1586. # because $ac_f cannot contain `:'.
  1587. test -f "$ac_f" ||
  1588. case $ac_f in
  1589. [\\/$]*) false;;
  1590. *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1591. esac ||
  1592. as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1593. esac
  1594. case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1595. as_fn_append ac_file_inputs " '$ac_f'"
  1596. done
  1597. # Let's still pretend it is `configure' which instantiates (i.e., don't
  1598. # use $as_me), people would be surprised to read:
  1599. # /* config.h. Generated by config.status. */
  1600. configure_input='Generated from '`
  1601. $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1602. `' by configure.'
  1603. if test x"$ac_file" != x-; then
  1604. configure_input="$ac_file. $configure_input"
  1605. { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1606. $as_echo "$as_me: creating $ac_file" >&6;}
  1607. fi
  1608. # Neutralize special characters interpreted by sed in replacement strings.
  1609. case $configure_input in #(
  1610. *\&* | *\|* | *\\* )
  1611. ac_sed_conf_input=`$as_echo "$configure_input" |
  1612. sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1613. *) ac_sed_conf_input=$configure_input;;
  1614. esac
  1615. case $ac_tag in
  1616. *:-:* | *:-) cat >"$ac_tmp/stdin" \
  1617. || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  1618. esac
  1619. ;;
  1620. esac
  1621. ac_dir=`$as_dirname -- "$ac_file" ||
  1622. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1623. X"$ac_file" : 'X\(//\)[^/]' \| \
  1624. X"$ac_file" : 'X\(//\)$' \| \
  1625. X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1626. $as_echo X"$ac_file" |
  1627. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1628. s//\1/
  1629. q
  1630. }
  1631. /^X\(\/\/\)[^/].*/{
  1632. s//\1/
  1633. q
  1634. }
  1635. /^X\(\/\/\)$/{
  1636. s//\1/
  1637. q
  1638. }
  1639. /^X\(\/\).*/{
  1640. s//\1/
  1641. q
  1642. }
  1643. s/.*/./; q'`
  1644. as_dir="$ac_dir"; as_fn_mkdir_p
  1645. ac_builddir=.
  1646. case "$ac_dir" in
  1647. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1648. *)
  1649. ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1650. # A ".." for each directory in $ac_dir_suffix.
  1651. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1652. case $ac_top_builddir_sub in
  1653. "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1654. *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1655. esac ;;
  1656. esac
  1657. ac_abs_top_builddir=$ac_pwd
  1658. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1659. # for backward compatibility:
  1660. ac_top_builddir=$ac_top_build_prefix
  1661. case $srcdir in
  1662. .) # We are building in place.
  1663. ac_srcdir=.
  1664. ac_top_srcdir=$ac_top_builddir_sub
  1665. ac_abs_top_srcdir=$ac_pwd ;;
  1666. [\\/]* | ?:[\\/]* ) # Absolute name.
  1667. ac_srcdir=$srcdir$ac_dir_suffix;
  1668. ac_top_srcdir=$srcdir
  1669. ac_abs_top_srcdir=$srcdir ;;
  1670. *) # Relative name.
  1671. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1672. ac_top_srcdir=$ac_top_build_prefix$srcdir
  1673. ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1674. esac
  1675. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1676. case $ac_mode in
  1677. :F)
  1678. #
  1679. # CONFIG_FILE
  1680. #
  1681. case $INSTALL in
  1682. [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1683. *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1684. esac
  1685. ac_MKDIR_P=$MKDIR_P
  1686. case $MKDIR_P in
  1687. [\\/$]* | ?:[\\/]* ) ;;
  1688. */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  1689. esac
  1690. # If the template does not know about datarootdir, expand it.
  1691. # FIXME: This hack should be removed a few years after 2.60.
  1692. ac_datarootdir_hack=; ac_datarootdir_seen=
  1693. ac_sed_dataroot='
  1694. /datarootdir/ {
  1695. p
  1696. q
  1697. }
  1698. /@datadir@/p
  1699. /@docdir@/p
  1700. /@infodir@/p
  1701. /@localedir@/p
  1702. /@mandir@/p'
  1703. case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1704. *datarootdir*) ac_datarootdir_seen=yes;;
  1705. *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1706. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1707. $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1708. ac_datarootdir_hack='
  1709. s&@datadir@&${datarootdir}&g
  1710. s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  1711. s&@infodir@&${datarootdir}/info&g
  1712. s&@localedir@&${datarootdir}/locale&g
  1713. s&@mandir@&${datarootdir}/man&g
  1714. s&\${datarootdir}&${prefix}/share&g' ;;
  1715. esac
  1716. ac_sed_extra="
  1717. :t
  1718. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1719. s|@configure_input@|$ac_sed_conf_input|;t t
  1720. s&@top_builddir@&$ac_top_builddir_sub&;t t
  1721. s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1722. s&@srcdir@&$ac_srcdir&;t t
  1723. s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1724. s&@top_srcdir@&$ac_top_srcdir&;t t
  1725. s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1726. s&@builddir@&$ac_builddir&;t t
  1727. s&@abs_builddir@&$ac_abs_builddir&;t t
  1728. s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1729. s&@INSTALL@&$ac_INSTALL&;t t
  1730. s&@MKDIR_P@&$ac_MKDIR_P&;t t
  1731. $ac_datarootdir_hack
  1732. "
  1733. eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  1734. >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1735. test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1736. { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  1737. { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
  1738. "$ac_tmp/out"`; test -z "$ac_out"; } &&
  1739. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1740. which seems to be undefined. Please make sure it is defined" >&5
  1741. $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1742. which seems to be undefined. Please make sure it is defined" >&2;}
  1743. rm -f "$ac_tmp/stdin"
  1744. case $ac_file in
  1745. -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  1746. *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  1747. esac \
  1748. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1749. ;;
  1750. :H)
  1751. #
  1752. # CONFIG_HEADER
  1753. #
  1754. if test x"$ac_file" != x-; then
  1755. {
  1756. $as_echo "/* $configure_input */" \
  1757. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  1758. } >"$ac_tmp/config.h" \
  1759. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1760. if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  1761. { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1762. $as_echo "$as_me: $ac_file is unchanged" >&6;}
  1763. else
  1764. rm -f "$ac_file"
  1765. mv "$ac_tmp/config.h" "$ac_file" \
  1766. || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1767. fi
  1768. else
  1769. $as_echo "/* $configure_input */" \
  1770. && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  1771. || as_fn_error $? "could not create -" "$LINENO" 5
  1772. fi
  1773. # Compute "$ac_file"'s index in $config_headers.
  1774. _am_arg="$ac_file"
  1775. _am_stamp_count=1
  1776. for _am_header in $config_headers :; do
  1777. case $_am_header in
  1778. $_am_arg | $_am_arg:* )
  1779. break ;;
  1780. * )
  1781. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  1782. esac
  1783. done
  1784. echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
  1785. $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1786. X"$_am_arg" : 'X\(//\)[^/]' \| \
  1787. X"$_am_arg" : 'X\(//\)$' \| \
  1788. X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  1789. $as_echo X"$_am_arg" |
  1790. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1791. s//\1/
  1792. q
  1793. }
  1794. /^X\(\/\/\)[^/].*/{
  1795. s//\1/
  1796. q
  1797. }
  1798. /^X\(\/\/\)$/{
  1799. s//\1/
  1800. q
  1801. }
  1802. /^X\(\/\).*/{
  1803. s//\1/
  1804. q
  1805. }
  1806. s/.*/./; q'`/stamp-h$_am_stamp_count
  1807. ;;
  1808. :L)
  1809. #
  1810. # CONFIG_LINK
  1811. #
  1812. if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
  1813. :
  1814. else
  1815. # Prefer the file from the source tree if names are identical.
  1816. if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
  1817. ac_source=$srcdir/$ac_source
  1818. fi
  1819. { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
  1820. $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
  1821. if test ! -r "$ac_source"; then
  1822. as_fn_error $? "$ac_source: file not found" "$LINENO" 5
  1823. fi
  1824. rm -f "$ac_file"
  1825. # Try a relative symlink, then a hard link, then a copy.
  1826. case $ac_source in
  1827. [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
  1828. *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
  1829. esac
  1830. ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
  1831. ln "$ac_source" "$ac_file" 2>/dev/null ||
  1832. cp -p "$ac_source" "$ac_file" ||
  1833. as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
  1834. fi
  1835. ;;
  1836. :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1837. $as_echo "$as_me: executing $ac_file commands" >&6;}
  1838. ;;
  1839. esac
  1840. case $ac_file$ac_mode in
  1841. "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  1842. # Older Autoconf quotes --file arguments for eval, but not when files
  1843. # are listed without --file. Let's play safe and only enable the eval
  1844. # if we detect the quoting.
  1845. case $CONFIG_FILES in
  1846. *\'*) eval set x "$CONFIG_FILES" ;;
  1847. *) set x $CONFIG_FILES ;;
  1848. esac
  1849. shift
  1850. for mf
  1851. do
  1852. # Strip MF so we end up with the name of the file.
  1853. mf=`echo "$mf" | sed -e 's/:.*$//'`
  1854. # Check whether this is an Automake generated Makefile or not.
  1855. # We used to match only the files named 'Makefile.in', but
  1856. # some people rename them; so instead we look at the file content.
  1857. # Grep'ing the first line is not enough: some people post-process
  1858. # each Makefile.in and add a new line on top of each file to say so.
  1859. # Grep'ing the whole file is not good either: AIX grep has a line
  1860. # limit of 2048, but all sed's we know have understand at least 4000.
  1861. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  1862. dirpart=`$as_dirname -- "$mf" ||
  1863. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1864. X"$mf" : 'X\(//\)[^/]' \| \
  1865. X"$mf" : 'X\(//\)$' \| \
  1866. X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
  1867. $as_echo X"$mf" |
  1868. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1869. s//\1/
  1870. q
  1871. }
  1872. /^X\(\/\/\)[^/].*/{
  1873. s//\1/
  1874. q
  1875. }
  1876. /^X\(\/\/\)$/{
  1877. s//\1/
  1878. q
  1879. }
  1880. /^X\(\/\).*/{
  1881. s//\1/
  1882. q
  1883. }
  1884. s/.*/./; q'`
  1885. else
  1886. continue
  1887. fi
  1888. # Extract the definition of DEPDIR, am__include, and am__quote
  1889. # from the Makefile without running 'make'.
  1890. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1891. test -z "$DEPDIR" && continue
  1892. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1893. test -z "$am__include" && continue
  1894. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1895. # Find all dependency output files, they are included files with
  1896. # $(DEPDIR) in their names. We invoke sed twice because it is the
  1897. # simplest approach to changing $(DEPDIR) to its actual value in the
  1898. # expansion.
  1899. for file in `sed -n "
  1900. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1901. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  1902. # Make sure the directory exists.
  1903. test -f "$dirpart/$file" && continue
  1904. fdir=`$as_dirname -- "$file" ||
  1905. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1906. X"$file" : 'X\(//\)[^/]' \| \
  1907. X"$file" : 'X\(//\)$' \| \
  1908. X"$file" : 'X\(/\)' \| . 2>/dev/null ||
  1909. $as_echo X"$file" |
  1910. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1911. s//\1/
  1912. q
  1913. }
  1914. /^X\(\/\/\)[^/].*/{
  1915. s//\1/
  1916. q
  1917. }
  1918. /^X\(\/\/\)$/{
  1919. s//\1/
  1920. q
  1921. }
  1922. /^X\(\/\).*/{
  1923. s//\1/
  1924. q
  1925. }
  1926. s/.*/./; q'`
  1927. as_dir=$dirpart/$fdir; as_fn_mkdir_p
  1928. # echo "creating $dirpart/$file"
  1929. echo '# dummy' > "$dirpart/$file"
  1930. done
  1931. done
  1932. }
  1933. ;;
  1934. "libtool":C)
  1935. # See if we are running on zsh, and set the options which allow our
  1936. # commands through without removal of \ escapes.
  1937. if test -n "${ZSH_VERSION+set}" ; then
  1938. setopt NO_GLOB_SUBST
  1939. fi
  1940. cfgfile="${ofile}T"
  1941. trap "$RM \"$cfgfile\"; exit 1" 1 2 15
  1942. $RM "$cfgfile"
  1943. cat <<_LT_EOF >> "$cfgfile"
  1944. #! $SHELL
  1945. # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  1946. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
  1947. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1948. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  1949. #
  1950. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
  1951. # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  1952. # Foundation, Inc.
  1953. # Written by Gordon Matzigkeit, 1996
  1954. #
  1955. # This file is part of GNU Libtool.
  1956. #
  1957. # GNU Libtool is free software; you can redistribute it and/or
  1958. # modify it under the terms of the GNU General Public License as
  1959. # published by the Free Software Foundation; either version 2 of
  1960. # the License, or (at your option) any later version.
  1961. #
  1962. # As a special exception to the GNU General Public License,
  1963. # if you distribute this file as part of a program or library that
  1964. # is built using GNU Libtool, you may include this file under the
  1965. # same distribution terms that you use for the rest of that program.
  1966. #
  1967. # GNU Libtool is distributed in the hope that it will be useful,
  1968. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  1969. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1970. # GNU General Public License for more details.
  1971. #
  1972. # You should have received a copy of the GNU General Public License
  1973. # along with GNU Libtool; see the file COPYING. If not, a copy
  1974. # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
  1975. # obtained by writing to the Free Software Foundation, Inc.,
  1976. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  1977. # The names of the tagged configurations supported by this script.
  1978. available_tags="CXX F77 FC "
  1979. # ### BEGIN LIBTOOL CONFIG
  1980. # Which release of libtool.m4 was used?
  1981. macro_version=$macro_version
  1982. macro_revision=$macro_revision
  1983. # Assembler program.
  1984. AS=$lt_AS
  1985. # DLL creation program.
  1986. DLLTOOL=$lt_DLLTOOL
  1987. # Object dumper program.
  1988. OBJDUMP=$lt_OBJDUMP
  1989. # Whether or not to build shared libraries.
  1990. build_libtool_libs=$enable_shared
  1991. # Whether or not to build static libraries.
  1992. build_old_libs=$enable_static
  1993. # What type of objects to build.
  1994. pic_mode=$pic_mode
  1995. # Whether or not to optimize for fast installation.
  1996. fast_install=$enable_fast_install
  1997. # Shell to use when invoking shell scripts.
  1998. SHELL=$lt_SHELL
  1999. # An echo program that protects backslashes.
  2000. ECHO=$lt_ECHO
  2001. # The PATH separator for the build system.
  2002. PATH_SEPARATOR=$lt_PATH_SEPARATOR
  2003. # The host system.
  2004. host_alias=$host_alias
  2005. host=$host
  2006. host_os=$host_os
  2007. # The build system.
  2008. build_alias=$build_alias
  2009. build=$build
  2010. build_os=$build_os
  2011. # A sed program that does not truncate output.
  2012. SED=$lt_SED
  2013. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2014. Xsed="\$SED -e 1s/^X//"
  2015. # A grep program that handles long lines.
  2016. GREP=$lt_GREP
  2017. # An ERE matcher.
  2018. EGREP=$lt_EGREP
  2019. # A literal string matcher.
  2020. FGREP=$lt_FGREP
  2021. # A BSD- or MS-compatible name lister.
  2022. NM=$lt_NM
  2023. # Whether we need soft or hard links.
  2024. LN_S=$lt_LN_S
  2025. # What is the maximum length of a command?
  2026. max_cmd_len=$max_cmd_len
  2027. # Object file suffix (normally "o").
  2028. objext=$ac_objext
  2029. # Executable file suffix (normally "").
  2030. exeext=$exeext
  2031. # whether the shell understands "unset".
  2032. lt_unset=$lt_unset
  2033. # turn spaces into newlines.
  2034. SP2NL=$lt_lt_SP2NL
  2035. # turn newlines into spaces.
  2036. NL2SP=$lt_lt_NL2SP
  2037. # convert \$build file names to \$host format.
  2038. to_host_file_cmd=$lt_cv_to_host_file_cmd
  2039. # convert \$build files to toolchain format.
  2040. to_tool_file_cmd=$lt_cv_to_tool_file_cmd
  2041. # Method to check whether dependent libraries are shared objects.
  2042. deplibs_check_method=$lt_deplibs_check_method
  2043. # Command to use when deplibs_check_method = "file_magic".
  2044. file_magic_cmd=$lt_file_magic_cmd
  2045. # How to find potential files when deplibs_check_method = "file_magic".
  2046. file_magic_glob=$lt_file_magic_glob
  2047. # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
  2048. want_nocaseglob=$lt_want_nocaseglob
  2049. # Command to associate shared and link libraries.
  2050. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
  2051. # The archiver.
  2052. AR=$lt_AR
  2053. # Flags to create an archive.
  2054. AR_FLAGS=$lt_AR_FLAGS
  2055. # How to feed a file listing to the archiver.
  2056. archiver_list_spec=$lt_archiver_list_spec
  2057. # A symbol stripping program.
  2058. STRIP=$lt_STRIP
  2059. # Commands used to install an old-style archive.
  2060. RANLIB=$lt_RANLIB
  2061. old_postinstall_cmds=$lt_old_postinstall_cmds
  2062. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  2063. # Whether to use a lock for old archive extraction.
  2064. lock_old_archive_extraction=$lock_old_archive_extraction
  2065. # A C compiler.
  2066. LTCC=$lt_CC
  2067. # LTCC compiler flags.
  2068. LTCFLAGS=$lt_CFLAGS
  2069. # Take the output of nm and produce a listing of raw symbols and C names.
  2070. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  2071. # Transform the output of nm in a proper C declaration.
  2072. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  2073. # Transform the output of nm in a C name address pair.
  2074. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  2075. # Transform the output of nm in a C name address pair when lib prefix is needed.
  2076. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
  2077. # Specify filename containing input files for \$NM.
  2078. nm_file_list_spec=$lt_nm_file_list_spec
  2079. # The root where to search for dependent libraries,and in which our libraries should be installed.
  2080. lt_sysroot=$lt_sysroot
  2081. # The name of the directory that contains temporary libtool files.
  2082. objdir=$objdir
  2083. # Used to examine libraries when file_magic_cmd begins with "file".
  2084. MAGIC_CMD=$MAGIC_CMD
  2085. # Must we lock files when doing compilation?
  2086. need_locks=$lt_need_locks
  2087. # Manifest tool.
  2088. MANIFEST_TOOL=$lt_MANIFEST_TOOL
  2089. # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
  2090. DSYMUTIL=$lt_DSYMUTIL
  2091. # Tool to change global to local symbols on Mac OS X.
  2092. NMEDIT=$lt_NMEDIT
  2093. # Tool to manipulate fat objects and archives on Mac OS X.
  2094. LIPO=$lt_LIPO
  2095. # ldd/readelf like tool for Mach-O binaries on Mac OS X.
  2096. OTOOL=$lt_OTOOL
  2097. # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
  2098. OTOOL64=$lt_OTOOL64
  2099. # Old archive suffix (normally "a").
  2100. libext=$libext
  2101. # Shared library suffix (normally ".so").
  2102. shrext_cmds=$lt_shrext_cmds
  2103. # The commands to extract the exported symbol list from a shared archive.
  2104. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  2105. # Variables whose values should be saved in libtool wrapper scripts and
  2106. # restored at link time.
  2107. variables_saved_for_relink=$lt_variables_saved_for_relink
  2108. # Do we need the "lib" prefix for modules?
  2109. need_lib_prefix=$need_lib_prefix
  2110. # Do we need a version for libraries?
  2111. need_version=$need_version
  2112. # Library versioning type.
  2113. version_type=$version_type
  2114. # Shared library runtime path variable.
  2115. runpath_var=$runpath_var
  2116. # Shared library path variable.
  2117. shlibpath_var=$shlibpath_var
  2118. # Is shlibpath searched before the hard-coded library search path?
  2119. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2120. # Format of library name prefix.
  2121. libname_spec=$lt_libname_spec
  2122. # List of archive names. First name is the real one, the rest are links.
  2123. # The last name is the one that the linker finds with -lNAME
  2124. library_names_spec=$lt_library_names_spec
  2125. # The coded name of the library, if different from the real name.
  2126. soname_spec=$lt_soname_spec
  2127. # Permission mode override for installation of shared libraries.
  2128. install_override_mode=$lt_install_override_mode
  2129. # Command to use after installation of a shared archive.
  2130. postinstall_cmds=$lt_postinstall_cmds
  2131. # Command to use after uninstallation of a shared archive.
  2132. postuninstall_cmds=$lt_postuninstall_cmds
  2133. # Commands used to finish a libtool library installation in a directory.
  2134. finish_cmds=$lt_finish_cmds
  2135. # As "finish_cmds", except a single script fragment to be evaled but
  2136. # not shown.
  2137. finish_eval=$lt_finish_eval
  2138. # Whether we should hardcode library paths into libraries.
  2139. hardcode_into_libs=$hardcode_into_libs
  2140. # Compile-time system search path for libraries.
  2141. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  2142. # Run-time system search path for libraries.
  2143. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  2144. # Whether dlopen is supported.
  2145. dlopen_support=$enable_dlopen
  2146. # Whether dlopen of programs is supported.
  2147. dlopen_self=$enable_dlopen_self
  2148. # Whether dlopen of statically linked programs is supported.
  2149. dlopen_self_static=$enable_dlopen_self_static
  2150. # Commands to strip libraries.
  2151. old_striplib=$lt_old_striplib
  2152. striplib=$lt_striplib
  2153. # The linker used to build libraries.
  2154. LD=$lt_LD
  2155. # How to create reloadable object files.
  2156. reload_flag=$lt_reload_flag
  2157. reload_cmds=$lt_reload_cmds
  2158. # Commands used to build an old-style archive.
  2159. old_archive_cmds=$lt_old_archive_cmds
  2160. # A language specific compiler.
  2161. CC=$lt_compiler
  2162. # Is the compiler the GNU compiler?
  2163. with_gcc=$GCC
  2164. # Compiler flag to turn off builtin functions.
  2165. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
  2166. # Additional compiler flags for building library objects.
  2167. pic_flag=$lt_lt_prog_compiler_pic
  2168. # How to pass a linker flag through the compiler.
  2169. wl=$lt_lt_prog_compiler_wl
  2170. # Compiler flag to prevent dynamic linking.
  2171. link_static_flag=$lt_lt_prog_compiler_static
  2172. # Does compiler simultaneously support -c and -o options?
  2173. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  2174. # Whether or not to add -lc for building shared libraries.
  2175. build_libtool_need_lc=$archive_cmds_need_lc
  2176. # Whether or not to disallow shared libs when runtime libs are static.
  2177. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  2178. # Compiler flag to allow reflexive dlopens.
  2179. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
  2180. # Compiler flag to generate shared objects directly from archives.
  2181. whole_archive_flag_spec=$lt_whole_archive_flag_spec
  2182. # Whether the compiler copes with passing no objects directly.
  2183. compiler_needs_object=$lt_compiler_needs_object
  2184. # Create an old-style archive from a shared archive.
  2185. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
  2186. # Create a temporary old-style archive to link instead of a shared archive.
  2187. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
  2188. # Commands used to build a shared archive.
  2189. archive_cmds=$lt_archive_cmds
  2190. archive_expsym_cmds=$lt_archive_expsym_cmds
  2191. # Commands used to build a loadable module if different from building
  2192. # a shared archive.
  2193. module_cmds=$lt_module_cmds
  2194. module_expsym_cmds=$lt_module_expsym_cmds
  2195. # Whether we are building with GNU ld or not.
  2196. with_gnu_ld=$lt_with_gnu_ld
  2197. # Flag that allows shared libraries with undefined symbols to be built.
  2198. allow_undefined_flag=$lt_allow_undefined_flag
  2199. # Flag that enforces no undefined symbols.
  2200. no_undefined_flag=$lt_no_undefined_flag
  2201. # Flag to hardcode \$libdir into a binary during linking.
  2202. # This must work even if \$libdir does not exist
  2203. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
  2204. # Whether we need a single "-rpath" flag with a separated argument.
  2205. hardcode_libdir_separator=$lt_hardcode_libdir_separator
  2206. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2207. # DIR into the resulting binary.
  2208. hardcode_direct=$hardcode_direct
  2209. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2210. # DIR into the resulting binary and the resulting library dependency is
  2211. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2212. # library is relocated.
  2213. hardcode_direct_absolute=$hardcode_direct_absolute
  2214. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2215. # into the resulting binary.
  2216. hardcode_minus_L=$hardcode_minus_L
  2217. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2218. # into the resulting binary.
  2219. hardcode_shlibpath_var=$hardcode_shlibpath_var
  2220. # Set to "yes" if building a shared library automatically hardcodes DIR
  2221. # into the library and all subsequent libraries and executables linked
  2222. # against it.
  2223. hardcode_automatic=$hardcode_automatic
  2224. # Set to yes if linker adds runtime paths of dependent libraries
  2225. # to runtime path list.
  2226. inherit_rpath=$inherit_rpath
  2227. # Whether libtool must link a program against all its dependency libraries.
  2228. link_all_deplibs=$link_all_deplibs
  2229. # Set to "yes" if exported symbols are required.
  2230. always_export_symbols=$always_export_symbols
  2231. # The commands to list exported symbols.
  2232. export_symbols_cmds=$lt_export_symbols_cmds
  2233. # Symbols that should not be listed in the preloaded symbols.
  2234. exclude_expsyms=$lt_exclude_expsyms
  2235. # Symbols that must always be exported.
  2236. include_expsyms=$lt_include_expsyms
  2237. # Commands necessary for linking programs (against libraries) with templates.
  2238. prelink_cmds=$lt_prelink_cmds
  2239. # Commands necessary for finishing linking programs.
  2240. postlink_cmds=$lt_postlink_cmds
  2241. # Specify filename containing input files.
  2242. file_list_spec=$lt_file_list_spec
  2243. # How to hardcode a shared library path into an executable.
  2244. hardcode_action=$hardcode_action
  2245. # The directories searched by this compiler when creating a shared library.
  2246. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
  2247. # Dependencies to place before and after the objects being linked to
  2248. # create a shared library.
  2249. predep_objects=$lt_predep_objects
  2250. postdep_objects=$lt_postdep_objects
  2251. predeps=$lt_predeps
  2252. postdeps=$lt_postdeps
  2253. # The library search path used internally by the compiler when linking
  2254. # a shared library.
  2255. compiler_lib_search_path=$lt_compiler_lib_search_path
  2256. # ### END LIBTOOL CONFIG
  2257. _LT_EOF
  2258. case $host_os in
  2259. aix3*)
  2260. cat <<\_LT_EOF >> "$cfgfile"
  2261. # AIX sometimes has problems with the GCC collect2 program. For some
  2262. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2263. # vanish in a puff of smoke.
  2264. if test "X${COLLECT_NAMES+set}" != Xset; then
  2265. COLLECT_NAMES=
  2266. export COLLECT_NAMES
  2267. fi
  2268. _LT_EOF
  2269. ;;
  2270. esac
  2271. ltmain="$ac_aux_dir/ltmain.sh"
  2272. # We use sed instead of cat because bash on DJGPP gets confused if
  2273. # if finds mixed CR/LF and LF-only lines. Since sed operates in
  2274. # text mode, it properly converts lines to CR/LF. This bash problem
  2275. # is reportedly fixed, but why not run on old versions too?
  2276. sed '$q' "$ltmain" >> "$cfgfile" \
  2277. || (rm -f "$cfgfile"; exit 1)
  2278. if test x"$xsi_shell" = xyes; then
  2279. sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
  2280. func_dirname ()\
  2281. {\
  2282. \ case ${1} in\
  2283. \ */*) func_dirname_result="${1%/*}${2}" ;;\
  2284. \ * ) func_dirname_result="${3}" ;;\
  2285. \ esac\
  2286. } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
  2287. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2288. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2289. test 0 -eq $? || _lt_function_replace_fail=:
  2290. sed -e '/^func_basename ()$/,/^} # func_basename /c\
  2291. func_basename ()\
  2292. {\
  2293. \ func_basename_result="${1##*/}"\
  2294. } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
  2295. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2296. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2297. test 0 -eq $? || _lt_function_replace_fail=:
  2298. sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
  2299. func_dirname_and_basename ()\
  2300. {\
  2301. \ case ${1} in\
  2302. \ */*) func_dirname_result="${1%/*}${2}" ;;\
  2303. \ * ) func_dirname_result="${3}" ;;\
  2304. \ esac\
  2305. \ func_basename_result="${1##*/}"\
  2306. } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
  2307. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2308. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2309. test 0 -eq $? || _lt_function_replace_fail=:
  2310. sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
  2311. func_stripname ()\
  2312. {\
  2313. \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
  2314. \ # positional parameters, so assign one to ordinary parameter first.\
  2315. \ func_stripname_result=${3}\
  2316. \ func_stripname_result=${func_stripname_result#"${1}"}\
  2317. \ func_stripname_result=${func_stripname_result%"${2}"}\
  2318. } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
  2319. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2320. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2321. test 0 -eq $? || _lt_function_replace_fail=:
  2322. sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
  2323. func_split_long_opt ()\
  2324. {\
  2325. \ func_split_long_opt_name=${1%%=*}\
  2326. \ func_split_long_opt_arg=${1#*=}\
  2327. } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
  2328. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2329. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2330. test 0 -eq $? || _lt_function_replace_fail=:
  2331. sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
  2332. func_split_short_opt ()\
  2333. {\
  2334. \ func_split_short_opt_arg=${1#??}\
  2335. \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
  2336. } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
  2337. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2338. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2339. test 0 -eq $? || _lt_function_replace_fail=:
  2340. sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
  2341. func_lo2o ()\
  2342. {\
  2343. \ case ${1} in\
  2344. \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
  2345. \ *) func_lo2o_result=${1} ;;\
  2346. \ esac\
  2347. } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
  2348. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2349. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2350. test 0 -eq $? || _lt_function_replace_fail=:
  2351. sed -e '/^func_xform ()$/,/^} # func_xform /c\
  2352. func_xform ()\
  2353. {\
  2354. func_xform_result=${1%.*}.lo\
  2355. } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
  2356. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2357. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2358. test 0 -eq $? || _lt_function_replace_fail=:
  2359. sed -e '/^func_arith ()$/,/^} # func_arith /c\
  2360. func_arith ()\
  2361. {\
  2362. func_arith_result=$(( $* ))\
  2363. } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
  2364. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2365. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2366. test 0 -eq $? || _lt_function_replace_fail=:
  2367. sed -e '/^func_len ()$/,/^} # func_len /c\
  2368. func_len ()\
  2369. {\
  2370. func_len_result=${#1}\
  2371. } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
  2372. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2373. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2374. test 0 -eq $? || _lt_function_replace_fail=:
  2375. fi
  2376. if test x"$lt_shell_append" = xyes; then
  2377. sed -e '/^func_append ()$/,/^} # func_append /c\
  2378. func_append ()\
  2379. {\
  2380. eval "${1}+=\\${2}"\
  2381. } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
  2382. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2383. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2384. test 0 -eq $? || _lt_function_replace_fail=:
  2385. sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
  2386. func_append_quoted ()\
  2387. {\
  2388. \ func_quote_for_eval "${2}"\
  2389. \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
  2390. } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
  2391. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2392. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2393. test 0 -eq $? || _lt_function_replace_fail=:
  2394. # Save a `func_append' function call where possible by direct use of '+='
  2395. sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
  2396. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2397. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2398. test 0 -eq $? || _lt_function_replace_fail=:
  2399. else
  2400. # Save a `func_append' function call even when '+=' is not available
  2401. sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
  2402. && mv -f "$cfgfile.tmp" "$cfgfile" \
  2403. || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
  2404. test 0 -eq $? || _lt_function_replace_fail=:
  2405. fi
  2406. if test x"$_lt_function_replace_fail" = x":"; then
  2407. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
  2408. $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
  2409. fi
  2410. mv -f "$cfgfile" "$ofile" ||
  2411. (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  2412. chmod +x "$ofile"
  2413. cat <<_LT_EOF >> "$ofile"
  2414. # ### BEGIN LIBTOOL TAG CONFIG: CXX
  2415. # The linker used to build libraries.
  2416. LD=$lt_LD_CXX
  2417. # How to create reloadable object files.
  2418. reload_flag=$lt_reload_flag_CXX
  2419. reload_cmds=$lt_reload_cmds_CXX
  2420. # Commands used to build an old-style archive.
  2421. old_archive_cmds=$lt_old_archive_cmds_CXX
  2422. # A language specific compiler.
  2423. CC=$lt_compiler_CXX
  2424. # Is the compiler the GNU compiler?
  2425. with_gcc=$GCC_CXX
  2426. # Compiler flag to turn off builtin functions.
  2427. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
  2428. # Additional compiler flags for building library objects.
  2429. pic_flag=$lt_lt_prog_compiler_pic_CXX
  2430. # How to pass a linker flag through the compiler.
  2431. wl=$lt_lt_prog_compiler_wl_CXX
  2432. # Compiler flag to prevent dynamic linking.
  2433. link_static_flag=$lt_lt_prog_compiler_static_CXX
  2434. # Does compiler simultaneously support -c and -o options?
  2435. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
  2436. # Whether or not to add -lc for building shared libraries.
  2437. build_libtool_need_lc=$archive_cmds_need_lc_CXX
  2438. # Whether or not to disallow shared libs when runtime libs are static.
  2439. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
  2440. # Compiler flag to allow reflexive dlopens.
  2441. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
  2442. # Compiler flag to generate shared objects directly from archives.
  2443. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
  2444. # Whether the compiler copes with passing no objects directly.
  2445. compiler_needs_object=$lt_compiler_needs_object_CXX
  2446. # Create an old-style archive from a shared archive.
  2447. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
  2448. # Create a temporary old-style archive to link instead of a shared archive.
  2449. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
  2450. # Commands used to build a shared archive.
  2451. archive_cmds=$lt_archive_cmds_CXX
  2452. archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
  2453. # Commands used to build a loadable module if different from building
  2454. # a shared archive.
  2455. module_cmds=$lt_module_cmds_CXX
  2456. module_expsym_cmds=$lt_module_expsym_cmds_CXX
  2457. # Whether we are building with GNU ld or not.
  2458. with_gnu_ld=$lt_with_gnu_ld_CXX
  2459. # Flag that allows shared libraries with undefined symbols to be built.
  2460. allow_undefined_flag=$lt_allow_undefined_flag_CXX
  2461. # Flag that enforces no undefined symbols.
  2462. no_undefined_flag=$lt_no_undefined_flag_CXX
  2463. # Flag to hardcode \$libdir into a binary during linking.
  2464. # This must work even if \$libdir does not exist
  2465. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
  2466. # Whether we need a single "-rpath" flag with a separated argument.
  2467. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
  2468. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2469. # DIR into the resulting binary.
  2470. hardcode_direct=$hardcode_direct_CXX
  2471. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2472. # DIR into the resulting binary and the resulting library dependency is
  2473. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2474. # library is relocated.
  2475. hardcode_direct_absolute=$hardcode_direct_absolute_CXX
  2476. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2477. # into the resulting binary.
  2478. hardcode_minus_L=$hardcode_minus_L_CXX
  2479. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2480. # into the resulting binary.
  2481. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
  2482. # Set to "yes" if building a shared library automatically hardcodes DIR
  2483. # into the library and all subsequent libraries and executables linked
  2484. # against it.
  2485. hardcode_automatic=$hardcode_automatic_CXX
  2486. # Set to yes if linker adds runtime paths of dependent libraries
  2487. # to runtime path list.
  2488. inherit_rpath=$inherit_rpath_CXX
  2489. # Whether libtool must link a program against all its dependency libraries.
  2490. link_all_deplibs=$link_all_deplibs_CXX
  2491. # Set to "yes" if exported symbols are required.
  2492. always_export_symbols=$always_export_symbols_CXX
  2493. # The commands to list exported symbols.
  2494. export_symbols_cmds=$lt_export_symbols_cmds_CXX
  2495. # Symbols that should not be listed in the preloaded symbols.
  2496. exclude_expsyms=$lt_exclude_expsyms_CXX
  2497. # Symbols that must always be exported.
  2498. include_expsyms=$lt_include_expsyms_CXX
  2499. # Commands necessary for linking programs (against libraries) with templates.
  2500. prelink_cmds=$lt_prelink_cmds_CXX
  2501. # Commands necessary for finishing linking programs.
  2502. postlink_cmds=$lt_postlink_cmds_CXX
  2503. # Specify filename containing input files.
  2504. file_list_spec=$lt_file_list_spec_CXX
  2505. # How to hardcode a shared library path into an executable.
  2506. hardcode_action=$hardcode_action_CXX
  2507. # The directories searched by this compiler when creating a shared library.
  2508. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
  2509. # Dependencies to place before and after the objects being linked to
  2510. # create a shared library.
  2511. predep_objects=$lt_predep_objects_CXX
  2512. postdep_objects=$lt_postdep_objects_CXX
  2513. predeps=$lt_predeps_CXX
  2514. postdeps=$lt_postdeps_CXX
  2515. # The library search path used internally by the compiler when linking
  2516. # a shared library.
  2517. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
  2518. # ### END LIBTOOL TAG CONFIG: CXX
  2519. _LT_EOF
  2520. cat <<_LT_EOF >> "$ofile"
  2521. # ### BEGIN LIBTOOL TAG CONFIG: F77
  2522. # The linker used to build libraries.
  2523. LD=$lt_LD_F77
  2524. # How to create reloadable object files.
  2525. reload_flag=$lt_reload_flag_F77
  2526. reload_cmds=$lt_reload_cmds_F77
  2527. # Commands used to build an old-style archive.
  2528. old_archive_cmds=$lt_old_archive_cmds_F77
  2529. # A language specific compiler.
  2530. CC=$lt_compiler_F77
  2531. # Is the compiler the GNU compiler?
  2532. with_gcc=$GCC_F77
  2533. # Compiler flag to turn off builtin functions.
  2534. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
  2535. # Additional compiler flags for building library objects.
  2536. pic_flag=$lt_lt_prog_compiler_pic_F77
  2537. # How to pass a linker flag through the compiler.
  2538. wl=$lt_lt_prog_compiler_wl_F77
  2539. # Compiler flag to prevent dynamic linking.
  2540. link_static_flag=$lt_lt_prog_compiler_static_F77
  2541. # Does compiler simultaneously support -c and -o options?
  2542. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
  2543. # Whether or not to add -lc for building shared libraries.
  2544. build_libtool_need_lc=$archive_cmds_need_lc_F77
  2545. # Whether or not to disallow shared libs when runtime libs are static.
  2546. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
  2547. # Compiler flag to allow reflexive dlopens.
  2548. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
  2549. # Compiler flag to generate shared objects directly from archives.
  2550. whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
  2551. # Whether the compiler copes with passing no objects directly.
  2552. compiler_needs_object=$lt_compiler_needs_object_F77
  2553. # Create an old-style archive from a shared archive.
  2554. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
  2555. # Create a temporary old-style archive to link instead of a shared archive.
  2556. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
  2557. # Commands used to build a shared archive.
  2558. archive_cmds=$lt_archive_cmds_F77
  2559. archive_expsym_cmds=$lt_archive_expsym_cmds_F77
  2560. # Commands used to build a loadable module if different from building
  2561. # a shared archive.
  2562. module_cmds=$lt_module_cmds_F77
  2563. module_expsym_cmds=$lt_module_expsym_cmds_F77
  2564. # Whether we are building with GNU ld or not.
  2565. with_gnu_ld=$lt_with_gnu_ld_F77
  2566. # Flag that allows shared libraries with undefined symbols to be built.
  2567. allow_undefined_flag=$lt_allow_undefined_flag_F77
  2568. # Flag that enforces no undefined symbols.
  2569. no_undefined_flag=$lt_no_undefined_flag_F77
  2570. # Flag to hardcode \$libdir into a binary during linking.
  2571. # This must work even if \$libdir does not exist
  2572. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
  2573. # Whether we need a single "-rpath" flag with a separated argument.
  2574. hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
  2575. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2576. # DIR into the resulting binary.
  2577. hardcode_direct=$hardcode_direct_F77
  2578. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2579. # DIR into the resulting binary and the resulting library dependency is
  2580. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2581. # library is relocated.
  2582. hardcode_direct_absolute=$hardcode_direct_absolute_F77
  2583. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2584. # into the resulting binary.
  2585. hardcode_minus_L=$hardcode_minus_L_F77
  2586. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2587. # into the resulting binary.
  2588. hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
  2589. # Set to "yes" if building a shared library automatically hardcodes DIR
  2590. # into the library and all subsequent libraries and executables linked
  2591. # against it.
  2592. hardcode_automatic=$hardcode_automatic_F77
  2593. # Set to yes if linker adds runtime paths of dependent libraries
  2594. # to runtime path list.
  2595. inherit_rpath=$inherit_rpath_F77
  2596. # Whether libtool must link a program against all its dependency libraries.
  2597. link_all_deplibs=$link_all_deplibs_F77
  2598. # Set to "yes" if exported symbols are required.
  2599. always_export_symbols=$always_export_symbols_F77
  2600. # The commands to list exported symbols.
  2601. export_symbols_cmds=$lt_export_symbols_cmds_F77
  2602. # Symbols that should not be listed in the preloaded symbols.
  2603. exclude_expsyms=$lt_exclude_expsyms_F77
  2604. # Symbols that must always be exported.
  2605. include_expsyms=$lt_include_expsyms_F77
  2606. # Commands necessary for linking programs (against libraries) with templates.
  2607. prelink_cmds=$lt_prelink_cmds_F77
  2608. # Commands necessary for finishing linking programs.
  2609. postlink_cmds=$lt_postlink_cmds_F77
  2610. # Specify filename containing input files.
  2611. file_list_spec=$lt_file_list_spec_F77
  2612. # How to hardcode a shared library path into an executable.
  2613. hardcode_action=$hardcode_action_F77
  2614. # The directories searched by this compiler when creating a shared library.
  2615. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
  2616. # Dependencies to place before and after the objects being linked to
  2617. # create a shared library.
  2618. predep_objects=$lt_predep_objects_F77
  2619. postdep_objects=$lt_postdep_objects_F77
  2620. predeps=$lt_predeps_F77
  2621. postdeps=$lt_postdeps_F77
  2622. # The library search path used internally by the compiler when linking
  2623. # a shared library.
  2624. compiler_lib_search_path=$lt_compiler_lib_search_path_F77
  2625. # ### END LIBTOOL TAG CONFIG: F77
  2626. _LT_EOF
  2627. cat <<_LT_EOF >> "$ofile"
  2628. # ### BEGIN LIBTOOL TAG CONFIG: FC
  2629. # The linker used to build libraries.
  2630. LD=$lt_LD_FC
  2631. # How to create reloadable object files.
  2632. reload_flag=$lt_reload_flag_FC
  2633. reload_cmds=$lt_reload_cmds_FC
  2634. # Commands used to build an old-style archive.
  2635. old_archive_cmds=$lt_old_archive_cmds_FC
  2636. # A language specific compiler.
  2637. CC=$lt_compiler_FC
  2638. # Is the compiler the GNU compiler?
  2639. with_gcc=$GCC_FC
  2640. # Compiler flag to turn off builtin functions.
  2641. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_FC
  2642. # Additional compiler flags for building library objects.
  2643. pic_flag=$lt_lt_prog_compiler_pic_FC
  2644. # How to pass a linker flag through the compiler.
  2645. wl=$lt_lt_prog_compiler_wl_FC
  2646. # Compiler flag to prevent dynamic linking.
  2647. link_static_flag=$lt_lt_prog_compiler_static_FC
  2648. # Does compiler simultaneously support -c and -o options?
  2649. compiler_c_o=$lt_lt_cv_prog_compiler_c_o_FC
  2650. # Whether or not to add -lc for building shared libraries.
  2651. build_libtool_need_lc=$archive_cmds_need_lc_FC
  2652. # Whether or not to disallow shared libs when runtime libs are static.
  2653. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_FC
  2654. # Compiler flag to allow reflexive dlopens.
  2655. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_FC
  2656. # Compiler flag to generate shared objects directly from archives.
  2657. whole_archive_flag_spec=$lt_whole_archive_flag_spec_FC
  2658. # Whether the compiler copes with passing no objects directly.
  2659. compiler_needs_object=$lt_compiler_needs_object_FC
  2660. # Create an old-style archive from a shared archive.
  2661. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_FC
  2662. # Create a temporary old-style archive to link instead of a shared archive.
  2663. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_FC
  2664. # Commands used to build a shared archive.
  2665. archive_cmds=$lt_archive_cmds_FC
  2666. archive_expsym_cmds=$lt_archive_expsym_cmds_FC
  2667. # Commands used to build a loadable module if different from building
  2668. # a shared archive.
  2669. module_cmds=$lt_module_cmds_FC
  2670. module_expsym_cmds=$lt_module_expsym_cmds_FC
  2671. # Whether we are building with GNU ld or not.
  2672. with_gnu_ld=$lt_with_gnu_ld_FC
  2673. # Flag that allows shared libraries with undefined symbols to be built.
  2674. allow_undefined_flag=$lt_allow_undefined_flag_FC
  2675. # Flag that enforces no undefined symbols.
  2676. no_undefined_flag=$lt_no_undefined_flag_FC
  2677. # Flag to hardcode \$libdir into a binary during linking.
  2678. # This must work even if \$libdir does not exist
  2679. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_FC
  2680. # Whether we need a single "-rpath" flag with a separated argument.
  2681. hardcode_libdir_separator=$lt_hardcode_libdir_separator_FC
  2682. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2683. # DIR into the resulting binary.
  2684. hardcode_direct=$hardcode_direct_FC
  2685. # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
  2686. # DIR into the resulting binary and the resulting library dependency is
  2687. # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
  2688. # library is relocated.
  2689. hardcode_direct_absolute=$hardcode_direct_absolute_FC
  2690. # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  2691. # into the resulting binary.
  2692. hardcode_minus_L=$hardcode_minus_L_FC
  2693. # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  2694. # into the resulting binary.
  2695. hardcode_shlibpath_var=$hardcode_shlibpath_var_FC
  2696. # Set to "yes" if building a shared library automatically hardcodes DIR
  2697. # into the library and all subsequent libraries and executables linked
  2698. # against it.
  2699. hardcode_automatic=$hardcode_automatic_FC
  2700. # Set to yes if linker adds runtime paths of dependent libraries
  2701. # to runtime path list.
  2702. inherit_rpath=$inherit_rpath_FC
  2703. # Whether libtool must link a program against all its dependency libraries.
  2704. link_all_deplibs=$link_all_deplibs_FC
  2705. # Set to "yes" if exported symbols are required.
  2706. always_export_symbols=$always_export_symbols_FC
  2707. # The commands to list exported symbols.
  2708. export_symbols_cmds=$lt_export_symbols_cmds_FC
  2709. # Symbols that should not be listed in the preloaded symbols.
  2710. exclude_expsyms=$lt_exclude_expsyms_FC
  2711. # Symbols that must always be exported.
  2712. include_expsyms=$lt_include_expsyms_FC
  2713. # Commands necessary for linking programs (against libraries) with templates.
  2714. prelink_cmds=$lt_prelink_cmds_FC
  2715. # Commands necessary for finishing linking programs.
  2716. postlink_cmds=$lt_postlink_cmds_FC
  2717. # Specify filename containing input files.
  2718. file_list_spec=$lt_file_list_spec_FC
  2719. # How to hardcode a shared library path into an executable.
  2720. hardcode_action=$hardcode_action_FC
  2721. # The directories searched by this compiler when creating a shared library.
  2722. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_FC
  2723. # Dependencies to place before and after the objects being linked to
  2724. # create a shared library.
  2725. predep_objects=$lt_predep_objects_FC
  2726. postdep_objects=$lt_postdep_objects_FC
  2727. predeps=$lt_predeps_FC
  2728. postdeps=$lt_postdeps_FC
  2729. # The library search path used internally by the compiler when linking
  2730. # a shared library.
  2731. compiler_lib_search_path=$lt_compiler_lib_search_path_FC
  2732. # ### END LIBTOOL TAG CONFIG: FC
  2733. _LT_EOF
  2734. ;;
  2735. "executable-scripts":C)
  2736. chmod +x tests/regression/regression.sh
  2737. chmod +x tests/loader-cross.sh
  2738. chmod +x tests/model-checking/starpu-mc.sh
  2739. chmod +x examples/loader-cross.sh
  2740. chmod +x examples/stencil/loader-cross.sh
  2741. chmod +x tools/starpu_codelet_profile
  2742. chmod +x tools/starpu_codelet_histo_profile
  2743. chmod +x tools/starpu_mpi_comm_matrix.py
  2744. chmod +x tools/starpu_workers_activity
  2745. chmod +x tools/starpu_paje_draw_histogram
  2746. chmod +x tools/starpu_paje_state_stats
  2747. chmod +x tools/starpu_paje_summary
  2748. chmod +x tools/starpu_mlr_analysis
  2749. chmod +x tools/starpu_paje_sort
  2750. chmod +x tools/starpu_smpirun
  2751. chmod +x doc/doxygen/doxygen_filter.sh
  2752. chmod +x doc/doxygen_dev/doxygen_filter.sh
  2753. mkdir -p tests/microbenchs
  2754. test -e tests/microbenchs/tasks_size_overhead.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/tasks_size_overhead.sh tests/microbenchs/
  2755. test -e tests/microbenchs/tasks_size_overhead_sched.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/tasks_size_overhead_sched.sh tests/microbenchs/
  2756. test -e tests/microbenchs/tasks_size_overhead_scheds.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/tasks_size_overhead_scheds.sh tests/microbenchs/
  2757. test -e tests/microbenchs/tasks_size_overhead.gp || ln -sf $ac_abs_top_srcdir/tests/microbenchs/tasks_size_overhead.gp tests/microbenchs/
  2758. test -e tests/microbenchs/microbench.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/microbench.sh tests/microbenchs/
  2759. test -e tests/microbenchs/parallel_dependent_homogeneous_tasks_data.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/parallel_dependent_homogeneous_tasks_data.sh tests/microbenchs/
  2760. test -e tests/microbenchs/parallel_independent_heterogeneous_tasks_data.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/parallel_independent_heterogeneous_tasks_data.sh tests/microbenchs/
  2761. test -e tests/microbenchs/parallel_independent_heterogeneous_tasks.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/parallel_independent_heterogeneous_tasks.sh tests/microbenchs/
  2762. test -e tests/microbenchs/parallel_independent_homogeneous_tasks_data.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/parallel_independent_homogeneous_tasks_data.sh tests/microbenchs/
  2763. test -e tests/microbenchs/parallel_independent_homogeneous_tasks.sh || ln -sf $ac_abs_top_srcdir/tests/microbenchs/parallel_independent_homogeneous_tasks.sh tests/microbenchs/
  2764. mkdir -p tests/datawizard
  2765. test -e tests/datawizard/locality.sh || ln -sf $ac_abs_top_srcdir/tests/datawizard/locality.sh tests/datawizard/
  2766. mkdir -p tests/overlap
  2767. test -e tests/overlap/overlap.sh || ln -sf $ac_abs_top_srcdir/tests/overlap/overlap.sh tests/overlap/
  2768. mkdir -p tests/model-checking
  2769. test -e tests/model-checking/prio_list.sh || ln -sf $ac_abs_top_srcdir/tests/model-checking/prio_list.sh tests/model-checking/
  2770. test -e tests/model-checking/barrier.sh || ln -sf $ac_abs_top_srcdir/tests/model-checking/barrier.sh tests/model-checking/
  2771. mkdir -p examples/heat
  2772. test -e examples/heat/heat.sh || ln -sf $ac_abs_top_srcdir/examples/heat/heat.sh examples/heat/
  2773. mkdir -p examples/lu
  2774. test -e examples/lu/lu.sh || ln -sf $ac_abs_top_srcdir/examples/lu/lu.sh examples/lu/
  2775. mkdir -p examples/cholesky
  2776. test -e examples/cholesky/cholesky.sh || ln -sf $ac_abs_top_srcdir/examples/cholesky/cholesky.sh examples/cholesky/
  2777. test -e tools/starpu_paje_draw_histogram.R || ln -sf $ac_abs_top_srcdir/tools/starpu_paje_draw_histogram.R tools/starpu_paje_draw_histogram.R
  2778. test -e tools/starpu_paje_state_stats.R || ln -sf $ac_abs_top_srcdir/tools/starpu_paje_state_stats.R tools/starpu_paje_state_stats.R
  2779. test -e tools/starpu_trace_state_stats.py || ln -sf $ac_abs_top_srcdir/tools/starpu_trace_state_stats.py tools/starpu_trace_state_stats.py
  2780. chmod +x tools/starpu_trace_state_stats.py
  2781. ;;
  2782. esac
  2783. done # for ac_tag
  2784. as_fn_exit 0