Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
21cd22b1
Commit
21cd22b1
authored
Aug 22, 2003
by
Götz Lindenmaier
Browse files
added types none and unknown for analyses
[r1755]
parent
e1b25da9
Changes
7
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
21cd22b1
* 22.8.2003 Goetz
Firm const nodes should have a type.
In jack all nodes are typed now, except the Const nodes. Only const from
tarval is typed.
* 14.8.2003 Goetz
Diverse dynamische arrays haben ein erstes, unverwendetes element. Z.B.
class members. Entfernen um Speicher zu sparen.
...
...
configure
View file @
21cd22b1
#! /bin/sh
# From configure.in Id: configure.in.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.5
3
for libfirm 0.3.0.
# Generated by GNU Autoconf 2.5
6
for libfirm 0.3.0.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
;
then
as_expr
=
expr
else
as_expr
=
false
fi
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
...
...
@@ -23,11 +15,13 @@ fi
if
test
-n
"
${
ZSH_VERSION
+set
}
"
&&
(
emulate sh
)
>
/dev/null 2>&1
;
then
emulate sh
NULLCMD
=
:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias
-g
'${1+"$@"}'
=
'"$@"'
elif
test
-n
"
${
BASH_VERSION
+set
}
"
&&
(
set
-o
posix
)
>
/dev/null 2>&1
;
then
set
-o
posix
fi
# NLS nuisances.
# Support unset when possible.
if
(
FOO
=
FOO
;
unset
FOO
)
>
/dev/null 2>&1
;
then
as_unset
=
unset
...
...
@@ -35,34 +29,42 @@ else
as_unset
=
false
fi
(
set
+x
;
test
-n
"
`
(
LANG
=
C
;
export
LANG
)
2>&1
`
"
)
&&
{
$as_unset
LANG
||
test
"
${
LANG
+set
}
"
!=
set
;
}
||
{
LANG
=
C
;
export
LANG
;
}
(
set
+x
;
test
-n
"
`
(
LC_ALL
=
C
;
export
LC_ALL
)
2>&1
`
"
)
&&
{
$as_unset
LC_ALL
||
test
"
${
LC_ALL
+set
}
"
!=
set
;
}
||
{
LC_ALL
=
C
;
export
LC_ALL
;
}
(
set
+x
;
test
-n
"
`
(
LC_TIME
=
C
;
export
LC_TIME
)
2>&1
`
"
)
&&
{
$as_unset
LC_TIME
||
test
"
${
LC_TIME
+set
}
"
!=
set
;
}
||
{
LC_TIME
=
C
;
export
LC_TIME
;
}
(
set
+x
;
test
-n
"
`
(
LC_CTYPE
=
C
;
export
LC_CTYPE
)
2>&1
`
"
)
&&
{
$as_unset
LC_CTYPE
||
test
"
${
LC_CTYPE
+set
}
"
!=
set
;
}
||
{
LC_CTYPE
=
C
;
export
LC_CTYPE
;
}
(
set
+x
;
test
-n
"
`
(
LANGUAGE
=
C
;
export
LANGUAGE
)
2>&1
`
"
)
&&
{
$as_unset
LANGUAGE
||
test
"
${
LANGUAGE
+set
}
"
!=
set
;
}
||
{
LANGUAGE
=
C
;
export
LANGUAGE
;
}
(
set
+x
;
test
-n
"
`
(
LC_COLLATE
=
C
;
export
LC_COLLATE
)
2>&1
`
"
)
&&
{
$as_unset
LC_COLLATE
||
test
"
${
LC_COLLATE
+set
}
"
!=
set
;
}
||
{
LC_COLLATE
=
C
;
export
LC_COLLATE
;
}
(
set
+x
;
test
-n
"
`
(
LC_NUMERIC
=
C
;
export
LC_NUMERIC
)
2>&1
`
"
)
&&
{
$as_unset
LC_NUMERIC
||
test
"
${
LC_NUMERIC
+set
}
"
!=
set
;
}
||
{
LC_NUMERIC
=
C
;
export
LC_NUMERIC
;
}
(
set
+x
;
test
-n
"
`
(
LC_MESSAGES
=
C
;
export
LC_MESSAGES
)
2>&1
`
"
)
&&
{
$as_unset
LC_MESSAGES
||
test
"
${
LC_MESSAGES
+set
}
"
!=
set
;
}
||
{
LC_MESSAGES
=
C
;
export
LC_MESSAGES
;
}
# Work around bugs in pre-3.0 UWIN ksh.
$as_unset
ENV MAIL MAILPATH
PS1
=
'$ '
PS2
=
'> '
PS4
=
'+ '
# NLS nuisances.
for
as_var
in
\
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION
\
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER
\
LC_TELEPHONE LC_TIME
do
if
(
set
+x
;
test
-n
"
`
(
eval
$as_var
=
C
;
export
$as_var
)
2>&1
`
"
)
;
then
eval
$as_var
=
C
;
export
$as_var
else
$as_unset
$as_var
fi
done
# Required to use basename.
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
;
then
as_expr
=
expr
else
as_expr
=
false
fi
if
(
basename
/
)
>
/dev/null 2>&1
&&
test
"X
`
basename
/ 2>&1
`
"
=
"X/"
;
then
as_basename
=
basename
else
as_basename
=
false
fi
# Name of the executable.
as_me
=
`
(
basename
"
$0
"
)
2>/dev/null
||
as_me
=
`
$as_
basename
"
$0
"
||
$as_expr
X/
"
$0
"
:
'.*/\([^/][^/]*\)/*$'
\|
\
X
"
$0
"
:
'X\(//\)$'
\|
\
X
"
$0
"
:
'X\(/\)$'
\|
\
...
...
@@ -73,6 +75,7 @@ echo X/"$0" |
/^X\/\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
# PATH needs CR, and LINENO needs CR and PATH.
# Avoid depending upon Character Ranges.
as_cr_letters
=
'abcdefghijklmnopqrstuvwxyz'
...
...
@@ -83,15 +86,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
# The user is always right.
if
test
"
${
PATH_SEPARATOR
+set
}
"
!=
set
;
then
echo
"#! /bin/sh"
>
conf
test
.sh
echo
"exit 0"
>>
conf
test
.sh
chmod
+x conf
test
.sh
if
(
PATH
=
"
.
;."
;
conf
test
.sh
)
>
/dev/null 2>&1
;
then
echo
"#! /bin/sh"
>
conf
$$
.sh
echo
"exit 0"
>>
conf
$$
.sh
chmod
+x conf
$$
.sh
if
(
PATH
=
"
/nonexistent
;."
;
conf
$$
.sh
)
>
/dev/null 2>&1
;
then
PATH_SEPARATOR
=
';'
else
PATH_SEPARATOR
=
:
fi
rm
-f
conf
test
.sh
rm
-f
conf
$$
.sh
fi
...
...
@@ -139,6 +142,8 @@ do
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x$as_lineno_3" = "x$as_lineno_2" '
)
2>/dev/null
;
then
$as_unset
BASH_ENV
||
test
"
${
BASH_ENV
+set
}
"
!=
set
||
{
BASH_ENV
=
;
export
BASH_ENV
;
}
$as_unset
ENV
||
test
"
${
ENV
+set
}
"
!=
set
||
{
ENV
=
;
export
ENV
;
}
CONFIG_SHELL
=
$as_dir
/
$as_base
export
CONFIG_SHELL
exec
"
$CONFIG_SHELL
"
"
$0
"
${
1
+
"
$@
"
}
...
...
@@ -211,6 +216,12 @@ else
fi
rm
-f
conf
$$
conf
$$
.exe conf
$$
.file
if
mkdir
-p
.
2>/dev/null
;
then
as_mkdir_p
=
:
else
as_mkdir_p
=
false
fi
as_executable_p
=
"test -f"
# Sed expression to map a string onto a valid CPP name.
...
...
@@ -227,7 +238,7 @@ as_nl='
IFS
=
"
$as_nl
"
# CDPATH.
$as_unset
CDPATH
||
test
"
${
CDPATH
+set
}
"
!=
set
||
{
CDPATH
=
$PATH_SEPARATOR
;
export
CDPATH
;
}
$as_unset
CDPATH
# Name of the host.
...
...
@@ -241,6 +252,7 @@ exec 6>&1
# Initializations.
#
ac_default_prefix
=
/usr/local
ac_config_libobj_dir
=
.
cross_compiling
=
no
subdirs
=
MFLAGS
=
...
...
@@ -296,6 +308,8 @@ ac_includes_default="\
# include <unistd.h>
#endif"
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 libfirm_conf_env enable_debug_libfirm enable_gcc_inline enable_profile_libfirm enable_auto_documentation enable_firm_jni disable_libiberty CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LD ac_ct_LD libfirm_cv_prog_ld_r AR TAR RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S DOXYGEN DOT JAVAC JAVAH CPP EGREP LIBOBJS LTLIBOBJS'
ac_subst_files
=
''
# Initialize some variables set by options.
ac_init_help
=
...
...
@@ -719,6 +733,9 @@ if test ! -r $srcdir/$ac_unique_file; then
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
(
cd
$srcdir
&&
test
-r
./
$ac_unique_file
)
2>/dev/null
||
{
echo
"
$as_me
: error: sources are in
$srcdir
, but
\`
cd
$srcdir
' does not work"
>
&2
{
(
exit
1
)
;
exit
1
;
}
;
}
srcdir
=
`
echo
"
$srcdir
"
|
sed
's%\([^\\/]\)[\\/]*$%\1%'
`
ac_env_build_alias_set
=
${
build_alias
+set
}
ac_env_build_alias_value
=
$build_alias
...
...
@@ -885,7 +902,7 @@ esac
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
# absolute.
ac_abs_builddir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_builddir
&&
pwd
`
ac_abs_top_builddir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_top_builddir
&&
pwd
`
ac_abs_top_builddir
=
`
cd
"
$ac_dir
"
&&
cd
$
{
ac_top_builddir
}
.
&&
pwd
`
ac_abs_srcdir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_srcdir
&&
pwd
`
ac_abs_top_srcdir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_top_srcdir
&&
pwd
`
...
...
@@ -912,7 +929,7 @@ test -n "$ac_init_help" && exit 0
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
libfirm configure 0.3.0
generated by GNU Autoconf 2.5
3
generated by GNU Autoconf 2.5
6
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
...
...
@@ -927,7 +944,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libfirm
$as_me
0.3.0, which was
generated by GNU Autoconf 2.5
3
. Invocation command line was
generated by GNU Autoconf 2.5
6
. Invocation command line was
$ $0
$@
...
...
@@ -979,27 +996,54 @@ _ACEOF
# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Strip out --silent because we don't want to record it for future runs.
# Also quote any args containing shell meta-characters.
# Make two passes to allow for proper duplicate-argument suppression.
ac_configure_args
=
ac_configure_args0
=
ac_configure_args1
=
ac_sep
=
for
ac_arg
ac_must_keep_next
=
false
for
ac_pass
in
1 2
do
case
$ac_arg
in
-no-create
|
--no-create
|
--no-creat
|
--no-crea
|
--no-cre
\
|
--no-cr
|
--no-c
|
-n
)
continue
;;
-no-recursion
|
--no-recursion
|
--no-recursio
|
--no-recursi
\
|
--no-recurs
|
--no-recur
|
--no-recu
|
--no-rec
|
--no-re
|
--no-r
)
continue
;;
*
" "
*
|
*
" "
*
|
*
[
\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\'
]
*
)
ac_arg
=
`
echo
"
$ac_arg
"
|
sed
"s/'/'
\\\\\\\\
''/g"
`
;;
esac
case
"
$ac_configure_args
"
in
*
" '
$ac_arg
' "
*
)
;;
# Avoid dups. Use of quotes ensures accuracy.
*
)
ac_configure_args
=
"
$ac_configure_args$ac_sep
'
$ac_arg
'"
ac_sep
=
" "
;;
esac
# Get rid of the leading space.
for
ac_arg
do
case
$ac_arg
in
-no-create
|
--no-c
*
|
-n
|
-no-recursion
|
--no-r
*
)
continue
;;
-q
|
-quiet
|
--quiet
|
--quie
|
--qui
|
--qu
|
--q
\
|
-silent
|
--silent
|
--silen
|
--sile
|
--sil
)
continue
;;
*
" "
*
|
*
" "
*
|
*
[
\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\'
]
*
)
ac_arg
=
`
echo
"
$ac_arg
"
|
sed
"s/'/'
\\\\\\\\
''/g"
`
;;
esac
case
$ac_pass
in
1
)
ac_configure_args0
=
"
$ac_configure_args0
'
$ac_arg
'"
;;
2
)
ac_configure_args1
=
"
$ac_configure_args1
'
$ac_arg
'"
if
test
$ac_must_keep_next
=
true
;
then
ac_must_keep_next
=
false
# Got value, back to normal.
else
case
$ac_arg
in
*
=
*
|
--config-cache
|
-C
|
-disable-
*
|
--disable-
*
\
|
-enable-
*
|
--enable-
*
|
-gas
|
--g
*
|
-nfp
|
--nf
*
\
|
-q
|
-quiet
|
--q
*
|
-silent
|
--sil
*
|
-v
|
-verb
*
\
|
-with-
*
|
--with-
*
|
-without-
*
|
--without-
*
|
--x
)
case
"
$ac_configure_args0
"
in
"
$ac_configure_args1
"
*
" '
$ac_arg
' "
*
)
continue
;;
esac
;;
-
*
)
ac_must_keep_next
=
true
;;
esac
fi
ac_configure_args
=
"
$ac_configure_args$ac_sep
'
$ac_arg
'"
# Get rid of the leading space.
ac_sep
=
" "
;;
esac
done
done
$as_unset
ac_configure_args0
||
test
"
${
ac_configure_args0
+set
}
"
!=
set
||
{
ac_configure_args0
=
;
export
ac_configure_args0
;
}
$as_unset
ac_configure_args1
||
test
"
${
ac_configure_args1
+set
}
"
!=
set
||
{
ac_configure_args1
=
;
export
ac_configure_args1
;
}
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log. We remove comments because anyway the quotes in there
...
...
@@ -1010,6 +1054,7 @@ trap 'exit_status=$?
# Save into config.log some information that might help in debugging.
{
echo
cat <<\_ASBOX
## ---------------- ##
## Cache variables. ##
...
...
@@ -1032,6 +1077,35 @@ _ASBOX
esac;
}
echo
cat <<\_ASBOX
## ----------------- ##
## Output variables. ##
## ----------------- ##
_ASBOX
echo
for ac_var in $ac_subst_vars
do
eval ac_val=$`echo $ac_var`
echo "$ac_var='
"'"
'$ac_val'
"'"
'"
done | sort
echo
if test -n "$ac_subst_files"; then
cat <<\_ASBOX
## ------------- ##
## Output files. ##
## ------------- ##
_ASBOX
echo
for ac_var in $ac_subst_files
do
eval ac_val=$`echo $ac_var`
echo "$ac_var='
"'"
'$ac_val'
"'"
'"
done | sort
echo
fi
if test -s confdefs.h; then
cat <<\_ASBOX
## ----------- ##
...
...
@@ -1039,7 +1113,7 @@ _ASBOX
## ----------- ##
_ASBOX
echo
sed "/^$/d" confdefs.h
sed "/^$/d" confdefs.h
| sort
echo
fi
test "$ac_signal" != 0 &&
...
...
@@ -1203,6 +1277,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_output_file
=
"Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile
\
...
...
@@ -1210,7 +1285,7 @@ ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile
ir/ana/Makefile ir/tr/Makefile ir/st/Makefile testprograms/Makefile
\
firmjni/Makefile firmjni/testprograms/Makefile libfirm.doxygen"
ac_config_headers
=
"
$ac_config_headers
config.h"
ac_config_headers
=
"
$ac_config_headers
config.h"
libfirm_conf_env
=
"
${
CC
+CC=
'$CC'
}
${
CFLAGS
+CFLAGS=
'$CFLAGS'
}
${
CPP
+CPP=
'$CPP'
}
${
CPPFLAGS
+CPPFLAGS=
'$CPPFLAGS'
}
${
LDFLAGS
+LDFLAGS=
'$LDFLAGS'
}
${
LIBS
+LIBS=
'$LIBS'
}
"
...
...
@@ -1517,9 +1592,7 @@ if test $ac_prog_rejected = yes; then
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
set
dummy
"
$as_dir
/
$ac_word
"
${
1
+
"
$@
"
}
shift
ac_cv_prog_CC
=
"
$@
"
ac_cv_prog_CC
=
"
$as_dir
/
$ac_word
${
1
+
' '
}
$@
"
fi
fi
fi
...
...
@@ -1624,8 +1697,10 @@ fi
fi
test
-z
"
$CC
"
&&
{
{
echo
"
$as_me
:
$LINENO
: error: no acceptable C compiler found in
\$
PATH"
>
&5
echo
"
$as_me
: error: no acceptable C compiler found in
\$
PATH"
>
&2
;
}
test
-z
"
$CC
"
&&
{
{
echo
"
$as_me
:
$LINENO
: error: no acceptable C compiler found in
\$
PATH
See
\`
config.log' for more details."
>
&5
echo
"
$as_me
: error: no acceptable C compiler found in
\$
PATH
See
\`
config.log' for more details."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
# Provide some information about the compiler.
...
...
@@ -1650,14 +1725,12 @@ ac_compiler=`set X $ac_compile; echo $2`
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
/* confdefs.h. */
_ACEOF
cat
confdefs.h
>>
conftest.
$ac_ext
cat
>>
conftest.
$ac_ext
<<
_ACEOF
/* end confdefs.h. */
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -1667,7 +1740,7 @@ main ()
}
_ACEOF
ac_clean_files_save
=
$ac_clean_files
ac_clean_files
=
"
$ac_clean_files
a.out a.exe"
ac_clean_files
=
"
$ac_clean_files
a.out a.exe
b.out
"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
...
...
@@ -1686,26 +1759,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
# Be careful to initialize this variable, since it used to be cached.
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
ac_cv_exeext
=
for
ac_file
in
`
ls
a_out.exe a.exe conftest.exe 2>/dev/null
;
ls
a.out conftest 2>/dev/null
;
ls
a.
*
conftest.
*
2>/dev/null
`
;
do
# b.out is created by i960 compilers.
for
ac_file
in
a_out.exe a.exe conftest.exe a.out conftest a.
*
conftest.
*
b.out
do
test
-f
"
$ac_file
"
||
continue
case
$ac_file
in
*
.
$ac_ext
|
*
.o
|
*
.obj
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
)
;;
a.out
)
# We found the default executable, but exeext='' is most
# certainly right.
break
;;
*
.
*
)
ac_cv_exeext
=
`
expr
"
$ac_file
"
:
'[^.]*\(\..*\)'
`
# FIXME: I believe we export ac_cv_exeext for Libtool --akim.
export
ac_cv_exeext
break
;;
*
)
break
;;
*
.
$ac_ext
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
|
*
.bb
|
*
.bbg
|
*
.o
|
*
.obj
)
;;
conftest.
$ac_ext
)
# This is the source file.
;;
[
ab].out
)
# We found the default executable, but exeext='' is most
# certainly right.
break
;;
*
.
*
)
ac_cv_exeext
=
`
expr
"
$ac_file
"
:
'[^.]*\(\..*\)'
`
# FIXME: I believe we export ac_cv_exeext for Libtool,
# but it would be cool to find out if it's true. Does anybody
# maintain Libtool? --akim.
export
ac_cv_exeext
break
;;
*
)
break
;;
esac
done
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: C compiler cannot create executables"
>
&5
echo
"
$as_me
: error: C compiler cannot create executables"
>
&2
;
}
sed
's/^/| /'
conftest.
$ac_ext
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: C compiler cannot create executables
See
\`
config.log' for more details."
>
&5
echo
"
$as_me
: error: C compiler cannot create executables
See
\`
config.log' for more details."
>
&2
;
}
{
(
exit
77
)
;
exit
77
;
}
;
}
fi
...
...
@@ -1732,9 +1818,11 @@ if test "$cross_compiling" != yes; then
cross_compiling
=
yes
else
{
{
echo
"
$as_me
:
$LINENO
: error: cannot run C compiled programs.
If you meant to cross compile, use
\`
--host'."
>
&5
If you meant to cross compile, use
\`
--host'.
See
\`
config.log' for more details."
>
&5
echo
"
$as_me
: error: cannot run C compiled programs.
If you meant to cross compile, use
\`
--host'."
>
&2
;
}
If you meant to cross compile, use
\`
--host'.
See
\`
config.log' for more details."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
...
...
@@ -1742,7 +1830,7 @@ fi
echo
"
$as_me
:
$LINENO
: result: yes"
>
&5
echo
"
${
ECHO_T
}
yes"
>
&6
rm
-f
a.out a.exe conftest
$ac_cv_exeext
rm
-f
a.out a.exe conftest
$ac_cv_exeext
b.out
ac_clean_files
=
$ac_clean_files_save
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
...
...
@@ -1762,9 +1850,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
for
ac_file
in
`
(
ls
conftest.exe
;
ls
conftest
;
ls
conftest.
*
)
2>/dev/null
`
;
do
for
ac_file
in
conftest.exe conftest conftest.
*
;
do
test
-f
"
$ac_file
"
||
continue
case
$ac_file
in
*
.
$ac_ext
|
*
.
o
|
*
.obj
|
*
.x
coff
|
*
.
tds
|
*
.
d
|
*
.
pdb
)
;;
*
.
$ac_ext
|
*
.
xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.x
SYM
|
*
.
bb
|
*
.
bbg
|
*
.
o
|
*
.obj
)
;;
*
.
*
)
ac_cv_exeext
=
`
expr
"
$ac_file
"
:
'[^.]*\(\..*\)'
`
export
ac_cv_exeext
break
;;
...
...
@@ -1772,8 +1861,10 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
esac
done
else
{
{
echo
"
$as_me
:
$LINENO
: error: cannot compute suffix of executables: cannot compile and link"
>
&5
echo
"
$as_me
: error: cannot compute suffix of executables: cannot compile and link"
>
&2
;
}
{
{
echo
"
$as_me
:
$LINENO
: error: cannot compute suffix of executables: cannot compile and link
See
\`
config.log' for more details."
>
&5
echo
"
$as_me
: error: cannot compute suffix of executables: cannot compile and link
See
\`
config.log' for more details."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
...
...
@@ -1791,14 +1882,12 @@ if test "${ac_cv_objext+set}" = set; then
else
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
/* confdefs.h. */
_ACEOF
cat
confdefs.h
>>
conftest.
$ac_ext
cat
>>
conftest.
$ac_ext
<<
_ACEOF
/* end confdefs.h. */
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -1815,16 +1904,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(
exit
$ac_status
)
;
}
;
then
for
ac_file
in
`
(
ls
conftest.o conftest.obj
;
ls
conftest.
*
)
2>/dev/null
`
;
do
case
$ac_file
in
*
.
$ac_ext
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
)
;;
*
.
$ac_ext
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
|
*
.bb
|
*
.bbg
)
;;
*
)
ac_cv_objext
=
`
expr
"
$ac_file
"
:
'.*\.\(.*\)'
`
break
;;
esac
done
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: cannot compute suffix of object files: cannot compile"
>
&5
echo
"
$as_me
: error: cannot compute suffix of object files: cannot compile"
>
&2
;
}
sed
's/^/| /'
conftest.
$ac_ext
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: cannot compute suffix of object files: cannot compile
See
\`
config.log' for more details."
>
&5
echo
"
$as_me
: error: cannot compute suffix of object files: cannot compile
See
\`
config.log' for more details."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
...
...
@@ -1841,14 +1933,12 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
else
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
/* confdefs.h. */
_ACEOF
cat
confdefs.h
>>
conftest.
$ac_ext
cat
>>
conftest.
$ac_ext
<<
_ACEOF
/* end confdefs.h. */
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -1875,7 +1965,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_compiler_gnu
=
yes
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_compiler_gnu
=
no
fi
rm
-f
conftest.
$ac_objext
conftest.
$ac_ext
...
...
@@ -1895,14 +1986,12 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
else
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
/* confdefs.h. */
_ACEOF
cat
confdefs.h
>>
conftest.
$ac_ext
cat
>>
conftest.
$ac_ext
<<
_ACEOF
/* end confdefs.h. */
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -1926,7 +2015,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_cv_prog_cc_g
=
yes
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
sed
's/^/| /'
conftest.
$ac_ext
>
&5
ac_cv_prog_cc_g
=
no
fi
rm
-f
conftest.
$ac_objext
conftest.
$ac_ext
...
...
@@ -1948,6 +2038,102 @@ else
CFLAGS
=
fi
fi
echo
"
$as_me
:
$LINENO
: checking for
$CC
option to accept ANSI C"
>
&5
echo
$ECHO_N
"checking for
$CC
option to accept ANSI C...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_prog_cc_stdc
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
ac_cv_prog_cc_stdc
=
no
ac_save_CC
=
$CC
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
/* confdefs.h. */
_ACEOF
cat
confdefs.h
>>
conftest.
$ac_ext
cat
>>
conftest.
$ac_ext
<<
_ACEOF
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;