patch-configure 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- screen-4.0.3.orig/configure 2003-12-05 14:46:53.000000000 +0100
  3. +++ screen-4.0.3/configure 2008-10-08 13:33:43.000000000 +0200
  4. @@ -124,7 +124,7 @@ done
  5. fi
  6. if test ! -f "$as_myself"; then
  7. { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  8. - { (exit 1); exit 1; }; }
  9. + }
  10. fi
  11. case $CONFIG_SHELL in
  12. '')
  13. @@ -174,7 +174,7 @@ done
  14. ' >$as_me.lineno &&
  15. chmod +x $as_me.lineno ||
  16. { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  17. - { (exit 1); exit 1; }; }
  18. + }
  19. # Don't try to exec as it changes $[0], causing all sort of problems
  20. # (the dirname of $[0] is not the place where we might find the
  21. @@ -397,7 +397,7 @@ do
  22. # Reject names that are not valid shell variable names.
  23. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  24. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  25. - { (exit 1); exit 1; }; }
  26. + }
  27. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  28. eval "enable_$ac_feature=no" ;;
  29. @@ -406,7 +406,7 @@ do
  30. # Reject names that are not valid shell variable names.
  31. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  32. { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  33. - { (exit 1); exit 1; }; }
  34. + }
  35. ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  36. case $ac_option in
  37. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  38. @@ -588,7 +588,7 @@ do
  39. # Reject names that are not valid shell variable names.
  40. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  41. { echo "$as_me: error: invalid package name: $ac_package" >&2
  42. - { (exit 1); exit 1; }; }
  43. + }
  44. ac_package=`echo $ac_package| sed 's/-/_/g'`
  45. case $ac_option in
  46. *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  47. @@ -601,7 +601,7 @@ do
  48. # Reject names that are not valid shell variable names.
  49. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  50. { echo "$as_me: error: invalid package name: $ac_package" >&2
  51. - { (exit 1); exit 1; }; }
  52. + }
  53. ac_package=`echo $ac_package | sed 's/-/_/g'`
  54. eval "with_$ac_package=no" ;;
  55. @@ -625,7 +625,7 @@ do
  56. -*) { echo "$as_me: error: unrecognized option: $ac_option
  57. Try \`$0 --help' for more information." >&2
  58. - { (exit 1); exit 1; }; }
  59. + }
  60. ;;
  61. *=*)
  62. @@ -633,7 +633,7 @@ Try \`$0 --help' for more information."
  63. # Reject names that are not valid shell variable names.
  64. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  65. { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  66. - { (exit 1); exit 1; }; }
  67. + }
  68. ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  69. eval "$ac_envvar='$ac_optarg'"
  70. export $ac_envvar ;;
  71. @@ -652,7 +652,7 @@ done
  72. if test -n "$ac_prev"; then
  73. ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  74. { echo "$as_me: error: missing argument to $ac_option" >&2
  75. - { (exit 1); exit 1; }; }
  76. + }
  77. fi
  78. # Be sure to have absolute paths.
  79. @@ -662,7 +662,7 @@ do
  80. case $ac_val in
  81. [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  82. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  83. - { (exit 1); exit 1; }; };;
  84. + };;
  85. esac
  86. done
  87. @@ -674,7 +674,7 @@ do
  88. case $ac_val in
  89. [\\/$]* | ?:[\\/]* ) ;;
  90. *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  91. - { (exit 1); exit 1; }; };;
  92. + };;
  93. esac
  94. done
  95. @@ -728,15 +728,15 @@ fi
  96. if test ! -r $srcdir/$ac_unique_file; then
  97. if test "$ac_srcdir_defaulted" = yes; then
  98. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  99. - { (exit 1); exit 1; }; }
  100. + }
  101. else
  102. { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  103. - { (exit 1); exit 1; }; }
  104. + }
  105. fi
  106. fi
  107. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  108. { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  109. - { (exit 1); exit 1; }; }
  110. + }
  111. srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  112. ac_env_build_alias_set=${build_alias+set}
  113. ac_env_build_alias_value=$build_alias
  114. @@ -1243,7 +1243,7 @@ if $ac_cache_corrupted; then
  115. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  116. { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  117. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  118. - { (exit 1); exit 1; }; }
  119. + }
  120. fi
  121. ac_ext=c
  122. @@ -1734,7 +1734,7 @@ test -z "$CC" && { { echo "$as_me:$LINEN
  123. See \`config.log' for more details." >&5
  124. echo "$as_me: error: no acceptable C compiler found in \$PATH
  125. See \`config.log' for more details." >&2;}
  126. - { (exit 1); exit 1; }; }
  127. + }
  128. # Provide some information about the compiler.
  129. echo "$as_me:$LINENO:" \
  130. @@ -1856,7 +1856,7 @@ See \`config.log' for more details." >&5
  131. echo "$as_me: error: cannot run C compiled programs.
  132. If you meant to cross compile, use \`--host'.
  133. See \`config.log' for more details." >&2;}
  134. - { (exit 1); exit 1; }; }
  135. + }
  136. fi
  137. fi
  138. fi
  139. @@ -1898,7 +1898,7 @@ else
  140. See \`config.log' for more details." >&5
  141. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  142. See \`config.log' for more details." >&2;}
  143. - { (exit 1); exit 1; }; }
  144. + }
  145. fi
  146. rm -f conftest$ac_cv_exeext
  147. @@ -1950,7 +1950,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
  148. See \`config.log' for more details." >&5
  149. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  150. See \`config.log' for more details." >&2;}
  151. - { (exit 1); exit 1; }; }
  152. + }
  153. fi
  154. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  155. @@ -2514,7 +2514,7 @@ else
  156. See \`config.log' for more details." >&5
  157. echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  158. See \`config.log' for more details." >&2;}
  159. - { (exit 1); exit 1; }; }
  160. + }
  161. fi
  162. ac_ext=c
  163. @@ -2704,7 +2704,7 @@ if test "$cross_compiling" = yes; then
  164. See \`config.log' for more details." >&5
  165. echo "$as_me: error: cannot run test program while cross compiling
  166. See \`config.log' for more details." >&2;}
  167. - { (exit 1); exit 1; }; }
  168. + }
  169. else
  170. cat >conftest.$ac_ext <<_ACEOF
  171. #line $LINENO "configure"
  172. @@ -2753,7 +2753,7 @@ if test "$cross_compiling" = yes; then
  173. See \`config.log' for more details." >&5
  174. echo "$as_me: error: cannot run test program while cross compiling
  175. See \`config.log' for more details." >&2;}
  176. - { (exit 1); exit 1; }; }
  177. + }
  178. else
  179. cat >conftest.$ac_ext <<_ACEOF
  180. #line $LINENO "configure"
  181. @@ -2790,7 +2790,7 @@ echo "$ac_compile" 1>&6
  182. { { echo "$as_me:$LINENO: error: Can't run the compiler - sorry" >&5
  183. echo "$as_me: error: Can't run the compiler - sorry" >&2;}
  184. - { (exit 1); exit 1; }; }
  185. + }
  186. fi
  187. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  188. fi
  189. @@ -2800,7 +2800,7 @@ if test "$cross_compiling" = yes; then
  190. See \`config.log' for more details." >&5
  191. echo "$as_me: error: cannot run test program while cross compiling
  192. See \`config.log' for more details." >&2;}
  193. - { (exit 1); exit 1; }; }
  194. + }
  195. else
  196. cat >conftest.$ac_ext <<_ACEOF
  197. #line $LINENO "configure"
  198. @@ -2830,7 +2830,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
  199. (exit $ac_status); }; }; then
  200. { { echo "$as_me:$LINENO: error: Your compiler does not set the exit status - sorry" >&5
  201. echo "$as_me: error: Your compiler does not set the exit status - sorry" >&2;}
  202. - { (exit 1); exit 1; }; }
  203. + }
  204. else
  205. echo "$as_me: program exited with status $ac_status" >&5
  206. echo "$as_me: failed program was:" >&5
  207. @@ -2900,7 +2900,7 @@ done
  208. if test -z "$ac_aux_dir"; then
  209. { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  210. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  211. - { (exit 1); exit 1; }; }
  212. + }
  213. fi
  214. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  215. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  216. @@ -4149,7 +4149,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
  217. { { echo "$as_me:$LINENO: error: !!! no select - no screen" >&5
  218. echo "$as_me: error: !!! no select - no screen" >&2;}
  219. - { (exit 1); exit 1; }; }
  220. + }
  221. fi
  222. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  223. @@ -4163,7 +4163,7 @@ if test "$cross_compiling" = yes; then
  224. See \`config.log' for more details." >&5
  225. echo "$as_me: error: cannot run test program while cross compiling
  226. See \`config.log' for more details." >&2;}
  227. - { (exit 1); exit 1; }; }
  228. + }
  229. else
  230. cat >conftest.$ac_ext <<_ACEOF
  231. #line $LINENO "configure"
  232. @@ -4272,7 +4272,7 @@ if test "$cross_compiling" = yes; then
  233. See \`config.log' for more details." >&5
  234. echo "$as_me: error: cannot run test program while cross compiling
  235. See \`config.log' for more details." >&2;}
  236. - { (exit 1); exit 1; }; }
  237. + }
  238. else
  239. cat >conftest.$ac_ext <<_ACEOF
  240. #line $LINENO "configure"
  241. @@ -4365,7 +4365,7 @@ if test "$cross_compiling" = yes; then
  242. See \`config.log' for more details." >&5
  243. echo "$as_me: error: cannot run test program while cross compiling
  244. See \`config.log' for more details." >&2;}
  245. - { (exit 1); exit 1; }; }
  246. + }
  247. else
  248. cat >conftest.$ac_ext <<_ACEOF
  249. #line $LINENO "configure"
  250. @@ -4460,7 +4460,7 @@ if test "$cross_compiling" = yes; then
  251. See \`config.log' for more details." >&5
  252. echo "$as_me: error: cannot run test program while cross compiling
  253. See \`config.log' for more details." >&2;}
  254. - { (exit 1); exit 1; }; }
  255. + }
  256. else
  257. cat >conftest.$ac_ext <<_ACEOF
  258. #line $LINENO "configure"
  259. @@ -4562,7 +4562,7 @@ elif test -n "$sock"; then
  260. else
  261. { { echo "$as_me:$LINENO: error: you have neither usable sockets nor usable pipes -> no screen" >&5
  262. echo "$as_me: error: you have neither usable sockets nor usable pipes -> no screen" >&2;}
  263. - { (exit 1); exit 1; }; }
  264. + }
  265. fi
  266. @@ -4573,7 +4573,7 @@ if test "$cross_compiling" = yes; then
  267. See \`config.log' for more details." >&5
  268. echo "$as_me: error: cannot run test program while cross compiling
  269. See \`config.log' for more details." >&2;}
  270. - { (exit 1); exit 1; }; }
  271. + }
  272. else
  273. cat >conftest.$ac_ext <<_ACEOF
  274. #line $LINENO "configure"
  275. @@ -4898,7 +4898,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
  276. { { echo "$as_me:$LINENO: error: !!! no tgetent - no screen" >&5
  277. echo "$as_me: error: !!! no tgetent - no screen" >&2;}
  278. - { (exit 1); exit 1; }; }
  279. + }
  280. fi
  281. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  282. fi
  283. @@ -4915,7 +4915,7 @@ if test "$cross_compiling" = yes; then
  284. See \`config.log' for more details." >&5
  285. echo "$as_me: error: cannot run test program while cross compiling
  286. See \`config.log' for more details." >&2;}
  287. - { (exit 1); exit 1; }; }
  288. + }
  289. else
  290. cat >conftest.$ac_ext <<_ACEOF
  291. #line $LINENO "configure"
  292. @@ -5359,7 +5359,7 @@ if test "$cross_compiling" = yes; then
  293. See \`config.log' for more details." >&5
  294. echo "$as_me: error: cannot run test program while cross compiling
  295. See \`config.log' for more details." >&2;}
  296. - { (exit 1); exit 1; }; }
  297. + }
  298. else
  299. cat >conftest.$ac_ext <<_ACEOF
  300. #line $LINENO "configure"
  301. @@ -6206,7 +6206,7 @@ echo "$as_me: checking for avenrun symbo
  302. See \`config.log' for more details." >&5
  303. echo "$as_me: error: cannot run test program while cross compiling
  304. See \`config.log' for more details." >&2;}
  305. - { (exit 1); exit 1; }; }
  306. + }
  307. else
  308. cat >conftest.$ac_ext <<_ACEOF
  309. #line $LINENO "configure"
  310. @@ -6482,7 +6482,7 @@ if test "$cross_compiling" = yes; then
  311. See \`config.log' for more details." >&5
  312. echo "$as_me: error: cannot run test program while cross compiling
  313. See \`config.log' for more details." >&2;}
  314. - { (exit 1); exit 1; }; }
  315. + }
  316. else
  317. cat >conftest.$ac_ext <<_ACEOF
  318. #line $LINENO "configure"
  319. @@ -6598,8 +6598,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
  320. LIBS="$oldlibs"
  321. fi
  322. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  323. -test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec"
  324. -test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow"
  325. oldlibs="$LIBS"
  326. LIBS="$LIBS -lsun"
  327. { echo "$as_me:$LINENO: checking IRIX sun library..." >&5
  328. @@ -7004,7 +7002,7 @@ if test "$cross_compiling" = yes; then
  329. See \`config.log' for more details." >&5
  330. echo "$as_me: error: cannot run test program while cross compiling
  331. See \`config.log' for more details." >&2;}
  332. - { (exit 1); exit 1; }; }
  333. + }
  334. else
  335. cat >conftest.$ac_ext <<_ACEOF
  336. #line $LINENO "configure"
  337. @@ -7056,7 +7054,7 @@ if test "$cross_compiling" = yes; then
  338. See \`config.log' for more details." >&5
  339. echo "$as_me: error: cannot run test program while cross compiling
  340. See \`config.log' for more details." >&2;}
  341. - { (exit 1); exit 1; }; }
  342. + }
  343. else
  344. cat >conftest.$ac_ext <<_ACEOF
  345. #line $LINENO "configure"
  346. @@ -7110,7 +7108,7 @@ if test "$cross_compiling" = yes; then
  347. See \`config.log' for more details." >&5
  348. echo "$as_me: error: cannot run test program while cross compiling
  349. See \`config.log' for more details." >&2;}
  350. - { (exit 1); exit 1; }; }
  351. + }
  352. else
  353. cat >conftest.$ac_ext <<_ACEOF
  354. #line $LINENO "configure"
  355. @@ -7951,7 +7949,7 @@ if test "$cross_compiling" = yes; then
  356. See \`config.log' for more details." >&5
  357. echo "$as_me: error: cannot run test program while cross compiling
  358. See \`config.log' for more details." >&2;}
  359. - { (exit 1); exit 1; }; }
  360. + }
  361. else
  362. cat >conftest.$ac_ext <<_ACEOF
  363. #line $LINENO "configure"
  364. @@ -7982,7 +7980,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
  365. ( exit $ac_status )
  366. { { echo "$as_me:$LINENO: error: Can't run the compiler - internal error. Sorry." >&5
  367. echo "$as_me: error: Can't run the compiler - internal error. Sorry." >&2;}
  368. - { (exit 1); exit 1; }; }
  369. + }
  370. fi
  371. rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  372. fi
  373. @@ -8251,7 +8249,7 @@ done
  374. if test ! -f "$as_myself"; then
  375. { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  376. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  377. - { (exit 1); exit 1; }; }
  378. + }
  379. fi
  380. case $CONFIG_SHELL in
  381. '')
  382. @@ -8302,7 +8300,7 @@ done
  383. chmod +x $as_me.lineno ||
  384. { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  385. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  386. - { (exit 1); exit 1; }; }
  387. + }
  388. # Don't try to exec as it changes $[0], causing all sort of problems
  389. # (the dirname of $[0] is not the place where we might find the
  390. @@ -8494,7 +8492,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF
  391. Try \`$0 --help' for more information." >&5
  392. echo "$as_me: error: ambiguous option: $1
  393. Try \`$0 --help' for more information." >&2;}
  394. - { (exit 1); exit 1; }; };;
  395. + };;
  396. --help | --hel | -h )
  397. echo "$ac_cs_usage"; exit 0 ;;
  398. --debug | --d* | -d )
  399. @@ -8516,7 +8514,7 @@ Try \`$0 --help' for more information."
  400. Try \`$0 --help' for more information." >&5
  401. echo "$as_me: error: unrecognized option: $1
  402. Try \`$0 --help' for more information." >&2;}
  403. - { (exit 1); exit 1; }; } ;;
  404. + } ;;
  405. *) ac_config_targets="$ac_config_targets $1" ;;
  406. @@ -8555,7 +8553,7 @@ do
  407. "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  408. *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  409. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  410. - { (exit 1); exit 1; }; };;
  411. + };;
  412. esac
  413. done
  414. @@ -8750,7 +8748,7 @@ echo X"$as_dir" |
  415. test ! -n "$as_dirs" || mkdir $as_dirs
  416. fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  417. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  418. - { (exit 1); exit 1; }; }; }
  419. + }; }
  420. ac_builddir=.
  421. @@ -8816,7 +8814,7 @@ echo "$as_me: creating $ac_file" >&6;}
  422. # Absolute (can't be DOS-style, as IFS=:)
  423. test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  424. echo "$as_me: error: cannot find input file: $f" >&2;}
  425. - { (exit 1); exit 1; }; }
  426. + }
  427. echo $f;;
  428. *) # Relative
  429. if test -f "$f"; then
  430. @@ -8829,7 +8827,7 @@ echo "$as_me: error: cannot find input f
  431. # /dev/null tree
  432. { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  433. echo "$as_me: error: cannot find input file: $f" >&2;}
  434. - { (exit 1); exit 1; }; }
  435. + }
  436. fi;;
  437. esac
  438. done` || { (exit 1); exit 1; }
  439. @@ -8907,7 +8905,7 @@ echo "$as_me: creating $ac_file" >&6;}
  440. # Absolute (can't be DOS-style, as IFS=:)
  441. test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  442. echo "$as_me: error: cannot find input file: $f" >&2;}
  443. - { (exit 1); exit 1; }; }
  444. + }
  445. echo $f;;
  446. *) # Relative
  447. if test -f "$f"; then
  448. @@ -8920,7 +8918,7 @@ echo "$as_me: error: cannot find input f
  449. # /dev/null tree
  450. { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  451. echo "$as_me: error: cannot find input file: $f" >&2;}
  452. - { (exit 1); exit 1; }; }
  453. + }
  454. fi;;
  455. esac
  456. done` || { (exit 1); exit 1; }
  457. @@ -9073,7 +9071,7 @@ echo X"$as_dir" |
  458. test ! -n "$as_dirs" || mkdir $as_dirs
  459. fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  460. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  461. - { (exit 1); exit 1; }; }; }
  462. + }; }
  463. rm -f $ac_file
  464. mv $tmp/config.h $ac_file