| 426 |
PACKAGE_BUGREPORT= |
PACKAGE_BUGREPORT= |
| 427 |
|
|
| 428 |
ac_unique_file="dftables.c" |
ac_unique_file="dftables.c" |
| 429 |
|
ac_unique_file="pcre.h" |
| 430 |
# Factoring default headers for most tests. |
# Factoring default headers for most tests. |
| 431 |
ac_includes_default="\ |
ac_includes_default="\ |
| 432 |
#include <stdio.h> |
#include <stdio.h> |
| 1503 |
|
|
| 1504 |
|
|
| 1505 |
|
|
| 1506 |
|
|
| 1507 |
ac_config_headers="$ac_config_headers config.h" |
ac_config_headers="$ac_config_headers config.h" |
| 1508 |
|
|
| 1509 |
|
|
| 1516 |
PCRE_CPPLIB_VERSION=0:0:0 |
PCRE_CPPLIB_VERSION=0:0:0 |
| 1517 |
|
|
| 1518 |
|
|
| 1519 |
PCRE_MAJOR=`grep '#define PCRE_MAJOR' ./pcre.h | cut -c 29-` |
PCRE_MAJOR=`grep '#define PCRE_MAJOR' ${srcdir}/pcre.h | cut -c 29-` |
| 1520 |
PCRE_MINOR=`grep '#define PCRE_MINOR' ./pcre.h | cut -c 29-` |
PCRE_MINOR=`grep '#define PCRE_MINOR' ${srcdir}/pcre.h | cut -c 29-` |
| 1521 |
PCRE_PRERELEASE=`grep '#define PCRE_PRERELEASE' ./pcre.h | cut -c 29-` |
PCRE_PRERELEASE=`grep '#define PCRE_PRERELEASE' ${srcdir}/pcre.h | cut -c 29-` |
| 1522 |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR}${PCRE_PRERELEASE} |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR}${PCRE_PRERELEASE} |
| 1523 |
|
|
| 1524 |
|
|
| 3546 |
;; |
;; |
| 3547 |
*-*-irix6*) |
*-*-irix6*) |
| 3548 |
# Find out which ABI we are using. |
# Find out which ABI we are using. |
| 3549 |
echo '#line 3547 "configure"' > conftest.$ac_ext |
echo '#line 3549 "configure"' > conftest.$ac_ext |
| 3550 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3551 |
(eval $ac_compile) 2>&5 |
(eval $ac_compile) 2>&5 |
| 3552 |
ac_status=$? |
ac_status=$? |
| 4923 |
|
|
| 4924 |
|
|
| 4925 |
# Provide some information about the compiler. |
# Provide some information about the compiler. |
| 4926 |
echo "$as_me:4924:" \ |
echo "$as_me:4926:" \ |
| 4927 |
"checking for Fortran 77 compiler version" >&5 |
"checking for Fortran 77 compiler version" >&5 |
| 4928 |
ac_compiler=`set X $ac_compile; echo $2` |
ac_compiler=`set X $ac_compile; echo $2` |
| 4929 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
| 6047 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 6048 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 6049 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 6050 |
(eval echo "\"\$as_me:6048: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6050: $lt_compile\"" >&5) |
| 6051 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 6052 |
ac_status=$? |
ac_status=$? |
| 6053 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 6054 |
echo "$as_me:6052: \$? = $ac_status" >&5 |
echo "$as_me:6054: \$? = $ac_status" >&5 |
| 6055 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 6056 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 6057 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 6315 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 6316 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 6317 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 6318 |
(eval echo "\"\$as_me:6316: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6318: $lt_compile\"" >&5) |
| 6319 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 6320 |
ac_status=$? |
ac_status=$? |
| 6321 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 6322 |
echo "$as_me:6320: \$? = $ac_status" >&5 |
echo "$as_me:6322: \$? = $ac_status" >&5 |
| 6323 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 6324 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 6325 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 6419 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 6420 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 6421 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 6422 |
(eval echo "\"\$as_me:6420: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:6422: $lt_compile\"" >&5) |
| 6423 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 6424 |
ac_status=$? |
ac_status=$? |
| 6425 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 6426 |
echo "$as_me:6424: \$? = $ac_status" >&5 |
echo "$as_me:6426: \$? = $ac_status" >&5 |
| 6427 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 6428 |
then |
then |
| 6429 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 8801 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 8802 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
| 8803 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
| 8804 |
#line 8802 "configure" |
#line 8804 "configure" |
| 8805 |
#include "confdefs.h" |
#include "confdefs.h" |
| 8806 |
|
|
| 8807 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
| 8901 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 8902 |
lt_status=$lt_dlunknown |
lt_status=$lt_dlunknown |
| 8903 |
cat > conftest.$ac_ext <<EOF |
cat > conftest.$ac_ext <<EOF |
| 8904 |
#line 8902 "configure" |
#line 8904 "configure" |
| 8905 |
#include "confdefs.h" |
#include "confdefs.h" |
| 8906 |
|
|
| 8907 |
#if HAVE_DLFCN_H |
#if HAVE_DLFCN_H |
| 11241 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 11242 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 11243 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 11244 |
(eval echo "\"\$as_me:11242: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11244: $lt_compile\"" >&5) |
| 11245 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 11246 |
ac_status=$? |
ac_status=$? |
| 11247 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 11248 |
echo "$as_me:11246: \$? = $ac_status" >&5 |
echo "$as_me:11248: \$? = $ac_status" >&5 |
| 11249 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 11250 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 11251 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 11345 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 11346 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 11347 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 11348 |
(eval echo "\"\$as_me:11346: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:11348: $lt_compile\"" >&5) |
| 11349 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 11350 |
ac_status=$? |
ac_status=$? |
| 11351 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 11352 |
echo "$as_me:11350: \$? = $ac_status" >&5 |
echo "$as_me:11352: \$? = $ac_status" >&5 |
| 11353 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 11354 |
then |
then |
| 11355 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 12952 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 12953 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 12954 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 12955 |
(eval echo "\"\$as_me:12953: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:12955: $lt_compile\"" >&5) |
| 12956 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 12957 |
ac_status=$? |
ac_status=$? |
| 12958 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 12959 |
echo "$as_me:12957: \$? = $ac_status" >&5 |
echo "$as_me:12959: \$? = $ac_status" >&5 |
| 12960 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 12961 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 12962 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 13056 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 13057 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 13058 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 13059 |
(eval echo "\"\$as_me:13057: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:13059: $lt_compile\"" >&5) |
| 13060 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 13061 |
ac_status=$? |
ac_status=$? |
| 13062 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 13063 |
echo "$as_me:13061: \$? = $ac_status" >&5 |
echo "$as_me:13063: \$? = $ac_status" >&5 |
| 13064 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 13065 |
then |
then |
| 13066 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 15296 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 15297 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 15298 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 15299 |
(eval echo "\"\$as_me:15297: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15299: $lt_compile\"" >&5) |
| 15300 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 15301 |
ac_status=$? |
ac_status=$? |
| 15302 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 15303 |
echo "$as_me:15301: \$? = $ac_status" >&5 |
echo "$as_me:15303: \$? = $ac_status" >&5 |
| 15304 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 15305 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 15306 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 15564 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 15565 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 15566 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 15567 |
(eval echo "\"\$as_me:15565: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15567: $lt_compile\"" >&5) |
| 15568 |
(eval "$lt_compile" 2>conftest.err) |
(eval "$lt_compile" 2>conftest.err) |
| 15569 |
ac_status=$? |
ac_status=$? |
| 15570 |
cat conftest.err >&5 |
cat conftest.err >&5 |
| 15571 |
echo "$as_me:15569: \$? = $ac_status" >&5 |
echo "$as_me:15571: \$? = $ac_status" >&5 |
| 15572 |
if (exit $ac_status) && test -s "$ac_outfile"; then |
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 15573 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |
| 15574 |
# So say no if there are warnings other than the usual output. |
# So say no if there are warnings other than the usual output. |
| 15668 |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 15669 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 15670 |
-e 's:$: $lt_compiler_flag:'` |
-e 's:$: $lt_compiler_flag:'` |
| 15671 |
(eval echo "\"\$as_me:15669: $lt_compile\"" >&5) |
(eval echo "\"\$as_me:15671: $lt_compile\"" >&5) |
| 15672 |
(eval "$lt_compile" 2>out/conftest.err) |
(eval "$lt_compile" 2>out/conftest.err) |
| 15673 |
ac_status=$? |
ac_status=$? |
| 15674 |
cat out/conftest.err >&5 |
cat out/conftest.err >&5 |
| 15675 |
echo "$as_me:15673: \$? = $ac_status" >&5 |
echo "$as_me:15675: \$? = $ac_status" >&5 |
| 15676 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 15677 |
then |
then |
| 15678 |
# The compiler can only warn and ignore the option if not recognized |
# The compiler can only warn and ignore the option if not recognized |