1 | #! /bin/sh |
---|
2 | # From configure.ac 0.9. |
---|
3 | # Guess values for system-dependent variables and create Makefiles. |
---|
4 | # Generated by GNU Autoconf 2.59 for Cbc 0.1. |
---|
5 | # |
---|
6 | # Report bugs to <coin-cbc@lists.coin-or.org>. |
---|
7 | # |
---|
8 | # Copyright (C) 2003 Free Software Foundation, Inc. |
---|
9 | # This configure script is free software; the Free Software Foundation |
---|
10 | # gives unlimited permission to copy, distribute and modify it. |
---|
11 | # |
---|
12 | # |
---|
13 | # Copyright 2006 International Business Machines and others. |
---|
14 | # All Rights Reserved. |
---|
15 | # This file is part of the open source package Coin which is distributed |
---|
16 | # under the Common Public License. |
---|
17 | ## --------------------- ## |
---|
18 | ## M4sh Initialization. ## |
---|
19 | ## --------------------- ## |
---|
20 | |
---|
21 | # Be Bourne compatible |
---|
22 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
---|
23 | emulate sh |
---|
24 | NULLCMD=: |
---|
25 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
---|
26 | # is contrary to our usage. Disable this feature. |
---|
27 | alias -g '${1+"$@"}'='"$@"' |
---|
28 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
---|
29 | set -o posix |
---|
30 | fi |
---|
31 | DUALCASE=1; export DUALCASE # for MKS sh |
---|
32 | |
---|
33 | # Support unset when possible. |
---|
34 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
---|
35 | as_unset=unset |
---|
36 | else |
---|
37 | as_unset=false |
---|
38 | fi |
---|
39 | |
---|
40 | |
---|
41 | # Work around bugs in pre-3.0 UWIN ksh. |
---|
42 | $as_unset ENV MAIL MAILPATH |
---|
43 | PS1='$ ' |
---|
44 | PS2='> ' |
---|
45 | PS4='+ ' |
---|
46 | |
---|
47 | # NLS nuisances. |
---|
48 | for as_var in \ |
---|
49 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
---|
50 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
---|
51 | LC_TELEPHONE LC_TIME |
---|
52 | do |
---|
53 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
---|
54 | eval $as_var=C; export $as_var |
---|
55 | else |
---|
56 | $as_unset $as_var |
---|
57 | fi |
---|
58 | done |
---|
59 | |
---|
60 | # Required to use basename. |
---|
61 | if expr a : '\(a\)' >/dev/null 2>&1; then |
---|
62 | as_expr=expr |
---|
63 | else |
---|
64 | as_expr=false |
---|
65 | fi |
---|
66 | |
---|
67 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
---|
68 | as_basename=basename |
---|
69 | else |
---|
70 | as_basename=false |
---|
71 | fi |
---|
72 | |
---|
73 | |
---|
74 | # Name of the executable. |
---|
75 | as_me=`$as_basename "$0" || |
---|
76 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
---|
77 | X"$0" : 'X\(//\)$' \| \ |
---|
78 | X"$0" : 'X\(/\)$' \| \ |
---|
79 | . : '\(.\)' 2>/dev/null || |
---|
80 | echo X/"$0" | |
---|
81 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } |
---|
82 | /^X\/\(\/\/\)$/{ s//\1/; q; } |
---|
83 | /^X\/\(\/\).*/{ s//\1/; q; } |
---|
84 | s/.*/./; q'` |
---|
85 | |
---|
86 | |
---|
87 | # PATH needs CR, and LINENO needs CR and PATH. |
---|
88 | # Avoid depending upon Character Ranges. |
---|
89 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
---|
90 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
---|
91 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
---|
92 | as_cr_digits='0123456789' |
---|
93 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
---|
94 | |
---|
95 | # The user is always right. |
---|
96 | if test "${PATH_SEPARATOR+set}" != set; then |
---|
97 | echo "#! /bin/sh" >conf$$.sh |
---|
98 | echo "exit 0" >>conf$$.sh |
---|
99 | chmod +x conf$$.sh |
---|
100 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
---|
101 | PATH_SEPARATOR=';' |
---|
102 | else |
---|
103 | PATH_SEPARATOR=: |
---|
104 | fi |
---|
105 | rm -f conf$$.sh |
---|
106 | fi |
---|
107 | |
---|
108 | |
---|
109 | as_lineno_1=$LINENO |
---|
110 | as_lineno_2=$LINENO |
---|
111 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
---|
112 | test "x$as_lineno_1" != "x$as_lineno_2" && |
---|
113 | test "x$as_lineno_3" = "x$as_lineno_2" || { |
---|
114 | # Find who we are. Look in the path if we contain no path at all |
---|
115 | # relative or not. |
---|
116 | case $0 in |
---|
117 | *[\\/]* ) as_myself=$0 ;; |
---|
118 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
119 | for as_dir in $PATH |
---|
120 | do |
---|
121 | IFS=$as_save_IFS |
---|
122 | test -z "$as_dir" && as_dir=. |
---|
123 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
---|
124 | done |
---|
125 | |
---|
126 | ;; |
---|
127 | esac |
---|
128 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
---|
129 | # in which case we are not to be found in the path. |
---|
130 | if test "x$as_myself" = x; then |
---|
131 | as_myself=$0 |
---|
132 | fi |
---|
133 | if test ! -f "$as_myself"; then |
---|
134 | { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 |
---|
135 | { (exit 1); exit 1; }; } |
---|
136 | fi |
---|
137 | case $CONFIG_SHELL in |
---|
138 | '') |
---|
139 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
140 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
---|
141 | do |
---|
142 | IFS=$as_save_IFS |
---|
143 | test -z "$as_dir" && as_dir=. |
---|
144 | for as_base in sh bash ksh sh5; do |
---|
145 | case $as_dir in |
---|
146 | /*) |
---|
147 | if ("$as_dir/$as_base" -c ' |
---|
148 | as_lineno_1=$LINENO |
---|
149 | as_lineno_2=$LINENO |
---|
150 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
---|
151 | test "x$as_lineno_1" != "x$as_lineno_2" && |
---|
152 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
---|
153 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } |
---|
154 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } |
---|
155 | CONFIG_SHELL=$as_dir/$as_base |
---|
156 | export CONFIG_SHELL |
---|
157 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
---|
158 | fi;; |
---|
159 | esac |
---|
160 | done |
---|
161 | done |
---|
162 | ;; |
---|
163 | esac |
---|
164 | |
---|
165 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
---|
166 | # uniformly replaced by the line number. The first 'sed' inserts a |
---|
167 | # line-number line before each line; the second 'sed' does the real |
---|
168 | # work. The second script uses 'N' to pair each line-number line |
---|
169 | # with the numbered line, and appends trailing '-' during |
---|
170 | # substitution so that $LINENO is not a special case at line end. |
---|
171 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
---|
172 | # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) |
---|
173 | sed '=' <$as_myself | |
---|
174 | sed ' |
---|
175 | N |
---|
176 | s,$,-, |
---|
177 | : loop |
---|
178 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, |
---|
179 | t loop |
---|
180 | s,-$,, |
---|
181 | s,^['$as_cr_digits']*\n,, |
---|
182 | ' >$as_me.lineno && |
---|
183 | chmod +x $as_me.lineno || |
---|
184 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
---|
185 | { (exit 1); exit 1; }; } |
---|
186 | |
---|
187 | # Don't try to exec as it changes $[0], causing all sort of problems |
---|
188 | # (the dirname of $[0] is not the place where we might find the |
---|
189 | # original and so on. Autoconf is especially sensible to this). |
---|
190 | . ./$as_me.lineno |
---|
191 | # Exit status is that of the last command. |
---|
192 | exit |
---|
193 | } |
---|
194 | |
---|
195 | |
---|
196 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in |
---|
197 | *c*,-n*) ECHO_N= ECHO_C=' |
---|
198 | ' ECHO_T=' ' ;; |
---|
199 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; |
---|
200 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; |
---|
201 | esac |
---|
202 | |
---|
203 | if expr a : '\(a\)' >/dev/null 2>&1; then |
---|
204 | as_expr=expr |
---|
205 | else |
---|
206 | as_expr=false |
---|
207 | fi |
---|
208 | |
---|
209 | rm -f conf$$ conf$$.exe conf$$.file |
---|
210 | echo >conf$$.file |
---|
211 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
---|
212 | # We could just check for DJGPP; but this test a) works b) is more generic |
---|
213 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). |
---|
214 | if test -f conf$$.exe; then |
---|
215 | # Don't use ln at all; we don't have any links |
---|
216 | as_ln_s='cp -p' |
---|
217 | else |
---|
218 | as_ln_s='ln -s' |
---|
219 | fi |
---|
220 | elif ln conf$$.file conf$$ 2>/dev/null; then |
---|
221 | as_ln_s=ln |
---|
222 | else |
---|
223 | as_ln_s='cp -p' |
---|
224 | fi |
---|
225 | rm -f conf$$ conf$$.exe conf$$.file |
---|
226 | |
---|
227 | if mkdir -p . 2>/dev/null; then |
---|
228 | as_mkdir_p=: |
---|
229 | else |
---|
230 | test -d ./-p && rmdir ./-p |
---|
231 | as_mkdir_p=false |
---|
232 | fi |
---|
233 | |
---|
234 | as_executable_p="test -f" |
---|
235 | |
---|
236 | # Sed expression to map a string onto a valid CPP name. |
---|
237 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
---|
238 | |
---|
239 | # Sed expression to map a string onto a valid variable name. |
---|
240 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
---|
241 | |
---|
242 | |
---|
243 | # IFS |
---|
244 | # We need space, tab and new line, in precisely that order. |
---|
245 | as_nl=' |
---|
246 | ' |
---|
247 | IFS=" $as_nl" |
---|
248 | |
---|
249 | # CDPATH. |
---|
250 | $as_unset CDPATH |
---|
251 | |
---|
252 | |
---|
253 | # Name of the host. |
---|
254 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
---|
255 | # so uname gets run too. |
---|
256 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
---|
257 | |
---|
258 | exec 6>&1 |
---|
259 | |
---|
260 | # |
---|
261 | # Initializations. |
---|
262 | # |
---|
263 | ac_default_prefix=/usr/local |
---|
264 | ac_config_libobj_dir=. |
---|
265 | cross_compiling=no |
---|
266 | subdirs= |
---|
267 | MFLAGS= |
---|
268 | MAKEFLAGS= |
---|
269 | SHELL=${CONFIG_SHELL-/bin/sh} |
---|
270 | |
---|
271 | # Maximum number of lines to put in a shell here document. |
---|
272 | # This variable seems obsolete. It should probably be removed, and |
---|
273 | # only ac_max_sed_lines should be used. |
---|
274 | : ${ac_max_here_lines=38} |
---|
275 | |
---|
276 | # Identity of this package. |
---|
277 | PACKAGE_NAME='Cbc' |
---|
278 | PACKAGE_TARNAME='cbc' |
---|
279 | PACKAGE_VERSION='0.1' |
---|
280 | PACKAGE_STRING='Cbc 0.1' |
---|
281 | PACKAGE_BUGREPORT='coin-cbc@lists.coin-or.org' |
---|
282 | |
---|
283 | ac_unique_file="configure.ac" |
---|
284 | ac_default_prefix=`pwd` |
---|
285 | ac_subdirs_all="$ac_subdirs_all CoinBase" |
---|
286 | ac_subdirs_all="$ac_subdirs_all Data/Netlib" |
---|
287 | ac_subdirs_all="$ac_subdirs_all Data/Sample" |
---|
288 | ac_subdirs_all="$ac_subdirs_all Data/miplib3" |
---|
289 | ac_subdirs_all="$ac_subdirs_all Clp" |
---|
290 | ac_subdirs_all="$ac_subdirs_all Vol" |
---|
291 | ac_subdirs_all="$ac_subdirs_all Osi" |
---|
292 | ac_subdirs_all="$ac_subdirs_all Cgl" |
---|
293 | ac_subdirs_all="$ac_subdirs_all Cbc" |
---|
294 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake BUILDTOOLSDIR AUX_DIR HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE MAINTAINER_SMALL_TRUE MAINTAINER_SMALL_FALSE subdirs LIBOBJS LTLIBOBJS' |
---|
295 | ac_subst_files='' |
---|
296 | |
---|
297 | # Initialize some variables set by options. |
---|
298 | ac_init_help= |
---|
299 | ac_init_version=false |
---|
300 | # The variables have the same names as the options, with |
---|
301 | # dashes changed to underlines. |
---|
302 | cache_file=/dev/null |
---|
303 | exec_prefix=NONE |
---|
304 | no_create= |
---|
305 | no_recursion= |
---|
306 | prefix=NONE |
---|
307 | program_prefix=NONE |
---|
308 | program_suffix=NONE |
---|
309 | program_transform_name=s,x,x, |
---|
310 | silent= |
---|
311 | site= |
---|
312 | srcdir= |
---|
313 | verbose= |
---|
314 | x_includes=NONE |
---|
315 | x_libraries=NONE |
---|
316 | |
---|
317 | # Installation directory options. |
---|
318 | # These are left unexpanded so users can "make install exec_prefix=/foo" |
---|
319 | # and all the variables that are supposed to be based on exec_prefix |
---|
320 | # by default will actually change. |
---|
321 | # Use braces instead of parens because sh, perl, etc. also accept them. |
---|
322 | bindir='${exec_prefix}/bin' |
---|
323 | sbindir='${exec_prefix}/sbin' |
---|
324 | libexecdir='${exec_prefix}/libexec' |
---|
325 | datadir='${prefix}/share' |
---|
326 | sysconfdir='${prefix}/etc' |
---|
327 | sharedstatedir='${prefix}/com' |
---|
328 | localstatedir='${prefix}/var' |
---|
329 | libdir='${exec_prefix}/lib' |
---|
330 | includedir='${prefix}/include' |
---|
331 | oldincludedir='/usr/include' |
---|
332 | infodir='${prefix}/info' |
---|
333 | mandir='${prefix}/man' |
---|
334 | |
---|
335 | ac_prev= |
---|
336 | for ac_option |
---|
337 | do |
---|
338 | # If the previous option needs an argument, assign it. |
---|
339 | if test -n "$ac_prev"; then |
---|
340 | eval "$ac_prev=\$ac_option" |
---|
341 | ac_prev= |
---|
342 | continue |
---|
343 | fi |
---|
344 | |
---|
345 | ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` |
---|
346 | |
---|
347 | # Accept the important Cygnus configure options, so we can diagnose typos. |
---|
348 | |
---|
349 | case $ac_option in |
---|
350 | |
---|
351 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
---|
352 | ac_prev=bindir ;; |
---|
353 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
---|
354 | bindir=$ac_optarg ;; |
---|
355 | |
---|
356 | -build | --build | --buil | --bui | --bu) |
---|
357 | ac_prev=build_alias ;; |
---|
358 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
---|
359 | build_alias=$ac_optarg ;; |
---|
360 | |
---|
361 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
---|
362 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
---|
363 | ac_prev=cache_file ;; |
---|
364 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
---|
365 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
---|
366 | cache_file=$ac_optarg ;; |
---|
367 | |
---|
368 | --config-cache | -C) |
---|
369 | cache_file=config.cache ;; |
---|
370 | |
---|
371 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) |
---|
372 | ac_prev=datadir ;; |
---|
373 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ |
---|
374 | | --da=*) |
---|
375 | datadir=$ac_optarg ;; |
---|
376 | |
---|
377 | -disable-* | --disable-*) |
---|
378 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
---|
379 | # Reject names that are not valid shell variable names. |
---|
380 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
---|
381 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
---|
382 | { (exit 1); exit 1; }; } |
---|
383 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
---|
384 | eval "enable_$ac_feature=no" ;; |
---|
385 | |
---|
386 | -enable-* | --enable-*) |
---|
387 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
---|
388 | # Reject names that are not valid shell variable names. |
---|
389 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
---|
390 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
---|
391 | { (exit 1); exit 1; }; } |
---|
392 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
---|
393 | case $ac_option in |
---|
394 | *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; |
---|
395 | *) ac_optarg=yes ;; |
---|
396 | esac |
---|
397 | eval "enable_$ac_feature='$ac_optarg'" ;; |
---|
398 | |
---|
399 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
---|
400 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
---|
401 | | --exec | --exe | --ex) |
---|
402 | ac_prev=exec_prefix ;; |
---|
403 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
---|
404 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
---|
405 | | --exec=* | --exe=* | --ex=*) |
---|
406 | exec_prefix=$ac_optarg ;; |
---|
407 | |
---|
408 | -gas | --gas | --ga | --g) |
---|
409 | # Obsolete; use --with-gas. |
---|
410 | with_gas=yes ;; |
---|
411 | |
---|
412 | -help | --help | --hel | --he | -h) |
---|
413 | ac_init_help=long ;; |
---|
414 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) |
---|
415 | ac_init_help=recursive ;; |
---|
416 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) |
---|
417 | ac_init_help=short ;; |
---|
418 | |
---|
419 | -host | --host | --hos | --ho) |
---|
420 | ac_prev=host_alias ;; |
---|
421 | -host=* | --host=* | --hos=* | --ho=*) |
---|
422 | host_alias=$ac_optarg ;; |
---|
423 | |
---|
424 | -includedir | --includedir | --includedi | --included | --include \ |
---|
425 | | --includ | --inclu | --incl | --inc) |
---|
426 | ac_prev=includedir ;; |
---|
427 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
---|
428 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
---|
429 | includedir=$ac_optarg ;; |
---|
430 | |
---|
431 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
---|
432 | ac_prev=infodir ;; |
---|
433 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
---|
434 | infodir=$ac_optarg ;; |
---|
435 | |
---|
436 | -libdir | --libdir | --libdi | --libd) |
---|
437 | ac_prev=libdir ;; |
---|
438 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
---|
439 | libdir=$ac_optarg ;; |
---|
440 | |
---|
441 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
---|
442 | | --libexe | --libex | --libe) |
---|
443 | ac_prev=libexecdir ;; |
---|
444 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
---|
445 | | --libexe=* | --libex=* | --libe=*) |
---|
446 | libexecdir=$ac_optarg ;; |
---|
447 | |
---|
448 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
---|
449 | | --localstate | --localstat | --localsta | --localst \ |
---|
450 | | --locals | --local | --loca | --loc | --lo) |
---|
451 | ac_prev=localstatedir ;; |
---|
452 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
---|
453 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ |
---|
454 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) |
---|
455 | localstatedir=$ac_optarg ;; |
---|
456 | |
---|
457 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
---|
458 | ac_prev=mandir ;; |
---|
459 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
---|
460 | mandir=$ac_optarg ;; |
---|
461 | |
---|
462 | -nfp | --nfp | --nf) |
---|
463 | # Obsolete; use --without-fp. |
---|
464 | with_fp=no ;; |
---|
465 | |
---|
466 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
---|
467 | | --no-cr | --no-c | -n) |
---|
468 | no_create=yes ;; |
---|
469 | |
---|
470 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
---|
471 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
---|
472 | no_recursion=yes ;; |
---|
473 | |
---|
474 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
---|
475 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
---|
476 | | --oldin | --oldi | --old | --ol | --o) |
---|
477 | ac_prev=oldincludedir ;; |
---|
478 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
---|
479 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
---|
480 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
---|
481 | oldincludedir=$ac_optarg ;; |
---|
482 | |
---|
483 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
---|
484 | ac_prev=prefix ;; |
---|
485 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
---|
486 | prefix=$ac_optarg ;; |
---|
487 | |
---|
488 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
---|
489 | | --program-pre | --program-pr | --program-p) |
---|
490 | ac_prev=program_prefix ;; |
---|
491 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
---|
492 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
---|
493 | program_prefix=$ac_optarg ;; |
---|
494 | |
---|
495 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
---|
496 | | --program-suf | --program-su | --program-s) |
---|
497 | ac_prev=program_suffix ;; |
---|
498 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
---|
499 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
---|
500 | program_suffix=$ac_optarg ;; |
---|
501 | |
---|
502 | -program-transform-name | --program-transform-name \ |
---|
503 | | --program-transform-nam | --program-transform-na \ |
---|
504 | | --program-transform-n | --program-transform- \ |
---|
505 | | --program-transform | --program-transfor \ |
---|
506 | | --program-transfo | --program-transf \ |
---|
507 | | --program-trans | --program-tran \ |
---|
508 | | --progr-tra | --program-tr | --program-t) |
---|
509 | ac_prev=program_transform_name ;; |
---|
510 | -program-transform-name=* | --program-transform-name=* \ |
---|
511 | | --program-transform-nam=* | --program-transform-na=* \ |
---|
512 | | --program-transform-n=* | --program-transform-=* \ |
---|
513 | | --program-transform=* | --program-transfor=* \ |
---|
514 | | --program-transfo=* | --program-transf=* \ |
---|
515 | | --program-trans=* | --program-tran=* \ |
---|
516 | | --progr-tra=* | --program-tr=* | --program-t=*) |
---|
517 | program_transform_name=$ac_optarg ;; |
---|
518 | |
---|
519 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
---|
520 | | -silent | --silent | --silen | --sile | --sil) |
---|
521 | silent=yes ;; |
---|
522 | |
---|
523 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
---|
524 | ac_prev=sbindir ;; |
---|
525 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
---|
526 | | --sbi=* | --sb=*) |
---|
527 | sbindir=$ac_optarg ;; |
---|
528 | |
---|
529 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
---|
530 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
---|
531 | | --sharedst | --shareds | --shared | --share | --shar \ |
---|
532 | | --sha | --sh) |
---|
533 | ac_prev=sharedstatedir ;; |
---|
534 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
---|
535 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
---|
536 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
---|
537 | | --sha=* | --sh=*) |
---|
538 | sharedstatedir=$ac_optarg ;; |
---|
539 | |
---|
540 | -site | --site | --sit) |
---|
541 | ac_prev=site ;; |
---|
542 | -site=* | --site=* | --sit=*) |
---|
543 | site=$ac_optarg ;; |
---|
544 | |
---|
545 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
---|
546 | ac_prev=srcdir ;; |
---|
547 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
---|
548 | srcdir=$ac_optarg ;; |
---|
549 | |
---|
550 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
---|
551 | | --syscon | --sysco | --sysc | --sys | --sy) |
---|
552 | ac_prev=sysconfdir ;; |
---|
553 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
---|
554 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
---|
555 | sysconfdir=$ac_optarg ;; |
---|
556 | |
---|
557 | -target | --target | --targe | --targ | --tar | --ta | --t) |
---|
558 | ac_prev=target_alias ;; |
---|
559 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
---|
560 | target_alias=$ac_optarg ;; |
---|
561 | |
---|
562 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
---|
563 | verbose=yes ;; |
---|
564 | |
---|
565 | -version | --version | --versio | --versi | --vers | -V) |
---|
566 | ac_init_version=: ;; |
---|
567 | |
---|
568 | -with-* | --with-*) |
---|
569 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
---|
570 | # Reject names that are not valid shell variable names. |
---|
571 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
---|
572 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
---|
573 | { (exit 1); exit 1; }; } |
---|
574 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
---|
575 | case $ac_option in |
---|
576 | *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; |
---|
577 | *) ac_optarg=yes ;; |
---|
578 | esac |
---|
579 | eval "with_$ac_package='$ac_optarg'" ;; |
---|
580 | |
---|
581 | -without-* | --without-*) |
---|
582 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
---|
583 | # Reject names that are not valid shell variable names. |
---|
584 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
---|
585 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
---|
586 | { (exit 1); exit 1; }; } |
---|
587 | ac_package=`echo $ac_package | sed 's/-/_/g'` |
---|
588 | eval "with_$ac_package=no" ;; |
---|
589 | |
---|
590 | --x) |
---|
591 | # Obsolete; use --with-x. |
---|
592 | with_x=yes ;; |
---|
593 | |
---|
594 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
---|
595 | | --x-incl | --x-inc | --x-in | --x-i) |
---|
596 | ac_prev=x_includes ;; |
---|
597 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
---|
598 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
---|
599 | x_includes=$ac_optarg ;; |
---|
600 | |
---|
601 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
---|
602 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
---|
603 | ac_prev=x_libraries ;; |
---|
604 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
---|
605 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
---|
606 | x_libraries=$ac_optarg ;; |
---|
607 | |
---|
608 | -*) { echo "$as_me: error: unrecognized option: $ac_option |
---|
609 | Try \`$0 --help' for more information." >&2 |
---|
610 | { (exit 1); exit 1; }; } |
---|
611 | ;; |
---|
612 | |
---|
613 | *=*) |
---|
614 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
---|
615 | # Reject names that are not valid shell variable names. |
---|
616 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
---|
617 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
---|
618 | { (exit 1); exit 1; }; } |
---|
619 | ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` |
---|
620 | eval "$ac_envvar='$ac_optarg'" |
---|
621 | export $ac_envvar ;; |
---|
622 | |
---|
623 | *) |
---|
624 | # FIXME: should be removed in autoconf 3.0. |
---|
625 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
---|
626 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
---|
627 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
---|
628 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
---|
629 | ;; |
---|
630 | |
---|
631 | esac |
---|
632 | done |
---|
633 | |
---|
634 | if test -n "$ac_prev"; then |
---|
635 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
---|
636 | { echo "$as_me: error: missing argument to $ac_option" >&2 |
---|
637 | { (exit 1); exit 1; }; } |
---|
638 | fi |
---|
639 | |
---|
640 | # Be sure to have absolute paths. |
---|
641 | for ac_var in exec_prefix prefix |
---|
642 | do |
---|
643 | eval ac_val=$`echo $ac_var` |
---|
644 | case $ac_val in |
---|
645 | [\\/$]* | ?:[\\/]* | NONE | '' ) ;; |
---|
646 | *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
---|
647 | { (exit 1); exit 1; }; };; |
---|
648 | esac |
---|
649 | done |
---|
650 | |
---|
651 | # Be sure to have absolute paths. |
---|
652 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ |
---|
653 | localstatedir libdir includedir oldincludedir infodir mandir |
---|
654 | do |
---|
655 | eval ac_val=$`echo $ac_var` |
---|
656 | case $ac_val in |
---|
657 | [\\/$]* | ?:[\\/]* ) ;; |
---|
658 | *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
---|
659 | { (exit 1); exit 1; }; };; |
---|
660 | esac |
---|
661 | done |
---|
662 | |
---|
663 | # There might be people who depend on the old broken behavior: `$host' |
---|
664 | # used to hold the argument of --host etc. |
---|
665 | # FIXME: To remove some day. |
---|
666 | build=$build_alias |
---|
667 | host=$host_alias |
---|
668 | target=$target_alias |
---|
669 | |
---|
670 | # FIXME: To remove some day. |
---|
671 | if test "x$host_alias" != x; then |
---|
672 | if test "x$build_alias" = x; then |
---|
673 | cross_compiling=maybe |
---|
674 | echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
---|
675 | If a cross compiler is detected then cross compile mode will be used." >&2 |
---|
676 | elif test "x$build_alias" != "x$host_alias"; then |
---|
677 | cross_compiling=yes |
---|
678 | fi |
---|
679 | fi |
---|
680 | |
---|
681 | ac_tool_prefix= |
---|
682 | test -n "$host_alias" && ac_tool_prefix=$host_alias- |
---|
683 | |
---|
684 | test "$silent" = yes && exec 6>/dev/null |
---|
685 | |
---|
686 | |
---|
687 | # Find the source files, if location was not specified. |
---|
688 | if test -z "$srcdir"; then |
---|
689 | ac_srcdir_defaulted=yes |
---|
690 | # Try the directory containing this script, then its parent. |
---|
691 | ac_confdir=`(dirname "$0") 2>/dev/null || |
---|
692 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
693 | X"$0" : 'X\(//\)[^/]' \| \ |
---|
694 | X"$0" : 'X\(//\)$' \| \ |
---|
695 | X"$0" : 'X\(/\)' \| \ |
---|
696 | . : '\(.\)' 2>/dev/null || |
---|
697 | echo X"$0" | |
---|
698 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
---|
699 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
---|
700 | /^X\(\/\/\)$/{ s//\1/; q; } |
---|
701 | /^X\(\/\).*/{ s//\1/; q; } |
---|
702 | s/.*/./; q'` |
---|
703 | srcdir=$ac_confdir |
---|
704 | if test ! -r $srcdir/$ac_unique_file; then |
---|
705 | srcdir=.. |
---|
706 | fi |
---|
707 | else |
---|
708 | ac_srcdir_defaulted=no |
---|
709 | fi |
---|
710 | if test ! -r $srcdir/$ac_unique_file; then |
---|
711 | if test "$ac_srcdir_defaulted" = yes; then |
---|
712 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 |
---|
713 | { (exit 1); exit 1; }; } |
---|
714 | else |
---|
715 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
---|
716 | { (exit 1); exit 1; }; } |
---|
717 | fi |
---|
718 | fi |
---|
719 | (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || |
---|
720 | { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 |
---|
721 | { (exit 1); exit 1; }; } |
---|
722 | srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` |
---|
723 | ac_env_build_alias_set=${build_alias+set} |
---|
724 | ac_env_build_alias_value=$build_alias |
---|
725 | ac_cv_env_build_alias_set=${build_alias+set} |
---|
726 | ac_cv_env_build_alias_value=$build_alias |
---|
727 | ac_env_host_alias_set=${host_alias+set} |
---|
728 | ac_env_host_alias_value=$host_alias |
---|
729 | ac_cv_env_host_alias_set=${host_alias+set} |
---|
730 | ac_cv_env_host_alias_value=$host_alias |
---|
731 | ac_env_target_alias_set=${target_alias+set} |
---|
732 | ac_env_target_alias_value=$target_alias |
---|
733 | ac_cv_env_target_alias_set=${target_alias+set} |
---|
734 | ac_cv_env_target_alias_value=$target_alias |
---|
735 | |
---|
736 | # |
---|
737 | # Report the --help message. |
---|
738 | # |
---|
739 | if test "$ac_init_help" = "long"; then |
---|
740 | # Omit some internal or obsolete options to make the list less imposing. |
---|
741 | # This message is too long to be a string in the A/UX 3.1 sh. |
---|
742 | cat <<_ACEOF |
---|
743 | \`configure' configures Cbc 0.1 to adapt to many kinds of systems. |
---|
744 | |
---|
745 | Usage: $0 [OPTION]... [VAR=VALUE]... |
---|
746 | |
---|
747 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
---|
748 | VAR=VALUE. See below for descriptions of some of the useful variables. |
---|
749 | |
---|
750 | Defaults for the options are specified in brackets. |
---|
751 | |
---|
752 | Configuration: |
---|
753 | -h, --help display this help and exit |
---|
754 | --help=short display options specific to this package |
---|
755 | --help=recursive display the short help of all the included packages |
---|
756 | -V, --version display version information and exit |
---|
757 | -q, --quiet, --silent do not print \`checking...' messages |
---|
758 | --cache-file=FILE cache test results in FILE [disabled] |
---|
759 | -C, --config-cache alias for \`--cache-file=config.cache' |
---|
760 | -n, --no-create do not create output files |
---|
761 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
---|
762 | |
---|
763 | _ACEOF |
---|
764 | |
---|
765 | cat <<_ACEOF |
---|
766 | Installation directories: |
---|
767 | --prefix=PREFIX install architecture-independent files in PREFIX |
---|
768 | [$ac_default_prefix] |
---|
769 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
---|
770 | [PREFIX] |
---|
771 | |
---|
772 | By default, \`make install' will install all the files in |
---|
773 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
---|
774 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', |
---|
775 | for instance \`--prefix=\$HOME'. |
---|
776 | |
---|
777 | For better control, use the options below. |
---|
778 | |
---|
779 | Fine tuning of the installation directories: |
---|
780 | --bindir=DIR user executables [EPREFIX/bin] |
---|
781 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
---|
782 | --libexecdir=DIR program executables [EPREFIX/libexec] |
---|
783 | --datadir=DIR read-only architecture-independent data [PREFIX/share] |
---|
784 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
---|
785 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
---|
786 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
---|
787 | --libdir=DIR object code libraries [EPREFIX/lib] |
---|
788 | --includedir=DIR C header files [PREFIX/include] |
---|
789 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
---|
790 | --infodir=DIR info documentation [PREFIX/info] |
---|
791 | --mandir=DIR man documentation [PREFIX/man] |
---|
792 | _ACEOF |
---|
793 | |
---|
794 | cat <<\_ACEOF |
---|
795 | |
---|
796 | Program names: |
---|
797 | --program-prefix=PREFIX prepend PREFIX to installed program names |
---|
798 | --program-suffix=SUFFIX append SUFFIX to installed program names |
---|
799 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names |
---|
800 | _ACEOF |
---|
801 | fi |
---|
802 | |
---|
803 | if test -n "$ac_init_help"; then |
---|
804 | case $ac_init_help in |
---|
805 | short | recursive ) echo "Configuration of Cbc 0.1:";; |
---|
806 | esac |
---|
807 | cat <<\_ACEOF |
---|
808 | |
---|
809 | Optional Features: |
---|
810 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
---|
811 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
---|
812 | --enable-maintainer-mode enable make rules and dependencies not useful |
---|
813 | (and sometimes confusing) to the casual installer |
---|
814 | |
---|
815 | Report bugs to <coin-cbc@lists.coin-or.org>. |
---|
816 | _ACEOF |
---|
817 | fi |
---|
818 | |
---|
819 | if test "$ac_init_help" = "recursive"; then |
---|
820 | # If there are subdirs, report their specific --help. |
---|
821 | ac_popdir=`pwd` |
---|
822 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
---|
823 | test -d $ac_dir || continue |
---|
824 | ac_builddir=. |
---|
825 | |
---|
826 | if test "$ac_dir" != .; then |
---|
827 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
---|
828 | # A "../" for each directory in $ac_dir_suffix. |
---|
829 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` |
---|
830 | else |
---|
831 | ac_dir_suffix= ac_top_builddir= |
---|
832 | fi |
---|
833 | |
---|
834 | case $srcdir in |
---|
835 | .) # No --srcdir option. We are building in place. |
---|
836 | ac_srcdir=. |
---|
837 | if test -z "$ac_top_builddir"; then |
---|
838 | ac_top_srcdir=. |
---|
839 | else |
---|
840 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` |
---|
841 | fi ;; |
---|
842 | [\\/]* | ?:[\\/]* ) # Absolute path. |
---|
843 | ac_srcdir=$srcdir$ac_dir_suffix; |
---|
844 | ac_top_srcdir=$srcdir ;; |
---|
845 | *) # Relative path. |
---|
846 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
---|
847 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
---|
848 | esac |
---|
849 | |
---|
850 | # Do not use `cd foo && pwd` to compute absolute paths, because |
---|
851 | # the directories may not exist. |
---|
852 | case `pwd` in |
---|
853 | .) ac_abs_builddir="$ac_dir";; |
---|
854 | *) |
---|
855 | case "$ac_dir" in |
---|
856 | .) ac_abs_builddir=`pwd`;; |
---|
857 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
---|
858 | *) ac_abs_builddir=`pwd`/"$ac_dir";; |
---|
859 | esac;; |
---|
860 | esac |
---|
861 | case $ac_abs_builddir in |
---|
862 | .) ac_abs_top_builddir=${ac_top_builddir}.;; |
---|
863 | *) |
---|
864 | case ${ac_top_builddir}. in |
---|
865 | .) ac_abs_top_builddir=$ac_abs_builddir;; |
---|
866 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
---|
867 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
---|
868 | esac;; |
---|
869 | esac |
---|
870 | case $ac_abs_builddir in |
---|
871 | .) ac_abs_srcdir=$ac_srcdir;; |
---|
872 | *) |
---|
873 | case $ac_srcdir in |
---|
874 | .) ac_abs_srcdir=$ac_abs_builddir;; |
---|
875 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
---|
876 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
---|
877 | esac;; |
---|
878 | esac |
---|
879 | case $ac_abs_builddir in |
---|
880 | .) ac_abs_top_srcdir=$ac_top_srcdir;; |
---|
881 | *) |
---|
882 | case $ac_top_srcdir in |
---|
883 | .) ac_abs_top_srcdir=$ac_abs_builddir;; |
---|
884 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
---|
885 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
---|
886 | esac;; |
---|
887 | esac |
---|
888 | |
---|
889 | cd $ac_dir |
---|
890 | # Check for guested configure; otherwise get Cygnus style configure. |
---|
891 | if test -f $ac_srcdir/configure.gnu; then |
---|
892 | echo |
---|
893 | $SHELL $ac_srcdir/configure.gnu --help=recursive |
---|
894 | elif test -f $ac_srcdir/configure; then |
---|
895 | echo |
---|
896 | $SHELL $ac_srcdir/configure --help=recursive |
---|
897 | elif test -f $ac_srcdir/configure.ac || |
---|
898 | test -f $ac_srcdir/configure.in; then |
---|
899 | echo |
---|
900 | $ac_configure --help |
---|
901 | else |
---|
902 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
---|
903 | fi |
---|
904 | cd $ac_popdir |
---|
905 | done |
---|
906 | fi |
---|
907 | |
---|
908 | test -n "$ac_init_help" && exit 0 |
---|
909 | if $ac_init_version; then |
---|
910 | cat <<\_ACEOF |
---|
911 | Cbc configure 0.1 |
---|
912 | generated by GNU Autoconf 2.59 |
---|
913 | |
---|
914 | Copyright (C) 2003 Free Software Foundation, Inc. |
---|
915 | This configure script is free software; the Free Software Foundation |
---|
916 | gives unlimited permission to copy, distribute and modify it. |
---|
917 | |
---|
918 | |
---|
919 | Copyright 2006 International Business Machines and others. |
---|
920 | All Rights Reserved. |
---|
921 | This file is part of the open source package Coin which is distributed |
---|
922 | under the Common Public License. |
---|
923 | _ACEOF |
---|
924 | exit 0 |
---|
925 | fi |
---|
926 | exec 5>config.log |
---|
927 | cat >&5 <<_ACEOF |
---|
928 | This file contains any messages produced by compilers while |
---|
929 | running configure, to aid debugging if configure makes a mistake. |
---|
930 | |
---|
931 | It was created by Cbc $as_me 0.1, which was |
---|
932 | generated by GNU Autoconf 2.59. Invocation command line was |
---|
933 | |
---|
934 | $ $0 $@ |
---|
935 | |
---|
936 | _ACEOF |
---|
937 | { |
---|
938 | cat <<_ASUNAME |
---|
939 | ## --------- ## |
---|
940 | ## Platform. ## |
---|
941 | ## --------- ## |
---|
942 | |
---|
943 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
---|
944 | uname -m = `(uname -m) 2>/dev/null || echo unknown` |
---|
945 | uname -r = `(uname -r) 2>/dev/null || echo unknown` |
---|
946 | uname -s = `(uname -s) 2>/dev/null || echo unknown` |
---|
947 | uname -v = `(uname -v) 2>/dev/null || echo unknown` |
---|
948 | |
---|
949 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
---|
950 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` |
---|
951 | |
---|
952 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
---|
953 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` |
---|
954 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` |
---|
955 | hostinfo = `(hostinfo) 2>/dev/null || echo unknown` |
---|
956 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
---|
957 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` |
---|
958 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` |
---|
959 | |
---|
960 | _ASUNAME |
---|
961 | |
---|
962 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
963 | for as_dir in $PATH |
---|
964 | do |
---|
965 | IFS=$as_save_IFS |
---|
966 | test -z "$as_dir" && as_dir=. |
---|
967 | echo "PATH: $as_dir" |
---|
968 | done |
---|
969 | |
---|
970 | } >&5 |
---|
971 | |
---|
972 | cat >&5 <<_ACEOF |
---|
973 | |
---|
974 | |
---|
975 | ## ----------- ## |
---|
976 | ## Core tests. ## |
---|
977 | ## ----------- ## |
---|
978 | |
---|
979 | _ACEOF |
---|
980 | |
---|
981 | |
---|
982 | # Keep a trace of the command line. |
---|
983 | # Strip out --no-create and --no-recursion so they do not pile up. |
---|
984 | # Strip out --silent because we don't want to record it for future runs. |
---|
985 | # Also quote any args containing shell meta-characters. |
---|
986 | # Make two passes to allow for proper duplicate-argument suppression. |
---|
987 | ac_configure_args= |
---|
988 | ac_configure_args0= |
---|
989 | ac_configure_args1= |
---|
990 | ac_sep= |
---|
991 | ac_must_keep_next=false |
---|
992 | for ac_pass in 1 2 |
---|
993 | do |
---|
994 | for ac_arg |
---|
995 | do |
---|
996 | case $ac_arg in |
---|
997 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
---|
998 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
---|
999 | | -silent | --silent | --silen | --sile | --sil) |
---|
1000 | continue ;; |
---|
1001 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
---|
1002 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
---|
1003 | esac |
---|
1004 | case $ac_pass in |
---|
1005 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
---|
1006 | 2) |
---|
1007 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" |
---|
1008 | if test $ac_must_keep_next = true; then |
---|
1009 | ac_must_keep_next=false # Got value, back to normal. |
---|
1010 | else |
---|
1011 | case $ac_arg in |
---|
1012 | *=* | --config-cache | -C | -disable-* | --disable-* \ |
---|
1013 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ |
---|
1014 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ |
---|
1015 | | -with-* | --with-* | -without-* | --without-* | --x) |
---|
1016 | case "$ac_configure_args0 " in |
---|
1017 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; |
---|
1018 | esac |
---|
1019 | ;; |
---|
1020 | -* ) ac_must_keep_next=true ;; |
---|
1021 | esac |
---|
1022 | fi |
---|
1023 | ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" |
---|
1024 | # Get rid of the leading space. |
---|
1025 | ac_sep=" " |
---|
1026 | ;; |
---|
1027 | esac |
---|
1028 | done |
---|
1029 | done |
---|
1030 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } |
---|
1031 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } |
---|
1032 | |
---|
1033 | # When interrupted or exit'd, cleanup temporary files, and complete |
---|
1034 | # config.log. We remove comments because anyway the quotes in there |
---|
1035 | # would cause problems or look ugly. |
---|
1036 | # WARNING: Be sure not to use single quotes in there, as some shells, |
---|
1037 | # such as our DU 5.0 friend, will then `close' the trap. |
---|
1038 | trap 'exit_status=$? |
---|
1039 | # Save into config.log some information that might help in debugging. |
---|
1040 | { |
---|
1041 | echo |
---|
1042 | |
---|
1043 | cat <<\_ASBOX |
---|
1044 | ## ---------------- ## |
---|
1045 | ## Cache variables. ## |
---|
1046 | ## ---------------- ## |
---|
1047 | _ASBOX |
---|
1048 | echo |
---|
1049 | # The following way of writing the cache mishandles newlines in values, |
---|
1050 | { |
---|
1051 | (set) 2>&1 | |
---|
1052 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in |
---|
1053 | *ac_space=\ *) |
---|
1054 | sed -n \ |
---|
1055 | "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; |
---|
1056 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" |
---|
1057 | ;; |
---|
1058 | *) |
---|
1059 | sed -n \ |
---|
1060 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
---|
1061 | ;; |
---|
1062 | esac; |
---|
1063 | } |
---|
1064 | echo |
---|
1065 | |
---|
1066 | cat <<\_ASBOX |
---|
1067 | ## ----------------- ## |
---|
1068 | ## Output variables. ## |
---|
1069 | ## ----------------- ## |
---|
1070 | _ASBOX |
---|
1071 | echo |
---|
1072 | for ac_var in $ac_subst_vars |
---|
1073 | do |
---|
1074 | eval ac_val=$`echo $ac_var` |
---|
1075 | echo "$ac_var='"'"'$ac_val'"'"'" |
---|
1076 | done | sort |
---|
1077 | echo |
---|
1078 | |
---|
1079 | if test -n "$ac_subst_files"; then |
---|
1080 | cat <<\_ASBOX |
---|
1081 | ## ------------- ## |
---|
1082 | ## Output files. ## |
---|
1083 | ## ------------- ## |
---|
1084 | _ASBOX |
---|
1085 | echo |
---|
1086 | for ac_var in $ac_subst_files |
---|
1087 | do |
---|
1088 | eval ac_val=$`echo $ac_var` |
---|
1089 | echo "$ac_var='"'"'$ac_val'"'"'" |
---|
1090 | done | sort |
---|
1091 | echo |
---|
1092 | fi |
---|
1093 | |
---|
1094 | if test -s confdefs.h; then |
---|
1095 | cat <<\_ASBOX |
---|
1096 | ## ----------- ## |
---|
1097 | ## confdefs.h. ## |
---|
1098 | ## ----------- ## |
---|
1099 | _ASBOX |
---|
1100 | echo |
---|
1101 | sed "/^$/d" confdefs.h | sort |
---|
1102 | echo |
---|
1103 | fi |
---|
1104 | test "$ac_signal" != 0 && |
---|
1105 | echo "$as_me: caught signal $ac_signal" |
---|
1106 | echo "$as_me: exit $exit_status" |
---|
1107 | } >&5 |
---|
1108 | rm -f core *.core && |
---|
1109 | rm -rf conftest* confdefs* conf$$* $ac_clean_files && |
---|
1110 | exit $exit_status |
---|
1111 | ' 0 |
---|
1112 | for ac_signal in 1 2 13 15; do |
---|
1113 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal |
---|
1114 | done |
---|
1115 | ac_signal=0 |
---|
1116 | |
---|
1117 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
---|
1118 | rm -rf conftest* confdefs.h |
---|
1119 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. |
---|
1120 | echo >confdefs.h |
---|
1121 | |
---|
1122 | # Predefined preprocessor variables. |
---|
1123 | |
---|
1124 | cat >>confdefs.h <<_ACEOF |
---|
1125 | #define PACKAGE_NAME "$PACKAGE_NAME" |
---|
1126 | _ACEOF |
---|
1127 | |
---|
1128 | |
---|
1129 | cat >>confdefs.h <<_ACEOF |
---|
1130 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" |
---|
1131 | _ACEOF |
---|
1132 | |
---|
1133 | |
---|
1134 | cat >>confdefs.h <<_ACEOF |
---|
1135 | #define PACKAGE_VERSION "$PACKAGE_VERSION" |
---|
1136 | _ACEOF |
---|
1137 | |
---|
1138 | |
---|
1139 | cat >>confdefs.h <<_ACEOF |
---|
1140 | #define PACKAGE_STRING "$PACKAGE_STRING" |
---|
1141 | _ACEOF |
---|
1142 | |
---|
1143 | |
---|
1144 | cat >>confdefs.h <<_ACEOF |
---|
1145 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" |
---|
1146 | _ACEOF |
---|
1147 | |
---|
1148 | |
---|
1149 | # Let the site file select an alternate cache file if it wants to. |
---|
1150 | # Prefer explicitly selected file to automatically selected ones. |
---|
1151 | if test -z "$CONFIG_SITE"; then |
---|
1152 | if test "x$prefix" != xNONE; then |
---|
1153 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
---|
1154 | else |
---|
1155 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
---|
1156 | fi |
---|
1157 | fi |
---|
1158 | for ac_site_file in $CONFIG_SITE; do |
---|
1159 | if test -r "$ac_site_file"; then |
---|
1160 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
---|
1161 | echo "$as_me: loading site script $ac_site_file" >&6;} |
---|
1162 | sed 's/^/| /' "$ac_site_file" >&5 |
---|
1163 | . "$ac_site_file" |
---|
1164 | fi |
---|
1165 | done |
---|
1166 | |
---|
1167 | if test -r "$cache_file"; then |
---|
1168 | # Some versions of bash will fail to source /dev/null (special |
---|
1169 | # files actually), so we avoid doing that. |
---|
1170 | if test -f "$cache_file"; then |
---|
1171 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
---|
1172 | echo "$as_me: loading cache $cache_file" >&6;} |
---|
1173 | case $cache_file in |
---|
1174 | [\\/]* | ?:[\\/]* ) . $cache_file;; |
---|
1175 | *) . ./$cache_file;; |
---|
1176 | esac |
---|
1177 | fi |
---|
1178 | else |
---|
1179 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
---|
1180 | echo "$as_me: creating cache $cache_file" >&6;} |
---|
1181 | >$cache_file |
---|
1182 | fi |
---|
1183 | |
---|
1184 | # Check that the precious variables saved in the cache have kept the same |
---|
1185 | # value. |
---|
1186 | ac_cache_corrupted=false |
---|
1187 | for ac_var in `(set) 2>&1 | |
---|
1188 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do |
---|
1189 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
---|
1190 | eval ac_new_set=\$ac_env_${ac_var}_set |
---|
1191 | eval ac_old_val="\$ac_cv_env_${ac_var}_value" |
---|
1192 | eval ac_new_val="\$ac_env_${ac_var}_value" |
---|
1193 | case $ac_old_set,$ac_new_set in |
---|
1194 | set,) |
---|
1195 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
---|
1196 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
---|
1197 | ac_cache_corrupted=: ;; |
---|
1198 | ,set) |
---|
1199 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
---|
1200 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
---|
1201 | ac_cache_corrupted=: ;; |
---|
1202 | ,);; |
---|
1203 | *) |
---|
1204 | if test "x$ac_old_val" != "x$ac_new_val"; then |
---|
1205 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
---|
1206 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
---|
1207 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
---|
1208 | echo "$as_me: former value: $ac_old_val" >&2;} |
---|
1209 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
---|
1210 | echo "$as_me: current value: $ac_new_val" >&2;} |
---|
1211 | ac_cache_corrupted=: |
---|
1212 | fi;; |
---|
1213 | esac |
---|
1214 | # Pass precious variables to config.status. |
---|
1215 | if test "$ac_new_set" = set; then |
---|
1216 | case $ac_new_val in |
---|
1217 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
---|
1218 | ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
---|
1219 | *) ac_arg=$ac_var=$ac_new_val ;; |
---|
1220 | esac |
---|
1221 | case " $ac_configure_args " in |
---|
1222 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. |
---|
1223 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
---|
1224 | esac |
---|
1225 | fi |
---|
1226 | done |
---|
1227 | if $ac_cache_corrupted; then |
---|
1228 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
---|
1229 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
---|
1230 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
---|
1231 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
---|
1232 | { (exit 1); exit 1; }; } |
---|
1233 | fi |
---|
1234 | |
---|
1235 | ac_ext=c |
---|
1236 | ac_cpp='$CPP $CPPFLAGS' |
---|
1237 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
---|
1238 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
---|
1239 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
---|
1240 | |
---|
1241 | |
---|
1242 | |
---|
1243 | |
---|
1244 | |
---|
1245 | |
---|
1246 | |
---|
1247 | |
---|
1248 | |
---|
1249 | |
---|
1250 | |
---|
1251 | |
---|
1252 | |
---|
1253 | |
---|
1254 | |
---|
1255 | |
---|
1256 | |
---|
1257 | |
---|
1258 | |
---|
1259 | |
---|
1260 | |
---|
1261 | |
---|
1262 | |
---|
1263 | |
---|
1264 | |
---|
1265 | |
---|
1266 | |
---|
1267 | |
---|
1268 | |
---|
1269 | |
---|
1270 | |
---|
1271 | |
---|
1272 | # List one file in the package so that the configure script can test |
---|
1273 | # whether the package is actually there |
---|
1274 | |
---|
1275 | |
---|
1276 | # Where should everything be installed by default? Here, we want it |
---|
1277 | # to be installed directly in 'bin', 'lib', 'include' subdirectories |
---|
1278 | # of the directory where configure is run. The default would be |
---|
1279 | # /usr/local. |
---|
1280 | |
---|
1281 | |
---|
1282 | ############################################################################# |
---|
1283 | # We only need automake to generate Makefiles for the distribution # |
---|
1284 | ############################################################################# |
---|
1285 | |
---|
1286 | # Initialize automake |
---|
1287 | echo "$as_me:$LINENO: checking for egrep" >&5 |
---|
1288 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |
---|
1289 | if test "${ac_cv_prog_egrep+set}" = set; then |
---|
1290 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1291 | else |
---|
1292 | if echo a | (grep -E '(a|b)') >/dev/null 2>&1 |
---|
1293 | then ac_cv_prog_egrep='grep -E' |
---|
1294 | else ac_cv_prog_egrep='egrep' |
---|
1295 | fi |
---|
1296 | fi |
---|
1297 | echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 |
---|
1298 | echo "${ECHO_T}$ac_cv_prog_egrep" >&6 |
---|
1299 | EGREP=$ac_cv_prog_egrep |
---|
1300 | |
---|
1301 | |
---|
1302 | am__api_version="1.9" |
---|
1303 | ac_aux_dir= |
---|
1304 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do |
---|
1305 | if test -f $ac_dir/install-sh; then |
---|
1306 | ac_aux_dir=$ac_dir |
---|
1307 | ac_install_sh="$ac_aux_dir/install-sh -c" |
---|
1308 | break |
---|
1309 | elif test -f $ac_dir/install.sh; then |
---|
1310 | ac_aux_dir=$ac_dir |
---|
1311 | ac_install_sh="$ac_aux_dir/install.sh -c" |
---|
1312 | break |
---|
1313 | elif test -f $ac_dir/shtool; then |
---|
1314 | ac_aux_dir=$ac_dir |
---|
1315 | ac_install_sh="$ac_aux_dir/shtool install -c" |
---|
1316 | break |
---|
1317 | fi |
---|
1318 | done |
---|
1319 | if test -z "$ac_aux_dir"; then |
---|
1320 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 |
---|
1321 | echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} |
---|
1322 | { (exit 1); exit 1; }; } |
---|
1323 | fi |
---|
1324 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" |
---|
1325 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" |
---|
1326 | ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. |
---|
1327 | |
---|
1328 | # Find a good install program. We prefer a C program (faster), |
---|
1329 | # so one script is as good as another. But avoid the broken or |
---|
1330 | # incompatible versions: |
---|
1331 | # SysV /etc/install, /usr/sbin/install |
---|
1332 | # SunOS /usr/etc/install |
---|
1333 | # IRIX /sbin/install |
---|
1334 | # AIX /bin/install |
---|
1335 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
---|
1336 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
---|
1337 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
---|
1338 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
---|
1339 | # OS/2's system install, which has a completely different semantic |
---|
1340 | # ./install, which can be erroneously created by make from ./install.sh. |
---|
1341 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
---|
1342 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 |
---|
1343 | if test -z "$INSTALL"; then |
---|
1344 | if test "${ac_cv_path_install+set}" = set; then |
---|
1345 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1346 | else |
---|
1347 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
1348 | for as_dir in $PATH |
---|
1349 | do |
---|
1350 | IFS=$as_save_IFS |
---|
1351 | test -z "$as_dir" && as_dir=. |
---|
1352 | # Account for people who put trailing slashes in PATH elements. |
---|
1353 | case $as_dir/ in |
---|
1354 | ./ | .// | /cC/* | \ |
---|
1355 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
---|
1356 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
---|
1357 | /usr/ucb/* ) ;; |
---|
1358 | *) |
---|
1359 | # OSF1 and SCO ODT 3.0 have their own names for install. |
---|
1360 | # Don't use installbsd from OSF since it installs stuff as root |
---|
1361 | # by default. |
---|
1362 | for ac_prog in ginstall scoinst install; do |
---|
1363 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
1364 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
---|
1365 | if test $ac_prog = install && |
---|
1366 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
---|
1367 | # AIX install. It has an incompatible calling convention. |
---|
1368 | : |
---|
1369 | elif test $ac_prog = install && |
---|
1370 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
---|
1371 | # program-specific install script used by HP pwplus--don't use. |
---|
1372 | : |
---|
1373 | else |
---|
1374 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
---|
1375 | break 3 |
---|
1376 | fi |
---|
1377 | fi |
---|
1378 | done |
---|
1379 | done |
---|
1380 | ;; |
---|
1381 | esac |
---|
1382 | done |
---|
1383 | |
---|
1384 | |
---|
1385 | fi |
---|
1386 | if test "${ac_cv_path_install+set}" = set; then |
---|
1387 | INSTALL=$ac_cv_path_install |
---|
1388 | else |
---|
1389 | # As a last resort, use the slow shell script. We don't cache a |
---|
1390 | # path for INSTALL within a source directory, because that will |
---|
1391 | # break other packages using the cache if that directory is |
---|
1392 | # removed, or if the path is relative. |
---|
1393 | INSTALL=$ac_install_sh |
---|
1394 | fi |
---|
1395 | fi |
---|
1396 | echo "$as_me:$LINENO: result: $INSTALL" >&5 |
---|
1397 | echo "${ECHO_T}$INSTALL" >&6 |
---|
1398 | |
---|
1399 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
---|
1400 | # It thinks the first close brace ends the variable substitution. |
---|
1401 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
---|
1402 | |
---|
1403 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
---|
1404 | |
---|
1405 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
---|
1406 | |
---|
1407 | echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
---|
1408 | echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 |
---|
1409 | # Just in case |
---|
1410 | sleep 1 |
---|
1411 | echo timestamp > conftest.file |
---|
1412 | # Do `set' in a subshell so we don't clobber the current shell's |
---|
1413 | # arguments. Must try -L first in case configure is actually a |
---|
1414 | # symlink; some systems play weird games with the mod time of symlinks |
---|
1415 | # (eg FreeBSD returns the mod time of the symlink's containing |
---|
1416 | # directory). |
---|
1417 | if ( |
---|
1418 | set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` |
---|
1419 | if test "$*" = "X"; then |
---|
1420 | # -L didn't work. |
---|
1421 | set X `ls -t $srcdir/configure conftest.file` |
---|
1422 | fi |
---|
1423 | rm -f conftest.file |
---|
1424 | if test "$*" != "X $srcdir/configure conftest.file" \ |
---|
1425 | && test "$*" != "X conftest.file $srcdir/configure"; then |
---|
1426 | |
---|
1427 | # If neither matched, then we have a broken ls. This can happen |
---|
1428 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
---|
1429 | # broken ls alias from the environment. This has actually |
---|
1430 | # happened. Such a system could not be considered "sane". |
---|
1431 | { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
---|
1432 | alias in your environment" >&5 |
---|
1433 | echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
---|
1434 | alias in your environment" >&2;} |
---|
1435 | { (exit 1); exit 1; }; } |
---|
1436 | fi |
---|
1437 | |
---|
1438 | test "$2" = conftest.file |
---|
1439 | ) |
---|
1440 | then |
---|
1441 | # Ok. |
---|
1442 | : |
---|
1443 | else |
---|
1444 | { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
---|
1445 | Check your system clock" >&5 |
---|
1446 | echo "$as_me: error: newly created file is older than distributed files! |
---|
1447 | Check your system clock" >&2;} |
---|
1448 | { (exit 1); exit 1; }; } |
---|
1449 | fi |
---|
1450 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
1451 | echo "${ECHO_T}yes" >&6 |
---|
1452 | test "$program_prefix" != NONE && |
---|
1453 | program_transform_name="s,^,$program_prefix,;$program_transform_name" |
---|
1454 | # Use a double $ so make ignores it. |
---|
1455 | test "$program_suffix" != NONE && |
---|
1456 | program_transform_name="s,\$,$program_suffix,;$program_transform_name" |
---|
1457 | # Double any \ or $. echo might interpret backslashes. |
---|
1458 | # By default was `s,x,x', remove it if useless. |
---|
1459 | cat <<\_ACEOF >conftest.sed |
---|
1460 | s/[\\$]/&&/g;s/;s,x,x,$// |
---|
1461 | _ACEOF |
---|
1462 | program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
---|
1463 | rm conftest.sed |
---|
1464 | |
---|
1465 | # expand $ac_aux_dir to an absolute path |
---|
1466 | am_aux_dir=`cd $ac_aux_dir && pwd` |
---|
1467 | |
---|
1468 | test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" |
---|
1469 | # Use eval to expand $SHELL |
---|
1470 | if eval "$MISSING --run true"; then |
---|
1471 | am_missing_run="$MISSING --run " |
---|
1472 | else |
---|
1473 | am_missing_run= |
---|
1474 | { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
---|
1475 | echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
---|
1476 | fi |
---|
1477 | |
---|
1478 | if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then |
---|
1479 | # We used to keeping the `.' as first argument, in order to |
---|
1480 | # allow $(mkdir_p) to be used without argument. As in |
---|
1481 | # $(mkdir_p) $(somedir) |
---|
1482 | # where $(somedir) is conditionally defined. However this is wrong |
---|
1483 | # for two reasons: |
---|
1484 | # 1. if the package is installed by a user who cannot write `.' |
---|
1485 | # make install will fail, |
---|
1486 | # 2. the above comment should most certainly read |
---|
1487 | # $(mkdir_p) $(DESTDIR)$(somedir) |
---|
1488 | # so it does not work when $(somedir) is undefined and |
---|
1489 | # $(DESTDIR) is not. |
---|
1490 | # To support the latter case, we have to write |
---|
1491 | # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), |
---|
1492 | # so the `.' trick is pointless. |
---|
1493 | mkdir_p='mkdir -p --' |
---|
1494 | else |
---|
1495 | # On NextStep and OpenStep, the `mkdir' command does not |
---|
1496 | # recognize any option. It will interpret all options as |
---|
1497 | # directories to create, and then abort because `.' already |
---|
1498 | # exists. |
---|
1499 | for d in ./-p ./--version; |
---|
1500 | do |
---|
1501 | test -d $d && rmdir $d |
---|
1502 | done |
---|
1503 | # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. |
---|
1504 | if test -f "$ac_aux_dir/mkinstalldirs"; then |
---|
1505 | mkdir_p='$(mkinstalldirs)' |
---|
1506 | else |
---|
1507 | mkdir_p='$(install_sh) -d' |
---|
1508 | fi |
---|
1509 | fi |
---|
1510 | |
---|
1511 | for ac_prog in gawk mawk nawk awk |
---|
1512 | do |
---|
1513 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
---|
1514 | set dummy $ac_prog; ac_word=$2 |
---|
1515 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
---|
1516 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
---|
1517 | if test "${ac_cv_prog_AWK+set}" = set; then |
---|
1518 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1519 | else |
---|
1520 | if test -n "$AWK"; then |
---|
1521 | ac_cv_prog_AWK="$AWK" # Let the user override the test. |
---|
1522 | else |
---|
1523 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
1524 | for as_dir in $PATH |
---|
1525 | do |
---|
1526 | IFS=$as_save_IFS |
---|
1527 | test -z "$as_dir" && as_dir=. |
---|
1528 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
1529 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
---|
1530 | ac_cv_prog_AWK="$ac_prog" |
---|
1531 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
---|
1532 | break 2 |
---|
1533 | fi |
---|
1534 | done |
---|
1535 | done |
---|
1536 | |
---|
1537 | fi |
---|
1538 | fi |
---|
1539 | AWK=$ac_cv_prog_AWK |
---|
1540 | if test -n "$AWK"; then |
---|
1541 | echo "$as_me:$LINENO: result: $AWK" >&5 |
---|
1542 | echo "${ECHO_T}$AWK" >&6 |
---|
1543 | else |
---|
1544 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1545 | echo "${ECHO_T}no" >&6 |
---|
1546 | fi |
---|
1547 | |
---|
1548 | test -n "$AWK" && break |
---|
1549 | done |
---|
1550 | |
---|
1551 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
---|
1552 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 |
---|
1553 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
---|
1554 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
---|
1555 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1556 | else |
---|
1557 | cat >conftest.make <<\_ACEOF |
---|
1558 | all: |
---|
1559 | @echo 'ac_maketemp="$(MAKE)"' |
---|
1560 | _ACEOF |
---|
1561 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
---|
1562 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
---|
1563 | if test -n "$ac_maketemp"; then |
---|
1564 | eval ac_cv_prog_make_${ac_make}_set=yes |
---|
1565 | else |
---|
1566 | eval ac_cv_prog_make_${ac_make}_set=no |
---|
1567 | fi |
---|
1568 | rm -f conftest.make |
---|
1569 | fi |
---|
1570 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then |
---|
1571 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
1572 | echo "${ECHO_T}yes" >&6 |
---|
1573 | SET_MAKE= |
---|
1574 | else |
---|
1575 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1576 | echo "${ECHO_T}no" >&6 |
---|
1577 | SET_MAKE="MAKE=${MAKE-make}" |
---|
1578 | fi |
---|
1579 | |
---|
1580 | rm -rf .tst 2>/dev/null |
---|
1581 | mkdir .tst 2>/dev/null |
---|
1582 | if test -d .tst; then |
---|
1583 | am__leading_dot=. |
---|
1584 | else |
---|
1585 | am__leading_dot=_ |
---|
1586 | fi |
---|
1587 | rmdir .tst 2>/dev/null |
---|
1588 | |
---|
1589 | |
---|
1590 | # Stuff for automake |
---|
1591 | # test to see if srcdir already configured |
---|
1592 | if test "`cd $srcdir && pwd`" != "`pwd`" && |
---|
1593 | test -f $srcdir/config.status; then |
---|
1594 | { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
---|
1595 | echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
---|
1596 | { (exit 1); exit 1; }; } |
---|
1597 | fi |
---|
1598 | |
---|
1599 | # test whether we have cygpath |
---|
1600 | if test -z "$CYGPATH_W"; then |
---|
1601 | if (cygpath --version) >/dev/null 2>/dev/null; then |
---|
1602 | CYGPATH_W='cygpath -w' |
---|
1603 | else |
---|
1604 | CYGPATH_W=echo |
---|
1605 | fi |
---|
1606 | fi |
---|
1607 | |
---|
1608 | |
---|
1609 | # Define the identity of the package. |
---|
1610 | PACKAGE='cbc' |
---|
1611 | VERSION='0.1' |
---|
1612 | |
---|
1613 | |
---|
1614 | cat >>confdefs.h <<_ACEOF |
---|
1615 | #define PACKAGE "$PACKAGE" |
---|
1616 | _ACEOF |
---|
1617 | |
---|
1618 | |
---|
1619 | cat >>confdefs.h <<_ACEOF |
---|
1620 | #define VERSION "$VERSION" |
---|
1621 | _ACEOF |
---|
1622 | |
---|
1623 | # Some tools Automake needs. |
---|
1624 | |
---|
1625 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} |
---|
1626 | |
---|
1627 | |
---|
1628 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} |
---|
1629 | |
---|
1630 | |
---|
1631 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} |
---|
1632 | |
---|
1633 | |
---|
1634 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
---|
1635 | |
---|
1636 | |
---|
1637 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
---|
1638 | |
---|
1639 | install_sh=${install_sh-"$am_aux_dir/install-sh"} |
---|
1640 | |
---|
1641 | # Installed binaries are usually stripped using `strip' when the user |
---|
1642 | # run `make install-strip'. However `strip' might not be the right |
---|
1643 | # tool to use in cross-compilation environments, therefore Automake |
---|
1644 | # will honor the `STRIP' environment variable to overrule this program. |
---|
1645 | if test "$cross_compiling" != no; then |
---|
1646 | if test -n "$ac_tool_prefix"; then |
---|
1647 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
---|
1648 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
---|
1649 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
---|
1650 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
---|
1651 | if test "${ac_cv_prog_STRIP+set}" = set; then |
---|
1652 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1653 | else |
---|
1654 | if test -n "$STRIP"; then |
---|
1655 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
---|
1656 | else |
---|
1657 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
1658 | for as_dir in $PATH |
---|
1659 | do |
---|
1660 | IFS=$as_save_IFS |
---|
1661 | test -z "$as_dir" && as_dir=. |
---|
1662 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
1663 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
---|
1664 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
---|
1665 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
---|
1666 | break 2 |
---|
1667 | fi |
---|
1668 | done |
---|
1669 | done |
---|
1670 | |
---|
1671 | fi |
---|
1672 | fi |
---|
1673 | STRIP=$ac_cv_prog_STRIP |
---|
1674 | if test -n "$STRIP"; then |
---|
1675 | echo "$as_me:$LINENO: result: $STRIP" >&5 |
---|
1676 | echo "${ECHO_T}$STRIP" >&6 |
---|
1677 | else |
---|
1678 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1679 | echo "${ECHO_T}no" >&6 |
---|
1680 | fi |
---|
1681 | |
---|
1682 | fi |
---|
1683 | if test -z "$ac_cv_prog_STRIP"; then |
---|
1684 | ac_ct_STRIP=$STRIP |
---|
1685 | # Extract the first word of "strip", so it can be a program name with args. |
---|
1686 | set dummy strip; ac_word=$2 |
---|
1687 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
---|
1688 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
---|
1689 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
---|
1690 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1691 | else |
---|
1692 | if test -n "$ac_ct_STRIP"; then |
---|
1693 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
---|
1694 | else |
---|
1695 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
1696 | for as_dir in $PATH |
---|
1697 | do |
---|
1698 | IFS=$as_save_IFS |
---|
1699 | test -z "$as_dir" && as_dir=. |
---|
1700 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
1701 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
---|
1702 | ac_cv_prog_ac_ct_STRIP="strip" |
---|
1703 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
---|
1704 | break 2 |
---|
1705 | fi |
---|
1706 | done |
---|
1707 | done |
---|
1708 | |
---|
1709 | test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" |
---|
1710 | fi |
---|
1711 | fi |
---|
1712 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
---|
1713 | if test -n "$ac_ct_STRIP"; then |
---|
1714 | echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
---|
1715 | echo "${ECHO_T}$ac_ct_STRIP" >&6 |
---|
1716 | else |
---|
1717 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1718 | echo "${ECHO_T}no" >&6 |
---|
1719 | fi |
---|
1720 | |
---|
1721 | STRIP=$ac_ct_STRIP |
---|
1722 | else |
---|
1723 | STRIP="$ac_cv_prog_STRIP" |
---|
1724 | fi |
---|
1725 | |
---|
1726 | fi |
---|
1727 | INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
---|
1728 | |
---|
1729 | # We need awk for the "check" target. The system "awk" is bad on |
---|
1730 | # some platforms. |
---|
1731 | # Always define AMTAR for backward compatibility. |
---|
1732 | |
---|
1733 | AMTAR=${AMTAR-"${am_missing_run}tar"} |
---|
1734 | |
---|
1735 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
---|
1736 | |
---|
1737 | |
---|
1738 | |
---|
1739 | |
---|
1740 | |
---|
1741 | echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
---|
1742 | echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 |
---|
1743 | # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
---|
1744 | if test "${enable_maintainer_mode+set}" = set; then |
---|
1745 | enableval="$enable_maintainer_mode" |
---|
1746 | USE_MAINTAINER_MODE=$enableval |
---|
1747 | else |
---|
1748 | USE_MAINTAINER_MODE=no |
---|
1749 | fi; |
---|
1750 | echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
---|
1751 | echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 |
---|
1752 | |
---|
1753 | |
---|
1754 | if test $USE_MAINTAINER_MODE = yes; then |
---|
1755 | MAINTAINER_MODE_TRUE= |
---|
1756 | MAINTAINER_MODE_FALSE='#' |
---|
1757 | else |
---|
1758 | MAINTAINER_MODE_TRUE='#' |
---|
1759 | MAINTAINER_MODE_FALSE= |
---|
1760 | fi |
---|
1761 | |
---|
1762 | MAINT=$MAINTAINER_MODE_TRUE |
---|
1763 | |
---|
1764 | |
---|
1765 | |
---|
1766 | coin_have_externals=no |
---|
1767 | coin_maintainer_small=no |
---|
1768 | if test "$enable_maintainer_mode" = yes; then |
---|
1769 | |
---|
1770 | # If maintainer mode is chosen, we make sure that the correct versions |
---|
1771 | # of the tools are used, and that we know where libtoo.m4 is (to |
---|
1772 | # recreate acinclude.m4) |
---|
1773 | |
---|
1774 | |
---|
1775 | LIBTOOLM4= |
---|
1776 | |
---|
1777 | # Check if we have autoconf |
---|
1778 | # Extract the first word of "autoconf", so it can be a program name with args. |
---|
1779 | set dummy autoconf; ac_word=$2 |
---|
1780 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
---|
1781 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
---|
1782 | if test "${ac_cv_prog_have_autoconf+set}" = set; then |
---|
1783 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1784 | else |
---|
1785 | if test -n "$have_autoconf"; then |
---|
1786 | ac_cv_prog_have_autoconf="$have_autoconf" # Let the user override the test. |
---|
1787 | else |
---|
1788 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
1789 | for as_dir in $PATH |
---|
1790 | do |
---|
1791 | IFS=$as_save_IFS |
---|
1792 | test -z "$as_dir" && as_dir=. |
---|
1793 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
1794 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
---|
1795 | ac_cv_prog_have_autoconf="yes" |
---|
1796 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
---|
1797 | break 2 |
---|
1798 | fi |
---|
1799 | done |
---|
1800 | done |
---|
1801 | |
---|
1802 | test -z "$ac_cv_prog_have_autoconf" && ac_cv_prog_have_autoconf="no" |
---|
1803 | fi |
---|
1804 | fi |
---|
1805 | have_autoconf=$ac_cv_prog_have_autoconf |
---|
1806 | if test -n "$have_autoconf"; then |
---|
1807 | echo "$as_me:$LINENO: result: $have_autoconf" >&5 |
---|
1808 | echo "${ECHO_T}$have_autoconf" >&6 |
---|
1809 | else |
---|
1810 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1811 | echo "${ECHO_T}no" >&6 |
---|
1812 | fi |
---|
1813 | |
---|
1814 | if test $have_autoconf = no; then |
---|
1815 | { { echo "$as_me:$LINENO: error: You specified you want to use maintainer mode, but I cannot find autoconf in your path." >&5 |
---|
1816 | echo "$as_me: error: You specified you want to use maintainer mode, but I cannot find autoconf in your path." >&2;} |
---|
1817 | { (exit 1); exit 1; }; } |
---|
1818 | fi |
---|
1819 | |
---|
1820 | # Check whether autoconf is the correct version |
---|
1821 | correct_version='2.59' |
---|
1822 | grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` |
---|
1823 | echo "$as_me:$LINENO: checking whether we are using the correct version ($correct_version) of autoconf" >&5 |
---|
1824 | echo $ECHO_N "checking whether we are using the correct version ($correct_version) of autoconf... $ECHO_C" >&6 |
---|
1825 | autoconf --version > confauto.out 2>&1 |
---|
1826 | if $EGREP $grep_version confauto.out >/dev/null 2>&1; then |
---|
1827 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
1828 | echo "${ECHO_T}yes" >&6 |
---|
1829 | else |
---|
1830 | rm -f confauto.out |
---|
1831 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1832 | echo "${ECHO_T}no" >&6 |
---|
1833 | { { echo "$as_me:$LINENO: error: You don't have the correct version of autoconf as the first one in your path." >&5 |
---|
1834 | echo "$as_me: error: You don't have the correct version of autoconf as the first one in your path." >&2;} |
---|
1835 | { (exit 1); exit 1; }; } |
---|
1836 | fi |
---|
1837 | rm -f confauto.out |
---|
1838 | |
---|
1839 | # Check if we have automake |
---|
1840 | # Extract the first word of "automake", so it can be a program name with args. |
---|
1841 | set dummy automake; ac_word=$2 |
---|
1842 | echo "$as_me:$LINENO: checking for $ac_word" >&5 |
---|
1843 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
---|
1844 | if test "${ac_cv_prog_have_automake+set}" = set; then |
---|
1845 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1846 | else |
---|
1847 | if test -n "$have_automake"; then |
---|
1848 | ac_cv_prog_have_automake="$have_automake" # Let the user override the test. |
---|
1849 | else |
---|
1850 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
1851 | for as_dir in $PATH |
---|
1852 | do |
---|
1853 | IFS=$as_save_IFS |
---|
1854 | test -z "$as_dir" && as_dir=. |
---|
1855 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
1856 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
---|
1857 | ac_cv_prog_have_automake="yes" |
---|
1858 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
---|
1859 | break 2 |
---|
1860 | fi |
---|
1861 | done |
---|
1862 | done |
---|
1863 | |
---|
1864 | test -z "$ac_cv_prog_have_automake" && ac_cv_prog_have_automake="no" |
---|
1865 | fi |
---|
1866 | fi |
---|
1867 | have_automake=$ac_cv_prog_have_automake |
---|
1868 | if test -n "$have_automake"; then |
---|
1869 | echo "$as_me:$LINENO: result: $have_automake" >&5 |
---|
1870 | echo "${ECHO_T}$have_automake" >&6 |
---|
1871 | else |
---|
1872 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1873 | echo "${ECHO_T}no" >&6 |
---|
1874 | fi |
---|
1875 | |
---|
1876 | if test $have_automake = no; then |
---|
1877 | { { echo "$as_me:$LINENO: error: You specified you want to use maintainer mode, but I cannot find automake in your path." >&5 |
---|
1878 | echo "$as_me: error: You specified you want to use maintainer mode, but I cannot find automake in your path." >&2;} |
---|
1879 | { (exit 1); exit 1; }; } |
---|
1880 | fi |
---|
1881 | |
---|
1882 | # Check whether automake is the correct version |
---|
1883 | correct_version='1.9.6' |
---|
1884 | grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` |
---|
1885 | echo "$as_me:$LINENO: checking whether we are using the correct version ($correct_version) of automake" >&5 |
---|
1886 | echo $ECHO_N "checking whether we are using the correct version ($correct_version) of automake... $ECHO_C" >&6 |
---|
1887 | automake --version > confauto.out 2>&1 |
---|
1888 | if $EGREP $grep_version confauto.out >/dev/null 2>&1; then |
---|
1889 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
1890 | echo "${ECHO_T}yes" >&6 |
---|
1891 | else |
---|
1892 | rm -f confauto.out |
---|
1893 | echo "$as_me:$LINENO: result: no" >&5 |
---|
1894 | echo "${ECHO_T}no" >&6 |
---|
1895 | { { echo "$as_me:$LINENO: error: You don't have the correct version of automake as the first one in your path." >&5 |
---|
1896 | echo "$as_me: error: You don't have the correct version of automake as the first one in your path." >&2;} |
---|
1897 | { (exit 1); exit 1; }; } |
---|
1898 | fi |
---|
1899 | rm -f confauto.out |
---|
1900 | |
---|
1901 | # Check if we can find the libtool file |
---|
1902 | if test "${LIBTOOLPREFIX:+set}" != set; then |
---|
1903 | for p in $HOME ; do |
---|
1904 | as_ac_File=`echo "ac_cv_file_$p/share/aclocal/libtool.m4" | $as_tr_sh` |
---|
1905 | echo "$as_me:$LINENO: checking for $p/share/aclocal/libtool.m4" >&5 |
---|
1906 | echo $ECHO_N "checking for $p/share/aclocal/libtool.m4... $ECHO_C" >&6 |
---|
1907 | if eval "test \"\${$as_ac_File+set}\" = set"; then |
---|
1908 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1909 | else |
---|
1910 | test "$cross_compiling" = yes && |
---|
1911 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
---|
1912 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
---|
1913 | { (exit 1); exit 1; }; } |
---|
1914 | if test -r "$p/share/aclocal/libtool.m4"; then |
---|
1915 | eval "$as_ac_File=yes" |
---|
1916 | else |
---|
1917 | eval "$as_ac_File=no" |
---|
1918 | fi |
---|
1919 | fi |
---|
1920 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 |
---|
1921 | echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 |
---|
1922 | if test `eval echo '${'$as_ac_File'}'` = yes; then |
---|
1923 | LIBTOOLM4="$p/share/aclocal/libtool.m4" |
---|
1924 | LIBTOOLPREFIX="$p" |
---|
1925 | fi |
---|
1926 | |
---|
1927 | if test x"$LIBTOOLM4" != x; then |
---|
1928 | break; |
---|
1929 | fi |
---|
1930 | done |
---|
1931 | if test x"$LIBTOOLM4" = x; then |
---|
1932 | { { echo "$as_me:$LINENO: error: You specified you want to use maintainer mode, but I cannot find the file libtool.m4 on your system. Please set the prefix of the location of the correct file with the LIBTOOLPREFIX variable, so that it is in $LIBTOOLPREFIX/share/aclocal. We assume here that it is the plain version obtained from the GNU tarball." >&5 |
---|
1933 | echo "$as_me: error: You specified you want to use maintainer mode, but I cannot find the file libtool.m4 on your system. Please set the prefix of the location of the correct file with the LIBTOOLPREFIX variable, so that it is in $LIBTOOLPREFIX/share/aclocal. We assume here that it is the plain version obtained from the GNU tarball." >&2;} |
---|
1934 | { (exit 1); exit 1; }; } |
---|
1935 | fi |
---|
1936 | else |
---|
1937 | as_ac_File=`echo "ac_cv_file_$LIBTOOLPREFIX/share/aclocal/libtool.m4" | $as_tr_sh` |
---|
1938 | echo "$as_me:$LINENO: checking for $LIBTOOLPREFIX/share/aclocal/libtool.m4" >&5 |
---|
1939 | echo $ECHO_N "checking for $LIBTOOLPREFIX/share/aclocal/libtool.m4... $ECHO_C" >&6 |
---|
1940 | if eval "test \"\${$as_ac_File+set}\" = set"; then |
---|
1941 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1942 | else |
---|
1943 | test "$cross_compiling" = yes && |
---|
1944 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
---|
1945 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
---|
1946 | { (exit 1); exit 1; }; } |
---|
1947 | if test -r "$LIBTOOLPREFIX/share/aclocal/libtool.m4"; then |
---|
1948 | eval "$as_ac_File=yes" |
---|
1949 | else |
---|
1950 | eval "$as_ac_File=no" |
---|
1951 | fi |
---|
1952 | fi |
---|
1953 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 |
---|
1954 | echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 |
---|
1955 | if test `eval echo '${'$as_ac_File'}'` = yes; then |
---|
1956 | LIBTOOLM4="$LIBTOOLPREFIX/share/aclocal/libtool.m4" |
---|
1957 | else |
---|
1958 | { { echo "$as_me:$LINENO: error: You specified LIBTOOLPREFIX, but I cannot find the file libtool.m4 in $LIBTOOLPREFIX/share/aclocal." >&5 |
---|
1959 | echo "$as_me: error: You specified LIBTOOLPREFIX, but I cannot find the file libtool.m4 in $LIBTOOLPREFIX/share/aclocal." >&2;} |
---|
1960 | { (exit 1); exit 1; }; } |
---|
1961 | fi |
---|
1962 | |
---|
1963 | fi |
---|
1964 | |
---|
1965 | # Check if this is the correct version of libtool (with escaped dots) |
---|
1966 | correct_version='1.5.22' |
---|
1967 | grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` |
---|
1968 | as_ac_File=`echo "ac_cv_file_$LIBTOOLPREFIX/share/libtool/ltmain.sh" | $as_tr_sh` |
---|
1969 | echo "$as_me:$LINENO: checking for $LIBTOOLPREFIX/share/libtool/ltmain.sh" >&5 |
---|
1970 | echo $ECHO_N "checking for $LIBTOOLPREFIX/share/libtool/ltmain.sh... $ECHO_C" >&6 |
---|
1971 | if eval "test \"\${$as_ac_File+set}\" = set"; then |
---|
1972 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
---|
1973 | else |
---|
1974 | test "$cross_compiling" = yes && |
---|
1975 | { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 |
---|
1976 | echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} |
---|
1977 | { (exit 1); exit 1; }; } |
---|
1978 | if test -r "$LIBTOOLPREFIX/share/libtool/ltmain.sh"; then |
---|
1979 | eval "$as_ac_File=yes" |
---|
1980 | else |
---|
1981 | eval "$as_ac_File=no" |
---|
1982 | fi |
---|
1983 | fi |
---|
1984 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 |
---|
1985 | echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 |
---|
1986 | if test `eval echo '${'$as_ac_File'}'` = yes; then |
---|
1987 | have_ltmain=yes |
---|
1988 | else |
---|
1989 | have_ltmain=no |
---|
1990 | fi |
---|
1991 | |
---|
1992 | echo "$as_me:$LINENO: checking whether we are using the correct version ($correct_version) of libtool." >&5 |
---|
1993 | echo $ECHO_N "checking whether we are using the correct version ($correct_version) of libtool.... $ECHO_C" >&6 |
---|
1994 | if test $have_ltmain = yes; then |
---|
1995 | if $EGREP $grep_version $LIBTOOLPREFIX/share/libtool/ltmain.sh >/dev/null 2>&1; then |
---|
1996 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
1997 | echo "${ECHO_T}yes" >&6 |
---|
1998 | else |
---|
1999 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2000 | echo "${ECHO_T}no" >&6 |
---|
2001 | { { echo "$as_me:$LINENO: error: You don't have the correct version of libtool. Please set LIBTOOLPREFIX to the correct installation prefix, so that the correct version of ltmain.sh is in $LIBTOOLPREFIX/share/libtool." >&5 |
---|
2002 | echo "$as_me: error: You don't have the correct version of libtool. Please set LIBTOOLPREFIX to the correct installation prefix, so that the correct version of ltmain.sh is in $LIBTOOLPREFIX/share/libtool." >&2;} |
---|
2003 | { (exit 1); exit 1; }; } |
---|
2004 | fi |
---|
2005 | else |
---|
2006 | { { echo "$as_me:$LINENO: error: I cannot find the file ltmain.sh in $LIBTOOLPREFIX/share/libtool" >&5 |
---|
2007 | echo "$as_me: error: I cannot find the file ltmain.sh in $LIBTOOLPREFIX/share/libtool" >&2;} |
---|
2008 | { (exit 1); exit 1; }; } |
---|
2009 | fi |
---|
2010 | |
---|
2011 | # Check if we have an Externals file |
---|
2012 | if test -r $srcdir/Externals; then |
---|
2013 | coin_have_externals=yes |
---|
2014 | fi |
---|
2015 | |
---|
2016 | # Check if this is a limited project (without config.guess) |
---|
2017 | if test -r $srcdir/config.guess; then :; else |
---|
2018 | coin_maintainer_small=yes |
---|
2019 | fi |
---|
2020 | |
---|
2021 | # Find the location of the BuildTools directory |
---|
2022 | BUILDTOOLSDIR= |
---|
2023 | if test -r $srcdir/BuildTools/coin.m4; then |
---|
2024 | BUILDTOOLSDIR=$srcdir/BuildTools |
---|
2025 | else |
---|
2026 | if test -r $srcdir/../BuildTools/coin.m4; then |
---|
2027 | BUILDTOOLSDIR=$srcdir/../BuildTools |
---|
2028 | else |
---|
2029 | if test -r $srcdir/../../BuildTools/coin.m4; then |
---|
2030 | BUILDTOOLSDIR=$srcdir/../../BuildTools |
---|
2031 | else |
---|
2032 | { { echo "$as_me:$LINENO: error: Cannot find the BuildTools directory" >&5 |
---|
2033 | echo "$as_me: error: Cannot find the BuildTools directory" >&2;} |
---|
2034 | { (exit 1); exit 1; }; } |
---|
2035 | fi |
---|
2036 | fi |
---|
2037 | fi |
---|
2038 | |
---|
2039 | |
---|
2040 | # The following variable is set to the name of the directory where |
---|
2041 | # the autotool scripts are located |
---|
2042 | |
---|
2043 | AUX_DIR=$ac_aux_dir |
---|
2044 | fi |
---|
2045 | |
---|
2046 | |
---|
2047 | if test $coin_have_externals = yes; then |
---|
2048 | HAVE_EXTERNALS_TRUE= |
---|
2049 | HAVE_EXTERNALS_FALSE='#' |
---|
2050 | else |
---|
2051 | HAVE_EXTERNALS_TRUE='#' |
---|
2052 | HAVE_EXTERNALS_FALSE= |
---|
2053 | fi |
---|
2054 | |
---|
2055 | |
---|
2056 | |
---|
2057 | if test $coin_maintainer_small = yes; then |
---|
2058 | MAINTAINER_SMALL_TRUE= |
---|
2059 | MAINTAINER_SMALL_FALSE='#' |
---|
2060 | else |
---|
2061 | MAINTAINER_SMALL_TRUE='#' |
---|
2062 | MAINTAINER_SMALL_FALSE= |
---|
2063 | fi |
---|
2064 | |
---|
2065 | |
---|
2066 | |
---|
2067 | ############################################################################# |
---|
2068 | # Check which subprojects are there # |
---|
2069 | ############################################################################# |
---|
2070 | |
---|
2071 | coin_subdirs= |
---|
2072 | echo "$as_me:$LINENO: checking whether directory CoinBase is available" >&5 |
---|
2073 | echo $ECHO_N "checking whether directory CoinBase is available... $ECHO_C" >&6 |
---|
2074 | if test -r $srcdir/CoinBase/configure; then |
---|
2075 | coin_subdirs="$coin_subdirs CoinBase" |
---|
2076 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2077 | echo "${ECHO_T}yes" >&6 |
---|
2078 | |
---|
2079 | |
---|
2080 | subdirs="$subdirs CoinBase" |
---|
2081 | |
---|
2082 | else |
---|
2083 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2084 | echo "${ECHO_T}no" >&6 |
---|
2085 | fi |
---|
2086 | |
---|
2087 | |
---|
2088 | |
---|
2089 | |
---|
2090 | |
---|
2091 | |
---|
2092 | |
---|
2093 | |
---|
2094 | |
---|
2095 | |
---|
2096 | |
---|
2097 | coin_subdirs= |
---|
2098 | echo "$as_me:$LINENO: checking whether directory Data/Netlib is available" >&5 |
---|
2099 | echo $ECHO_N "checking whether directory Data/Netlib is available... $ECHO_C" >&6 |
---|
2100 | if test -r $srcdir/Data/Netlib/configure; then |
---|
2101 | coin_subdirs="$coin_subdirs Data/Netlib" |
---|
2102 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2103 | echo "${ECHO_T}yes" >&6 |
---|
2104 | |
---|
2105 | |
---|
2106 | subdirs="$subdirs Data/Netlib" |
---|
2107 | |
---|
2108 | else |
---|
2109 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2110 | echo "${ECHO_T}no" >&6 |
---|
2111 | fi |
---|
2112 | |
---|
2113 | |
---|
2114 | |
---|
2115 | |
---|
2116 | |
---|
2117 | |
---|
2118 | |
---|
2119 | |
---|
2120 | |
---|
2121 | |
---|
2122 | |
---|
2123 | coin_subdirs= |
---|
2124 | echo "$as_me:$LINENO: checking whether directory Data/Sample is available" >&5 |
---|
2125 | echo $ECHO_N "checking whether directory Data/Sample is available... $ECHO_C" >&6 |
---|
2126 | if test -r $srcdir/Data/Sample/configure; then |
---|
2127 | coin_subdirs="$coin_subdirs Data/Sample" |
---|
2128 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2129 | echo "${ECHO_T}yes" >&6 |
---|
2130 | |
---|
2131 | |
---|
2132 | subdirs="$subdirs Data/Sample" |
---|
2133 | |
---|
2134 | else |
---|
2135 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2136 | echo "${ECHO_T}no" >&6 |
---|
2137 | fi |
---|
2138 | |
---|
2139 | |
---|
2140 | |
---|
2141 | |
---|
2142 | |
---|
2143 | |
---|
2144 | |
---|
2145 | |
---|
2146 | |
---|
2147 | |
---|
2148 | |
---|
2149 | coin_subdirs= |
---|
2150 | echo "$as_me:$LINENO: checking whether directory Data/miplib3 is available" >&5 |
---|
2151 | echo $ECHO_N "checking whether directory Data/miplib3 is available... $ECHO_C" >&6 |
---|
2152 | if test -r $srcdir/Data/miplib3/configure; then |
---|
2153 | coin_subdirs="$coin_subdirs Data/miplib3" |
---|
2154 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2155 | echo "${ECHO_T}yes" >&6 |
---|
2156 | |
---|
2157 | |
---|
2158 | subdirs="$subdirs Data/miplib3" |
---|
2159 | |
---|
2160 | else |
---|
2161 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2162 | echo "${ECHO_T}no" >&6 |
---|
2163 | fi |
---|
2164 | |
---|
2165 | |
---|
2166 | |
---|
2167 | |
---|
2168 | |
---|
2169 | |
---|
2170 | |
---|
2171 | |
---|
2172 | |
---|
2173 | |
---|
2174 | |
---|
2175 | coin_subdirs= |
---|
2176 | echo "$as_me:$LINENO: checking whether directory Clp is available" >&5 |
---|
2177 | echo $ECHO_N "checking whether directory Clp is available... $ECHO_C" >&6 |
---|
2178 | if test -r $srcdir/Clp/configure; then |
---|
2179 | coin_subdirs="$coin_subdirs Clp" |
---|
2180 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2181 | echo "${ECHO_T}yes" >&6 |
---|
2182 | |
---|
2183 | |
---|
2184 | subdirs="$subdirs Clp" |
---|
2185 | |
---|
2186 | else |
---|
2187 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2188 | echo "${ECHO_T}no" >&6 |
---|
2189 | fi |
---|
2190 | |
---|
2191 | |
---|
2192 | |
---|
2193 | |
---|
2194 | |
---|
2195 | |
---|
2196 | |
---|
2197 | |
---|
2198 | |
---|
2199 | |
---|
2200 | |
---|
2201 | coin_subdirs= |
---|
2202 | echo "$as_me:$LINENO: checking whether directory Vol is available" >&5 |
---|
2203 | echo $ECHO_N "checking whether directory Vol is available... $ECHO_C" >&6 |
---|
2204 | if test -r $srcdir/Vol/configure; then |
---|
2205 | coin_subdirs="$coin_subdirs Vol" |
---|
2206 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2207 | echo "${ECHO_T}yes" >&6 |
---|
2208 | |
---|
2209 | |
---|
2210 | subdirs="$subdirs Vol" |
---|
2211 | |
---|
2212 | else |
---|
2213 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2214 | echo "${ECHO_T}no" >&6 |
---|
2215 | fi |
---|
2216 | |
---|
2217 | |
---|
2218 | |
---|
2219 | |
---|
2220 | |
---|
2221 | |
---|
2222 | |
---|
2223 | |
---|
2224 | |
---|
2225 | |
---|
2226 | |
---|
2227 | coin_subdirs= |
---|
2228 | echo "$as_me:$LINENO: checking whether directory Osi is available" >&5 |
---|
2229 | echo $ECHO_N "checking whether directory Osi is available... $ECHO_C" >&6 |
---|
2230 | if test -r $srcdir/Osi/configure; then |
---|
2231 | coin_subdirs="$coin_subdirs Osi" |
---|
2232 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2233 | echo "${ECHO_T}yes" >&6 |
---|
2234 | |
---|
2235 | |
---|
2236 | subdirs="$subdirs Osi" |
---|
2237 | |
---|
2238 | else |
---|
2239 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2240 | echo "${ECHO_T}no" >&6 |
---|
2241 | fi |
---|
2242 | |
---|
2243 | |
---|
2244 | |
---|
2245 | |
---|
2246 | |
---|
2247 | |
---|
2248 | |
---|
2249 | |
---|
2250 | |
---|
2251 | |
---|
2252 | |
---|
2253 | coin_subdirs= |
---|
2254 | echo "$as_me:$LINENO: checking whether directory Cgl is available" >&5 |
---|
2255 | echo $ECHO_N "checking whether directory Cgl is available... $ECHO_C" >&6 |
---|
2256 | if test -r $srcdir/Cgl/configure; then |
---|
2257 | coin_subdirs="$coin_subdirs Cgl" |
---|
2258 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2259 | echo "${ECHO_T}yes" >&6 |
---|
2260 | |
---|
2261 | |
---|
2262 | subdirs="$subdirs Cgl" |
---|
2263 | |
---|
2264 | else |
---|
2265 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2266 | echo "${ECHO_T}no" >&6 |
---|
2267 | fi |
---|
2268 | |
---|
2269 | |
---|
2270 | |
---|
2271 | |
---|
2272 | |
---|
2273 | |
---|
2274 | |
---|
2275 | |
---|
2276 | |
---|
2277 | |
---|
2278 | |
---|
2279 | coin_subdirs= |
---|
2280 | echo "$as_me:$LINENO: checking whether directory Cbc is available" >&5 |
---|
2281 | echo $ECHO_N "checking whether directory Cbc is available... $ECHO_C" >&6 |
---|
2282 | if test -r $srcdir/Cbc/configure; then |
---|
2283 | coin_subdirs="$coin_subdirs Cbc" |
---|
2284 | echo "$as_me:$LINENO: result: yes" >&5 |
---|
2285 | echo "${ECHO_T}yes" >&6 |
---|
2286 | |
---|
2287 | |
---|
2288 | subdirs="$subdirs Cbc" |
---|
2289 | |
---|
2290 | else |
---|
2291 | echo "$as_me:$LINENO: result: no" >&5 |
---|
2292 | echo "${ECHO_T}no" >&6 |
---|
2293 | fi |
---|
2294 | |
---|
2295 | |
---|
2296 | |
---|
2297 | |
---|
2298 | |
---|
2299 | |
---|
2300 | |
---|
2301 | |
---|
2302 | |
---|
2303 | |
---|
2304 | |
---|
2305 | |
---|
2306 | ############################################################################## |
---|
2307 | # Finishing up by writing all the output # |
---|
2308 | ############################################################################## |
---|
2309 | |
---|
2310 | # Here list all the files that configure should create (except for the |
---|
2311 | # configuration header file) |
---|
2312 | ac_config_files="$ac_config_files Makefile" |
---|
2313 | |
---|
2314 | |
---|
2315 | # Finally, we let configure write all the output... |
---|
2316 | cat >confcache <<\_ACEOF |
---|
2317 | # This file is a shell script that caches the results of configure |
---|
2318 | # tests run on this system so they can be shared between configure |
---|
2319 | # scripts and configure runs, see configure's option --config-cache. |
---|
2320 | # It is not useful on other systems. If it contains results you don't |
---|
2321 | # want to keep, you may remove or edit it. |
---|
2322 | # |
---|
2323 | # config.status only pays attention to the cache file if you give it |
---|
2324 | # the --recheck option to rerun configure. |
---|
2325 | # |
---|
2326 | # `ac_cv_env_foo' variables (set or unset) will be overridden when |
---|
2327 | # loading this file, other *unset* `ac_cv_foo' will be assigned the |
---|
2328 | # following values. |
---|
2329 | |
---|
2330 | _ACEOF |
---|
2331 | |
---|
2332 | # The following way of writing the cache mishandles newlines in values, |
---|
2333 | # but we know of no workaround that is simple, portable, and efficient. |
---|
2334 | # So, don't put newlines in cache variables' values. |
---|
2335 | # Ultrix sh set writes to stderr and can't be redirected directly, |
---|
2336 | # and sets the high bit in the cache file unless we assign to the vars. |
---|
2337 | { |
---|
2338 | (set) 2>&1 | |
---|
2339 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
---|
2340 | *ac_space=\ *) |
---|
2341 | # `set' does not quote correctly, so add quotes (double-quote |
---|
2342 | # substitution turns \\\\ into \\, and sed turns \\ into \). |
---|
2343 | sed -n \ |
---|
2344 | "s/'/'\\\\''/g; |
---|
2345 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
---|
2346 | ;; |
---|
2347 | *) |
---|
2348 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
---|
2349 | sed -n \ |
---|
2350 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
---|
2351 | ;; |
---|
2352 | esac; |
---|
2353 | } | |
---|
2354 | sed ' |
---|
2355 | t clear |
---|
2356 | : clear |
---|
2357 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
---|
2358 | t end |
---|
2359 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
---|
2360 | : end' >>confcache |
---|
2361 | if diff $cache_file confcache >/dev/null 2>&1; then :; else |
---|
2362 | if test -w $cache_file; then |
---|
2363 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
---|
2364 | cat confcache >$cache_file |
---|
2365 | else |
---|
2366 | echo "not updating unwritable cache $cache_file" |
---|
2367 | fi |
---|
2368 | fi |
---|
2369 | rm -f confcache |
---|
2370 | |
---|
2371 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
---|
2372 | # Let make expand exec_prefix. |
---|
2373 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
---|
2374 | |
---|
2375 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
---|
2376 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
---|
2377 | # trailing colons and then remove the whole line if VPATH becomes empty |
---|
2378 | # (actually we leave an empty line to preserve line numbers). |
---|
2379 | if test "x$srcdir" = x.; then |
---|
2380 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
---|
2381 | s/:*\$(srcdir):*/:/; |
---|
2382 | s/:*\${srcdir}:*/:/; |
---|
2383 | s/:*@srcdir@:*/:/; |
---|
2384 | s/^\([^=]*=[ ]*\):*/\1/; |
---|
2385 | s/:*$//; |
---|
2386 | s/^[^=]*=[ ]*$//; |
---|
2387 | }' |
---|
2388 | fi |
---|
2389 | |
---|
2390 | # Transform confdefs.h into DEFS. |
---|
2391 | # Protect against shell expansion while executing Makefile rules. |
---|
2392 | # Protect against Makefile macro expansion. |
---|
2393 | # |
---|
2394 | # If the first sed substitution is executed (which looks for macros that |
---|
2395 | # take arguments), then we branch to the quote section. Otherwise, |
---|
2396 | # look for a macro that doesn't take arguments. |
---|
2397 | cat >confdef2opt.sed <<\_ACEOF |
---|
2398 | t clear |
---|
2399 | : clear |
---|
2400 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g |
---|
2401 | t quote |
---|
2402 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g |
---|
2403 | t quote |
---|
2404 | d |
---|
2405 | : quote |
---|
2406 | s,[ `~#$^&*(){}\\|;'"<>?],\\&,g |
---|
2407 | s,\[,\\&,g |
---|
2408 | s,\],\\&,g |
---|
2409 | s,\$,$$,g |
---|
2410 | p |
---|
2411 | _ACEOF |
---|
2412 | # We use echo to avoid assuming a particular line-breaking character. |
---|
2413 | # The extra dot is to prevent the shell from consuming trailing |
---|
2414 | # line-breaks from the sub-command output. A line-break within |
---|
2415 | # single-quotes doesn't work because, if this script is created in a |
---|
2416 | # platform that uses two characters for line-breaks (e.g., DOS), tr |
---|
2417 | # would break. |
---|
2418 | ac_LF_and_DOT=`echo; echo .` |
---|
2419 | DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` |
---|
2420 | rm -f confdef2opt.sed |
---|
2421 | |
---|
2422 | |
---|
2423 | ac_libobjs= |
---|
2424 | ac_ltlibobjs= |
---|
2425 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
---|
2426 | # 1. Remove the extension, and $U if already installed. |
---|
2427 | ac_i=`echo "$ac_i" | |
---|
2428 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
---|
2429 | # 2. Add them. |
---|
2430 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" |
---|
2431 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' |
---|
2432 | done |
---|
2433 | LIBOBJS=$ac_libobjs |
---|
2434 | |
---|
2435 | LTLIBOBJS=$ac_ltlibobjs |
---|
2436 | |
---|
2437 | |
---|
2438 | if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then |
---|
2439 | { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. |
---|
2440 | Usually this means the macro was only invoked conditionally." >&5 |
---|
2441 | echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. |
---|
2442 | Usually this means the macro was only invoked conditionally." >&2;} |
---|
2443 | { (exit 1); exit 1; }; } |
---|
2444 | fi |
---|
2445 | if test -z "${HAVE_EXTERNALS_TRUE}" && test -z "${HAVE_EXTERNALS_FALSE}"; then |
---|
2446 | { { echo "$as_me:$LINENO: error: conditional \"HAVE_EXTERNALS\" was never defined. |
---|
2447 | Usually this means the macro was only invoked conditionally." >&5 |
---|
2448 | echo "$as_me: error: conditional \"HAVE_EXTERNALS\" was never defined. |
---|
2449 | Usually this means the macro was only invoked conditionally." >&2;} |
---|
2450 | { (exit 1); exit 1; }; } |
---|
2451 | fi |
---|
2452 | if test -z "${MAINTAINER_SMALL_TRUE}" && test -z "${MAINTAINER_SMALL_FALSE}"; then |
---|
2453 | { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_SMALL\" was never defined. |
---|
2454 | Usually this means the macro was only invoked conditionally." >&5 |
---|
2455 | echo "$as_me: error: conditional \"MAINTAINER_SMALL\" was never defined. |
---|
2456 | Usually this means the macro was only invoked conditionally." >&2;} |
---|
2457 | { (exit 1); exit 1; }; } |
---|
2458 | fi |
---|
2459 | |
---|
2460 | : ${CONFIG_STATUS=./config.status} |
---|
2461 | ac_clean_files_save=$ac_clean_files |
---|
2462 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
---|
2463 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
---|
2464 | echo "$as_me: creating $CONFIG_STATUS" >&6;} |
---|
2465 | cat >$CONFIG_STATUS <<_ACEOF |
---|
2466 | #! $SHELL |
---|
2467 | # Generated by $as_me. |
---|
2468 | # Run this file to recreate the current configuration. |
---|
2469 | # Compiler output produced by configure, useful for debugging |
---|
2470 | # configure, is in config.log if it exists. |
---|
2471 | |
---|
2472 | debug=false |
---|
2473 | ac_cs_recheck=false |
---|
2474 | ac_cs_silent=false |
---|
2475 | SHELL=\${CONFIG_SHELL-$SHELL} |
---|
2476 | _ACEOF |
---|
2477 | |
---|
2478 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
2479 | ## --------------------- ## |
---|
2480 | ## M4sh Initialization. ## |
---|
2481 | ## --------------------- ## |
---|
2482 | |
---|
2483 | # Be Bourne compatible |
---|
2484 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
---|
2485 | emulate sh |
---|
2486 | NULLCMD=: |
---|
2487 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
---|
2488 | # is contrary to our usage. Disable this feature. |
---|
2489 | alias -g '${1+"$@"}'='"$@"' |
---|
2490 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
---|
2491 | set -o posix |
---|
2492 | fi |
---|
2493 | DUALCASE=1; export DUALCASE # for MKS sh |
---|
2494 | |
---|
2495 | # Support unset when possible. |
---|
2496 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
---|
2497 | as_unset=unset |
---|
2498 | else |
---|
2499 | as_unset=false |
---|
2500 | fi |
---|
2501 | |
---|
2502 | |
---|
2503 | # Work around bugs in pre-3.0 UWIN ksh. |
---|
2504 | $as_unset ENV MAIL MAILPATH |
---|
2505 | PS1='$ ' |
---|
2506 | PS2='> ' |
---|
2507 | PS4='+ ' |
---|
2508 | |
---|
2509 | # NLS nuisances. |
---|
2510 | for as_var in \ |
---|
2511 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
---|
2512 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
---|
2513 | LC_TELEPHONE LC_TIME |
---|
2514 | do |
---|
2515 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
---|
2516 | eval $as_var=C; export $as_var |
---|
2517 | else |
---|
2518 | $as_unset $as_var |
---|
2519 | fi |
---|
2520 | done |
---|
2521 | |
---|
2522 | # Required to use basename. |
---|
2523 | if expr a : '\(a\)' >/dev/null 2>&1; then |
---|
2524 | as_expr=expr |
---|
2525 | else |
---|
2526 | as_expr=false |
---|
2527 | fi |
---|
2528 | |
---|
2529 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
---|
2530 | as_basename=basename |
---|
2531 | else |
---|
2532 | as_basename=false |
---|
2533 | fi |
---|
2534 | |
---|
2535 | |
---|
2536 | # Name of the executable. |
---|
2537 | as_me=`$as_basename "$0" || |
---|
2538 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
---|
2539 | X"$0" : 'X\(//\)$' \| \ |
---|
2540 | X"$0" : 'X\(/\)$' \| \ |
---|
2541 | . : '\(.\)' 2>/dev/null || |
---|
2542 | echo X/"$0" | |
---|
2543 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } |
---|
2544 | /^X\/\(\/\/\)$/{ s//\1/; q; } |
---|
2545 | /^X\/\(\/\).*/{ s//\1/; q; } |
---|
2546 | s/.*/./; q'` |
---|
2547 | |
---|
2548 | |
---|
2549 | # PATH needs CR, and LINENO needs CR and PATH. |
---|
2550 | # Avoid depending upon Character Ranges. |
---|
2551 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
---|
2552 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
---|
2553 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
---|
2554 | as_cr_digits='0123456789' |
---|
2555 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
---|
2556 | |
---|
2557 | # The user is always right. |
---|
2558 | if test "${PATH_SEPARATOR+set}" != set; then |
---|
2559 | echo "#! /bin/sh" >conf$$.sh |
---|
2560 | echo "exit 0" >>conf$$.sh |
---|
2561 | chmod +x conf$$.sh |
---|
2562 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
---|
2563 | PATH_SEPARATOR=';' |
---|
2564 | else |
---|
2565 | PATH_SEPARATOR=: |
---|
2566 | fi |
---|
2567 | rm -f conf$$.sh |
---|
2568 | fi |
---|
2569 | |
---|
2570 | |
---|
2571 | as_lineno_1=$LINENO |
---|
2572 | as_lineno_2=$LINENO |
---|
2573 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
---|
2574 | test "x$as_lineno_1" != "x$as_lineno_2" && |
---|
2575 | test "x$as_lineno_3" = "x$as_lineno_2" || { |
---|
2576 | # Find who we are. Look in the path if we contain no path at all |
---|
2577 | # relative or not. |
---|
2578 | case $0 in |
---|
2579 | *[\\/]* ) as_myself=$0 ;; |
---|
2580 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
2581 | for as_dir in $PATH |
---|
2582 | do |
---|
2583 | IFS=$as_save_IFS |
---|
2584 | test -z "$as_dir" && as_dir=. |
---|
2585 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
---|
2586 | done |
---|
2587 | |
---|
2588 | ;; |
---|
2589 | esac |
---|
2590 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
---|
2591 | # in which case we are not to be found in the path. |
---|
2592 | if test "x$as_myself" = x; then |
---|
2593 | as_myself=$0 |
---|
2594 | fi |
---|
2595 | if test ! -f "$as_myself"; then |
---|
2596 | { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 |
---|
2597 | echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} |
---|
2598 | { (exit 1); exit 1; }; } |
---|
2599 | fi |
---|
2600 | case $CONFIG_SHELL in |
---|
2601 | '') |
---|
2602 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
2603 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
---|
2604 | do |
---|
2605 | IFS=$as_save_IFS |
---|
2606 | test -z "$as_dir" && as_dir=. |
---|
2607 | for as_base in sh bash ksh sh5; do |
---|
2608 | case $as_dir in |
---|
2609 | /*) |
---|
2610 | if ("$as_dir/$as_base" -c ' |
---|
2611 | as_lineno_1=$LINENO |
---|
2612 | as_lineno_2=$LINENO |
---|
2613 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
---|
2614 | test "x$as_lineno_1" != "x$as_lineno_2" && |
---|
2615 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
---|
2616 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } |
---|
2617 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } |
---|
2618 | CONFIG_SHELL=$as_dir/$as_base |
---|
2619 | export CONFIG_SHELL |
---|
2620 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
---|
2621 | fi;; |
---|
2622 | esac |
---|
2623 | done |
---|
2624 | done |
---|
2625 | ;; |
---|
2626 | esac |
---|
2627 | |
---|
2628 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
---|
2629 | # uniformly replaced by the line number. The first 'sed' inserts a |
---|
2630 | # line-number line before each line; the second 'sed' does the real |
---|
2631 | # work. The second script uses 'N' to pair each line-number line |
---|
2632 | # with the numbered line, and appends trailing '-' during |
---|
2633 | # substitution so that $LINENO is not a special case at line end. |
---|
2634 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
---|
2635 | # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) |
---|
2636 | sed '=' <$as_myself | |
---|
2637 | sed ' |
---|
2638 | N |
---|
2639 | s,$,-, |
---|
2640 | : loop |
---|
2641 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, |
---|
2642 | t loop |
---|
2643 | s,-$,, |
---|
2644 | s,^['$as_cr_digits']*\n,, |
---|
2645 | ' >$as_me.lineno && |
---|
2646 | chmod +x $as_me.lineno || |
---|
2647 | { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 |
---|
2648 | echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} |
---|
2649 | { (exit 1); exit 1; }; } |
---|
2650 | |
---|
2651 | # Don't try to exec as it changes $[0], causing all sort of problems |
---|
2652 | # (the dirname of $[0] is not the place where we might find the |
---|
2653 | # original and so on. Autoconf is especially sensible to this). |
---|
2654 | . ./$as_me.lineno |
---|
2655 | # Exit status is that of the last command. |
---|
2656 | exit |
---|
2657 | } |
---|
2658 | |
---|
2659 | |
---|
2660 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in |
---|
2661 | *c*,-n*) ECHO_N= ECHO_C=' |
---|
2662 | ' ECHO_T=' ' ;; |
---|
2663 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; |
---|
2664 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; |
---|
2665 | esac |
---|
2666 | |
---|
2667 | if expr a : '\(a\)' >/dev/null 2>&1; then |
---|
2668 | as_expr=expr |
---|
2669 | else |
---|
2670 | as_expr=false |
---|
2671 | fi |
---|
2672 | |
---|
2673 | rm -f conf$$ conf$$.exe conf$$.file |
---|
2674 | echo >conf$$.file |
---|
2675 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
---|
2676 | # We could just check for DJGPP; but this test a) works b) is more generic |
---|
2677 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). |
---|
2678 | if test -f conf$$.exe; then |
---|
2679 | # Don't use ln at all; we don't have any links |
---|
2680 | as_ln_s='cp -p' |
---|
2681 | else |
---|
2682 | as_ln_s='ln -s' |
---|
2683 | fi |
---|
2684 | elif ln conf$$.file conf$$ 2>/dev/null; then |
---|
2685 | as_ln_s=ln |
---|
2686 | else |
---|
2687 | as_ln_s='cp -p' |
---|
2688 | fi |
---|
2689 | rm -f conf$$ conf$$.exe conf$$.file |
---|
2690 | |
---|
2691 | if mkdir -p . 2>/dev/null; then |
---|
2692 | as_mkdir_p=: |
---|
2693 | else |
---|
2694 | test -d ./-p && rmdir ./-p |
---|
2695 | as_mkdir_p=false |
---|
2696 | fi |
---|
2697 | |
---|
2698 | as_executable_p="test -f" |
---|
2699 | |
---|
2700 | # Sed expression to map a string onto a valid CPP name. |
---|
2701 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
---|
2702 | |
---|
2703 | # Sed expression to map a string onto a valid variable name. |
---|
2704 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
---|
2705 | |
---|
2706 | |
---|
2707 | # IFS |
---|
2708 | # We need space, tab and new line, in precisely that order. |
---|
2709 | as_nl=' |
---|
2710 | ' |
---|
2711 | IFS=" $as_nl" |
---|
2712 | |
---|
2713 | # CDPATH. |
---|
2714 | $as_unset CDPATH |
---|
2715 | |
---|
2716 | exec 6>&1 |
---|
2717 | |
---|
2718 | # Open the log real soon, to keep \$[0] and so on meaningful, and to |
---|
2719 | # report actual input values of CONFIG_FILES etc. instead of their |
---|
2720 | # values after options handling. Logging --version etc. is OK. |
---|
2721 | exec 5>>config.log |
---|
2722 | { |
---|
2723 | echo |
---|
2724 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
---|
2725 | ## Running $as_me. ## |
---|
2726 | _ASBOX |
---|
2727 | } >&5 |
---|
2728 | cat >&5 <<_CSEOF |
---|
2729 | |
---|
2730 | This file was extended by Cbc $as_me 0.1, which was |
---|
2731 | generated by GNU Autoconf 2.59. Invocation command line was |
---|
2732 | |
---|
2733 | CONFIG_FILES = $CONFIG_FILES |
---|
2734 | CONFIG_HEADERS = $CONFIG_HEADERS |
---|
2735 | CONFIG_LINKS = $CONFIG_LINKS |
---|
2736 | CONFIG_COMMANDS = $CONFIG_COMMANDS |
---|
2737 | $ $0 $@ |
---|
2738 | |
---|
2739 | _CSEOF |
---|
2740 | echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 |
---|
2741 | echo >&5 |
---|
2742 | _ACEOF |
---|
2743 | |
---|
2744 | # Files that config.status was made for. |
---|
2745 | if test -n "$ac_config_files"; then |
---|
2746 | echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS |
---|
2747 | fi |
---|
2748 | |
---|
2749 | if test -n "$ac_config_headers"; then |
---|
2750 | echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS |
---|
2751 | fi |
---|
2752 | |
---|
2753 | if test -n "$ac_config_links"; then |
---|
2754 | echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS |
---|
2755 | fi |
---|
2756 | |
---|
2757 | if test -n "$ac_config_commands"; then |
---|
2758 | echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS |
---|
2759 | fi |
---|
2760 | |
---|
2761 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
2762 | |
---|
2763 | ac_cs_usage="\ |
---|
2764 | \`$as_me' instantiates files from templates according to the |
---|
2765 | current configuration. |
---|
2766 | |
---|
2767 | Usage: $0 [OPTIONS] [FILE]... |
---|
2768 | |
---|
2769 | -h, --help print this help, then exit |
---|
2770 | -V, --version print version number, then exit |
---|
2771 | -q, --quiet do not print progress messages |
---|
2772 | -d, --debug don't remove temporary files |
---|
2773 | --recheck update $as_me by reconfiguring in the same conditions |
---|
2774 | --file=FILE[:TEMPLATE] |
---|
2775 | instantiate the configuration file FILE |
---|
2776 | |
---|
2777 | Configuration files: |
---|
2778 | $config_files |
---|
2779 | |
---|
2780 | Report bugs to <bug-autoconf@gnu.org>." |
---|
2781 | _ACEOF |
---|
2782 | |
---|
2783 | cat >>$CONFIG_STATUS <<_ACEOF |
---|
2784 | ac_cs_version="\\ |
---|
2785 | Cbc config.status 0.1 |
---|
2786 | configured by $0, generated by GNU Autoconf 2.59, |
---|
2787 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
---|
2788 | |
---|
2789 | Copyright (C) 2003 Free Software Foundation, Inc. |
---|
2790 | This config.status script is free software; the Free Software Foundation |
---|
2791 | gives unlimited permission to copy, distribute and modify it." |
---|
2792 | srcdir=$srcdir |
---|
2793 | INSTALL="$INSTALL" |
---|
2794 | _ACEOF |
---|
2795 | |
---|
2796 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
2797 | # If no file are specified by the user, then we need to provide default |
---|
2798 | # value. By we need to know if files were specified by the user. |
---|
2799 | ac_need_defaults=: |
---|
2800 | while test $# != 0 |
---|
2801 | do |
---|
2802 | case $1 in |
---|
2803 | --*=*) |
---|
2804 | ac_option=`expr "x$1" : 'x\([^=]*\)='` |
---|
2805 | ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` |
---|
2806 | ac_shift=: |
---|
2807 | ;; |
---|
2808 | -*) |
---|
2809 | ac_option=$1 |
---|
2810 | ac_optarg=$2 |
---|
2811 | ac_shift=shift |
---|
2812 | ;; |
---|
2813 | *) # This is not an option, so the user has probably given explicit |
---|
2814 | # arguments. |
---|
2815 | ac_option=$1 |
---|
2816 | ac_need_defaults=false;; |
---|
2817 | esac |
---|
2818 | |
---|
2819 | case $ac_option in |
---|
2820 | # Handling of the options. |
---|
2821 | _ACEOF |
---|
2822 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
2823 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
---|
2824 | ac_cs_recheck=: ;; |
---|
2825 | --version | --vers* | -V ) |
---|
2826 | echo "$ac_cs_version"; exit 0 ;; |
---|
2827 | --he | --h) |
---|
2828 | # Conflict between --help and --header |
---|
2829 | { { echo "$as_me:$LINENO: error: ambiguous option: $1 |
---|
2830 | Try \`$0 --help' for more information." >&5 |
---|
2831 | echo "$as_me: error: ambiguous option: $1 |
---|
2832 | Try \`$0 --help' for more information." >&2;} |
---|
2833 | { (exit 1); exit 1; }; };; |
---|
2834 | --help | --hel | -h ) |
---|
2835 | echo "$ac_cs_usage"; exit 0 ;; |
---|
2836 | --debug | --d* | -d ) |
---|
2837 | debug=: ;; |
---|
2838 | --file | --fil | --fi | --f ) |
---|
2839 | $ac_shift |
---|
2840 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" |
---|
2841 | ac_need_defaults=false;; |
---|
2842 | --header | --heade | --head | --hea ) |
---|
2843 | $ac_shift |
---|
2844 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
---|
2845 | ac_need_defaults=false;; |
---|
2846 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
---|
2847 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
---|
2848 | ac_cs_silent=: ;; |
---|
2849 | |
---|
2850 | # This is an error. |
---|
2851 | -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 |
---|
2852 | Try \`$0 --help' for more information." >&5 |
---|
2853 | echo "$as_me: error: unrecognized option: $1 |
---|
2854 | Try \`$0 --help' for more information." >&2;} |
---|
2855 | { (exit 1); exit 1; }; } ;; |
---|
2856 | |
---|
2857 | *) ac_config_targets="$ac_config_targets $1" ;; |
---|
2858 | |
---|
2859 | esac |
---|
2860 | shift |
---|
2861 | done |
---|
2862 | |
---|
2863 | ac_configure_extra_args= |
---|
2864 | |
---|
2865 | if $ac_cs_silent; then |
---|
2866 | exec 6>/dev/null |
---|
2867 | ac_configure_extra_args="$ac_configure_extra_args --silent" |
---|
2868 | fi |
---|
2869 | |
---|
2870 | _ACEOF |
---|
2871 | cat >>$CONFIG_STATUS <<_ACEOF |
---|
2872 | if \$ac_cs_recheck; then |
---|
2873 | echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
---|
2874 | exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
---|
2875 | fi |
---|
2876 | |
---|
2877 | _ACEOF |
---|
2878 | |
---|
2879 | |
---|
2880 | |
---|
2881 | |
---|
2882 | |
---|
2883 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
2884 | for ac_config_target in $ac_config_targets |
---|
2885 | do |
---|
2886 | case "$ac_config_target" in |
---|
2887 | # Handling of arguments. |
---|
2888 | "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
---|
2889 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
---|
2890 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
---|
2891 | { (exit 1); exit 1; }; };; |
---|
2892 | esac |
---|
2893 | done |
---|
2894 | |
---|
2895 | # If the user did not use the arguments to specify the items to instantiate, |
---|
2896 | # then the envvar interface is used. Set only those that are not. |
---|
2897 | # We use the long form for the default assignment because of an extremely |
---|
2898 | # bizarre bug on SunOS 4.1.3. |
---|
2899 | if $ac_need_defaults; then |
---|
2900 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files |
---|
2901 | fi |
---|
2902 | |
---|
2903 | # Have a temporary directory for convenience. Make it in the build tree |
---|
2904 | # simply because there is no reason to put it here, and in addition, |
---|
2905 | # creating and moving files from /tmp can sometimes cause problems. |
---|
2906 | # Create a temporary directory, and hook for its removal unless debugging. |
---|
2907 | $debug || |
---|
2908 | { |
---|
2909 | trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 |
---|
2910 | trap '{ (exit 1); exit 1; }' 1 2 13 15 |
---|
2911 | } |
---|
2912 | |
---|
2913 | # Create a (secure) tmp directory for tmp files. |
---|
2914 | |
---|
2915 | { |
---|
2916 | tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && |
---|
2917 | test -n "$tmp" && test -d "$tmp" |
---|
2918 | } || |
---|
2919 | { |
---|
2920 | tmp=./confstat$$-$RANDOM |
---|
2921 | (umask 077 && mkdir $tmp) |
---|
2922 | } || |
---|
2923 | { |
---|
2924 | echo "$me: cannot create a temporary directory in ." >&2 |
---|
2925 | { (exit 1); exit 1; } |
---|
2926 | } |
---|
2927 | |
---|
2928 | _ACEOF |
---|
2929 | |
---|
2930 | cat >>$CONFIG_STATUS <<_ACEOF |
---|
2931 | |
---|
2932 | # |
---|
2933 | # CONFIG_FILES section. |
---|
2934 | # |
---|
2935 | |
---|
2936 | # No need to generate the scripts if there are no CONFIG_FILES. |
---|
2937 | # This happens for instance when ./config.status config.h |
---|
2938 | if test -n "\$CONFIG_FILES"; then |
---|
2939 | # Protect against being on the right side of a sed subst in config.status. |
---|
2940 | sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; |
---|
2941 | s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF |
---|
2942 | s,@SHELL@,$SHELL,;t t |
---|
2943 | s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t |
---|
2944 | s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t |
---|
2945 | s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t |
---|
2946 | s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t |
---|
2947 | s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t |
---|
2948 | s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t |
---|
2949 | s,@exec_prefix@,$exec_prefix,;t t |
---|
2950 | s,@prefix@,$prefix,;t t |
---|
2951 | s,@program_transform_name@,$program_transform_name,;t t |
---|
2952 | s,@bindir@,$bindir,;t t |
---|
2953 | s,@sbindir@,$sbindir,;t t |
---|
2954 | s,@libexecdir@,$libexecdir,;t t |
---|
2955 | s,@datadir@,$datadir,;t t |
---|
2956 | s,@sysconfdir@,$sysconfdir,;t t |
---|
2957 | s,@sharedstatedir@,$sharedstatedir,;t t |
---|
2958 | s,@localstatedir@,$localstatedir,;t t |
---|
2959 | s,@libdir@,$libdir,;t t |
---|
2960 | s,@includedir@,$includedir,;t t |
---|
2961 | s,@oldincludedir@,$oldincludedir,;t t |
---|
2962 | s,@infodir@,$infodir,;t t |
---|
2963 | s,@mandir@,$mandir,;t t |
---|
2964 | s,@build_alias@,$build_alias,;t t |
---|
2965 | s,@host_alias@,$host_alias,;t t |
---|
2966 | s,@target_alias@,$target_alias,;t t |
---|
2967 | s,@DEFS@,$DEFS,;t t |
---|
2968 | s,@ECHO_C@,$ECHO_C,;t t |
---|
2969 | s,@ECHO_N@,$ECHO_N,;t t |
---|
2970 | s,@ECHO_T@,$ECHO_T,;t t |
---|
2971 | s,@LIBS@,$LIBS,;t t |
---|
2972 | s,@EGREP@,$EGREP,;t t |
---|
2973 | s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
---|
2974 | s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
---|
2975 | s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
---|
2976 | s,@CYGPATH_W@,$CYGPATH_W,;t t |
---|
2977 | s,@PACKAGE@,$PACKAGE,;t t |
---|
2978 | s,@VERSION@,$VERSION,;t t |
---|
2979 | s,@ACLOCAL@,$ACLOCAL,;t t |
---|
2980 | s,@AUTOCONF@,$AUTOCONF,;t t |
---|
2981 | s,@AUTOMAKE@,$AUTOMAKE,;t t |
---|
2982 | s,@AUTOHEADER@,$AUTOHEADER,;t t |
---|
2983 | s,@MAKEINFO@,$MAKEINFO,;t t |
---|
2984 | s,@install_sh@,$install_sh,;t t |
---|
2985 | s,@STRIP@,$STRIP,;t t |
---|
2986 | s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t |
---|
2987 | s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t |
---|
2988 | s,@mkdir_p@,$mkdir_p,;t t |
---|
2989 | s,@AWK@,$AWK,;t t |
---|
2990 | s,@SET_MAKE@,$SET_MAKE,;t t |
---|
2991 | s,@am__leading_dot@,$am__leading_dot,;t t |
---|
2992 | s,@AMTAR@,$AMTAR,;t t |
---|
2993 | s,@am__tar@,$am__tar,;t t |
---|
2994 | s,@am__untar@,$am__untar,;t t |
---|
2995 | s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t |
---|
2996 | s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t |
---|
2997 | s,@MAINT@,$MAINT,;t t |
---|
2998 | s,@LIBTOOLM4@,$LIBTOOLM4,;t t |
---|
2999 | s,@have_autoconf@,$have_autoconf,;t t |
---|
3000 | s,@have_automake@,$have_automake,;t t |
---|
3001 | s,@BUILDTOOLSDIR@,$BUILDTOOLSDIR,;t t |
---|
3002 | s,@AUX_DIR@,$AUX_DIR,;t t |
---|
3003 | s,@HAVE_EXTERNALS_TRUE@,$HAVE_EXTERNALS_TRUE,;t t |
---|
3004 | s,@HAVE_EXTERNALS_FALSE@,$HAVE_EXTERNALS_FALSE,;t t |
---|
3005 | s,@MAINTAINER_SMALL_TRUE@,$MAINTAINER_SMALL_TRUE,;t t |
---|
3006 | s,@MAINTAINER_SMALL_FALSE@,$MAINTAINER_SMALL_FALSE,;t t |
---|
3007 | s,@subdirs@,$subdirs,;t t |
---|
3008 | s,@LIBOBJS@,$LIBOBJS,;t t |
---|
3009 | s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
---|
3010 | CEOF |
---|
3011 | |
---|
3012 | _ACEOF |
---|
3013 | |
---|
3014 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
3015 | # Split the substitutions into bite-sized pieces for seds with |
---|
3016 | # small command number limits, like on Digital OSF/1 and HP-UX. |
---|
3017 | ac_max_sed_lines=48 |
---|
3018 | ac_sed_frag=1 # Number of current file. |
---|
3019 | ac_beg=1 # First line for current file. |
---|
3020 | ac_end=$ac_max_sed_lines # Line after last line for current file. |
---|
3021 | ac_more_lines=: |
---|
3022 | ac_sed_cmds= |
---|
3023 | while $ac_more_lines; do |
---|
3024 | if test $ac_beg -gt 1; then |
---|
3025 | sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
---|
3026 | else |
---|
3027 | sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
---|
3028 | fi |
---|
3029 | if test ! -s $tmp/subs.frag; then |
---|
3030 | ac_more_lines=false |
---|
3031 | else |
---|
3032 | # The purpose of the label and of the branching condition is to |
---|
3033 | # speed up the sed processing (if there are no `@' at all, there |
---|
3034 | # is no need to browse any of the substitutions). |
---|
3035 | # These are the two extra sed commands mentioned above. |
---|
3036 | (echo ':t |
---|
3037 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed |
---|
3038 | if test -z "$ac_sed_cmds"; then |
---|
3039 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" |
---|
3040 | else |
---|
3041 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" |
---|
3042 | fi |
---|
3043 | ac_sed_frag=`expr $ac_sed_frag + 1` |
---|
3044 | ac_beg=$ac_end |
---|
3045 | ac_end=`expr $ac_end + $ac_max_sed_lines` |
---|
3046 | fi |
---|
3047 | done |
---|
3048 | if test -z "$ac_sed_cmds"; then |
---|
3049 | ac_sed_cmds=cat |
---|
3050 | fi |
---|
3051 | fi # test -n "$CONFIG_FILES" |
---|
3052 | |
---|
3053 | _ACEOF |
---|
3054 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
3055 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue |
---|
3056 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
---|
3057 | case $ac_file in |
---|
3058 | - | *:- | *:-:* ) # input from stdin |
---|
3059 | cat >$tmp/stdin |
---|
3060 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
---|
3061 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
---|
3062 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
---|
3063 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
---|
3064 | * ) ac_file_in=$ac_file.in ;; |
---|
3065 | esac |
---|
3066 | |
---|
3067 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
---|
3068 | ac_dir=`(dirname "$ac_file") 2>/dev/null || |
---|
3069 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
3070 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
---|
3071 | X"$ac_file" : 'X\(//\)$' \| \ |
---|
3072 | X"$ac_file" : 'X\(/\)' \| \ |
---|
3073 | . : '\(.\)' 2>/dev/null || |
---|
3074 | echo X"$ac_file" | |
---|
3075 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
---|
3076 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
---|
3077 | /^X\(\/\/\)$/{ s//\1/; q; } |
---|
3078 | /^X\(\/\).*/{ s//\1/; q; } |
---|
3079 | s/.*/./; q'` |
---|
3080 | { if $as_mkdir_p; then |
---|
3081 | mkdir -p "$ac_dir" |
---|
3082 | else |
---|
3083 | as_dir="$ac_dir" |
---|
3084 | as_dirs= |
---|
3085 | while test ! -d "$as_dir"; do |
---|
3086 | as_dirs="$as_dir $as_dirs" |
---|
3087 | as_dir=`(dirname "$as_dir") 2>/dev/null || |
---|
3088 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
3089 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
---|
3090 | X"$as_dir" : 'X\(//\)$' \| \ |
---|
3091 | X"$as_dir" : 'X\(/\)' \| \ |
---|
3092 | . : '\(.\)' 2>/dev/null || |
---|
3093 | echo X"$as_dir" | |
---|
3094 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
---|
3095 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
---|
3096 | /^X\(\/\/\)$/{ s//\1/; q; } |
---|
3097 | /^X\(\/\).*/{ s//\1/; q; } |
---|
3098 | s/.*/./; q'` |
---|
3099 | done |
---|
3100 | test ! -n "$as_dirs" || mkdir $as_dirs |
---|
3101 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
---|
3102 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
---|
3103 | { (exit 1); exit 1; }; }; } |
---|
3104 | |
---|
3105 | ac_builddir=. |
---|
3106 | |
---|
3107 | if test "$ac_dir" != .; then |
---|
3108 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
---|
3109 | # A "../" for each directory in $ac_dir_suffix. |
---|
3110 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` |
---|
3111 | else |
---|
3112 | ac_dir_suffix= ac_top_builddir= |
---|
3113 | fi |
---|
3114 | |
---|
3115 | case $srcdir in |
---|
3116 | .) # No --srcdir option. We are building in place. |
---|
3117 | ac_srcdir=. |
---|
3118 | if test -z "$ac_top_builddir"; then |
---|
3119 | ac_top_srcdir=. |
---|
3120 | else |
---|
3121 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` |
---|
3122 | fi ;; |
---|
3123 | [\\/]* | ?:[\\/]* ) # Absolute path. |
---|
3124 | ac_srcdir=$srcdir$ac_dir_suffix; |
---|
3125 | ac_top_srcdir=$srcdir ;; |
---|
3126 | *) # Relative path. |
---|
3127 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
---|
3128 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
---|
3129 | esac |
---|
3130 | |
---|
3131 | # Do not use `cd foo && pwd` to compute absolute paths, because |
---|
3132 | # the directories may not exist. |
---|
3133 | case `pwd` in |
---|
3134 | .) ac_abs_builddir="$ac_dir";; |
---|
3135 | *) |
---|
3136 | case "$ac_dir" in |
---|
3137 | .) ac_abs_builddir=`pwd`;; |
---|
3138 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
---|
3139 | *) ac_abs_builddir=`pwd`/"$ac_dir";; |
---|
3140 | esac;; |
---|
3141 | esac |
---|
3142 | case $ac_abs_builddir in |
---|
3143 | .) ac_abs_top_builddir=${ac_top_builddir}.;; |
---|
3144 | *) |
---|
3145 | case ${ac_top_builddir}. in |
---|
3146 | .) ac_abs_top_builddir=$ac_abs_builddir;; |
---|
3147 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
---|
3148 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
---|
3149 | esac;; |
---|
3150 | esac |
---|
3151 | case $ac_abs_builddir in |
---|
3152 | .) ac_abs_srcdir=$ac_srcdir;; |
---|
3153 | *) |
---|
3154 | case $ac_srcdir in |
---|
3155 | .) ac_abs_srcdir=$ac_abs_builddir;; |
---|
3156 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
---|
3157 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
---|
3158 | esac;; |
---|
3159 | esac |
---|
3160 | case $ac_abs_builddir in |
---|
3161 | .) ac_abs_top_srcdir=$ac_top_srcdir;; |
---|
3162 | *) |
---|
3163 | case $ac_top_srcdir in |
---|
3164 | .) ac_abs_top_srcdir=$ac_abs_builddir;; |
---|
3165 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
---|
3166 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
---|
3167 | esac;; |
---|
3168 | esac |
---|
3169 | |
---|
3170 | |
---|
3171 | case $INSTALL in |
---|
3172 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
---|
3173 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
---|
3174 | esac |
---|
3175 | |
---|
3176 | if test x"$ac_file" != x-; then |
---|
3177 | { echo "$as_me:$LINENO: creating $ac_file" >&5 |
---|
3178 | echo "$as_me: creating $ac_file" >&6;} |
---|
3179 | rm -f "$ac_file" |
---|
3180 | fi |
---|
3181 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
---|
3182 | # use $as_me), people would be surprised to read: |
---|
3183 | # /* config.h. Generated by config.status. */ |
---|
3184 | if test x"$ac_file" = x-; then |
---|
3185 | configure_input= |
---|
3186 | else |
---|
3187 | configure_input="$ac_file. " |
---|
3188 | fi |
---|
3189 | configure_input=$configure_input"Generated from `echo $ac_file_in | |
---|
3190 | sed 's,.*/,,'` by configure." |
---|
3191 | |
---|
3192 | # First look for the input files in the build tree, otherwise in the |
---|
3193 | # src tree. |
---|
3194 | ac_file_inputs=`IFS=: |
---|
3195 | for f in $ac_file_in; do |
---|
3196 | case $f in |
---|
3197 | -) echo $tmp/stdin ;; |
---|
3198 | [\\/$]*) |
---|
3199 | # Absolute (can't be DOS-style, as IFS=:) |
---|
3200 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
---|
3201 | echo "$as_me: error: cannot find input file: $f" >&2;} |
---|
3202 | { (exit 1); exit 1; }; } |
---|
3203 | echo "$f";; |
---|
3204 | *) # Relative |
---|
3205 | if test -f "$f"; then |
---|
3206 | # Build tree |
---|
3207 | echo "$f" |
---|
3208 | elif test -f "$srcdir/$f"; then |
---|
3209 | # Source tree |
---|
3210 | echo "$srcdir/$f" |
---|
3211 | else |
---|
3212 | # /dev/null tree |
---|
3213 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
---|
3214 | echo "$as_me: error: cannot find input file: $f" >&2;} |
---|
3215 | { (exit 1); exit 1; }; } |
---|
3216 | fi;; |
---|
3217 | esac |
---|
3218 | done` || { (exit 1); exit 1; } |
---|
3219 | _ACEOF |
---|
3220 | cat >>$CONFIG_STATUS <<_ACEOF |
---|
3221 | sed "$ac_vpsub |
---|
3222 | $extrasub |
---|
3223 | _ACEOF |
---|
3224 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
3225 | :t |
---|
3226 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
---|
3227 | s,@configure_input@,$configure_input,;t t |
---|
3228 | s,@srcdir@,$ac_srcdir,;t t |
---|
3229 | s,@abs_srcdir@,$ac_abs_srcdir,;t t |
---|
3230 | s,@top_srcdir@,$ac_top_srcdir,;t t |
---|
3231 | s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t |
---|
3232 | s,@builddir@,$ac_builddir,;t t |
---|
3233 | s,@abs_builddir@,$ac_abs_builddir,;t t |
---|
3234 | s,@top_builddir@,$ac_top_builddir,;t t |
---|
3235 | s,@abs_top_builddir@,$ac_abs_top_builddir,;t t |
---|
3236 | s,@INSTALL@,$ac_INSTALL,;t t |
---|
3237 | " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out |
---|
3238 | rm -f $tmp/stdin |
---|
3239 | if test x"$ac_file" != x-; then |
---|
3240 | mv $tmp/out $ac_file |
---|
3241 | else |
---|
3242 | cat $tmp/out |
---|
3243 | rm -f $tmp/out |
---|
3244 | fi |
---|
3245 | |
---|
3246 | done |
---|
3247 | _ACEOF |
---|
3248 | |
---|
3249 | cat >>$CONFIG_STATUS <<\_ACEOF |
---|
3250 | |
---|
3251 | { (exit 0); exit 0; } |
---|
3252 | _ACEOF |
---|
3253 | chmod +x $CONFIG_STATUS |
---|
3254 | ac_clean_files=$ac_clean_files_save |
---|
3255 | |
---|
3256 | |
---|
3257 | # configure is writing to config.log, and then calls config.status. |
---|
3258 | # config.status does its own redirection, appending to config.log. |
---|
3259 | # Unfortunately, on DOS this fails, as config.log is still kept open |
---|
3260 | # by configure, so config.status won't be able to write to it; its |
---|
3261 | # output is simply discarded. So we exec the FD to /dev/null, |
---|
3262 | # effectively closing config.log, so it can be properly (re)opened and |
---|
3263 | # appended to by config.status. When coming back to configure, we |
---|
3264 | # need to make the FD available again. |
---|
3265 | if test "$no_create" != yes; then |
---|
3266 | ac_cs_success=: |
---|
3267 | ac_config_status_args= |
---|
3268 | test "$silent" = yes && |
---|
3269 | ac_config_status_args="$ac_config_status_args --quiet" |
---|
3270 | exec 5>/dev/null |
---|
3271 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
---|
3272 | exec 5>>config.log |
---|
3273 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
---|
3274 | # would make configure fail if this is the last instruction. |
---|
3275 | $ac_cs_success || { (exit 1); exit 1; } |
---|
3276 | fi |
---|
3277 | |
---|
3278 | # |
---|
3279 | # CONFIG_SUBDIRS section. |
---|
3280 | # |
---|
3281 | if test "$no_recursion" != yes; then |
---|
3282 | |
---|
3283 | # Remove --cache-file and --srcdir arguments so they do not pile up. |
---|
3284 | ac_sub_configure_args= |
---|
3285 | ac_prev= |
---|
3286 | for ac_arg in $ac_configure_args; do |
---|
3287 | if test -n "$ac_prev"; then |
---|
3288 | ac_prev= |
---|
3289 | continue |
---|
3290 | fi |
---|
3291 | case $ac_arg in |
---|
3292 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
---|
3293 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
---|
3294 | ac_prev=cache_file ;; |
---|
3295 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
---|
3296 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ |
---|
3297 | | --c=*) |
---|
3298 | ;; |
---|
3299 | --config-cache | -C) |
---|
3300 | ;; |
---|
3301 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
---|
3302 | ac_prev=srcdir ;; |
---|
3303 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
---|
3304 | ;; |
---|
3305 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
---|
3306 | ac_prev=prefix ;; |
---|
3307 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
---|
3308 | ;; |
---|
3309 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; |
---|
3310 | esac |
---|
3311 | done |
---|
3312 | |
---|
3313 | # Always prepend --prefix to ensure using the same prefix |
---|
3314 | # in subdir configurations. |
---|
3315 | ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" |
---|
3316 | |
---|
3317 | ac_popdir=`pwd` |
---|
3318 | for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue |
---|
3319 | |
---|
3320 | # Do not complain, so a configure script can configure whichever |
---|
3321 | # parts of a large source tree are present. |
---|
3322 | test -d $srcdir/$ac_dir || continue |
---|
3323 | |
---|
3324 | { echo "$as_me:$LINENO: configuring in $ac_dir" >&5 |
---|
3325 | echo "$as_me: configuring in $ac_dir" >&6;} |
---|
3326 | { if $as_mkdir_p; then |
---|
3327 | mkdir -p "$ac_dir" |
---|
3328 | else |
---|
3329 | as_dir="$ac_dir" |
---|
3330 | as_dirs= |
---|
3331 | while test ! -d "$as_dir"; do |
---|
3332 | as_dirs="$as_dir $as_dirs" |
---|
3333 | as_dir=`(dirname "$as_dir") 2>/dev/null || |
---|
3334 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
3335 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
---|
3336 | X"$as_dir" : 'X\(//\)$' \| \ |
---|
3337 | X"$as_dir" : 'X\(/\)' \| \ |
---|
3338 | . : '\(.\)' 2>/dev/null || |
---|
3339 | echo X"$as_dir" | |
---|
3340 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
---|
3341 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
---|
3342 | /^X\(\/\/\)$/{ s//\1/; q; } |
---|
3343 | /^X\(\/\).*/{ s//\1/; q; } |
---|
3344 | s/.*/./; q'` |
---|
3345 | done |
---|
3346 | test ! -n "$as_dirs" || mkdir $as_dirs |
---|
3347 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
---|
3348 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
---|
3349 | { (exit 1); exit 1; }; }; } |
---|
3350 | |
---|
3351 | ac_builddir=. |
---|
3352 | |
---|
3353 | if test "$ac_dir" != .; then |
---|
3354 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
---|
3355 | # A "../" for each directory in $ac_dir_suffix. |
---|
3356 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` |
---|
3357 | else |
---|
3358 | ac_dir_suffix= ac_top_builddir= |
---|
3359 | fi |
---|
3360 | |
---|
3361 | case $srcdir in |
---|
3362 | .) # No --srcdir option. We are building in place. |
---|
3363 | ac_srcdir=. |
---|
3364 | if test -z "$ac_top_builddir"; then |
---|
3365 | ac_top_srcdir=. |
---|
3366 | else |
---|
3367 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` |
---|
3368 | fi ;; |
---|
3369 | [\\/]* | ?:[\\/]* ) # Absolute path. |
---|
3370 | ac_srcdir=$srcdir$ac_dir_suffix; |
---|
3371 | ac_top_srcdir=$srcdir ;; |
---|
3372 | *) # Relative path. |
---|
3373 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
---|
3374 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
---|
3375 | esac |
---|
3376 | |
---|
3377 | # Do not use `cd foo && pwd` to compute absolute paths, because |
---|
3378 | # the directories may not exist. |
---|
3379 | case `pwd` in |
---|
3380 | .) ac_abs_builddir="$ac_dir";; |
---|
3381 | *) |
---|
3382 | case "$ac_dir" in |
---|
3383 | .) ac_abs_builddir=`pwd`;; |
---|
3384 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
---|
3385 | *) ac_abs_builddir=`pwd`/"$ac_dir";; |
---|
3386 | esac;; |
---|
3387 | esac |
---|
3388 | case $ac_abs_builddir in |
---|
3389 | .) ac_abs_top_builddir=${ac_top_builddir}.;; |
---|
3390 | *) |
---|
3391 | case ${ac_top_builddir}. in |
---|
3392 | .) ac_abs_top_builddir=$ac_abs_builddir;; |
---|
3393 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
---|
3394 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
---|
3395 | esac;; |
---|
3396 | esac |
---|
3397 | case $ac_abs_builddir in |
---|
3398 | .) ac_abs_srcdir=$ac_srcdir;; |
---|
3399 | *) |
---|
3400 | case $ac_srcdir in |
---|
3401 | .) ac_abs_srcdir=$ac_abs_builddir;; |
---|
3402 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
---|
3403 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
---|
3404 | esac;; |
---|
3405 | esac |
---|
3406 | case $ac_abs_builddir in |
---|
3407 | .) ac_abs_top_srcdir=$ac_top_srcdir;; |
---|
3408 | *) |
---|
3409 | case $ac_top_srcdir in |
---|
3410 | .) ac_abs_top_srcdir=$ac_abs_builddir;; |
---|
3411 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
---|
3412 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
---|
3413 | esac;; |
---|
3414 | esac |
---|
3415 | |
---|
3416 | |
---|
3417 | cd $ac_dir |
---|
3418 | |
---|
3419 | # Check for guested configure; otherwise get Cygnus style configure. |
---|
3420 | if test -f $ac_srcdir/configure.gnu; then |
---|
3421 | ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'" |
---|
3422 | elif test -f $ac_srcdir/configure; then |
---|
3423 | ac_sub_configure="$SHELL '$ac_srcdir/configure'" |
---|
3424 | elif test -f $ac_srcdir/configure.in; then |
---|
3425 | ac_sub_configure=$ac_configure |
---|
3426 | else |
---|
3427 | { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 |
---|
3428 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} |
---|
3429 | ac_sub_configure= |
---|
3430 | fi |
---|
3431 | |
---|
3432 | # The recursion is here. |
---|
3433 | if test -n "$ac_sub_configure"; then |
---|
3434 | # Make the cache file name correct relative to the subdirectory. |
---|
3435 | case $cache_file in |
---|
3436 | [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; |
---|
3437 | *) # Relative path. |
---|
3438 | ac_sub_cache_file=$ac_top_builddir$cache_file ;; |
---|
3439 | esac |
---|
3440 | |
---|
3441 | { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 |
---|
3442 | echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} |
---|
3443 | # The eval makes quoting arguments work. |
---|
3444 | eval $ac_sub_configure $ac_sub_configure_args \ |
---|
3445 | --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir || |
---|
3446 | { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 |
---|
3447 | echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} |
---|
3448 | { (exit 1); exit 1; }; } |
---|
3449 | fi |
---|
3450 | |
---|
3451 | cd $ac_popdir |
---|
3452 | done |
---|
3453 | fi |
---|
3454 | |
---|
3455 | |
---|
3456 | # ...and tell the user, that the configuration finished |
---|
3457 | { echo "$as_me:$LINENO: Cbc main configuration successful" >&5 |
---|
3458 | echo "$as_me: Cbc main configuration successful" >&6;} |
---|