patch-configure 19 KB

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