Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3c809ba4
Commit
3c809ba4
authored
Sep 03, 2000
by
Anthony Green
Committed by
Anthony Green
Sep 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure changes required for zlib.
From-SVN: r36122
parent
e093c992
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
280 additions
and
238 deletions
+280
-238
ChangeLog
+7
-0
Makefile.in
+4
-2
configure.in
+1
-1
gcc/configure
+251
-233
gcc/configure.in
+11
-0
gcc/java/Makefile.in
+6
-2
No files found.
ChangeLog
View file @
3c809ba4
2000-09-02 Anthony Green <green@cygnus.com>
* Makefile.in (all-gcc): Depend on all-zlib.
(CLEAN_MODULES): Add clean-zlib.
(ALL_MODULES): Add all-zlib.
* configure.in (host_libs): Add zlib.
2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
...
...
Makefile.in
View file @
3c809ba4
...
@@ -527,6 +527,7 @@ ALL_MODULES = \
...
@@ -527,6 +527,7 @@ ALL_MODULES = \
all-uudecode
\
all-uudecode
\
all-wdiff
\
all-wdiff
\
all-zip
\
all-zip
\
all-zlib
\
$(EXTRA_TARGET_HOST_ALL_MODULES)
$(EXTRA_TARGET_HOST_ALL_MODULES)
# This is a list of the check targets for all of the modules which are
# This is a list of the check targets for all of the modules which are
...
@@ -874,7 +875,8 @@ CLEAN_MODULES = \
...
@@ -874,7 +875,8 @@ CLEAN_MODULES = \
clean-time
\
clean-time
\
clean-uudecode
\
clean-uudecode
\
clean-wdiff
\
clean-wdiff
\
clean-zip
clean-zip
\
clean-zlib
# All of the target modules that can be cleaned
# All of the target modules that can be cleaned
CLEAN_TARGET_MODULES
=
\
CLEAN_TARGET_MODULES
=
\
...
@@ -1563,7 +1565,7 @@ all-gas: all-libiberty all-opcodes all-bfd all-intl
...
@@ -1563,7 +1565,7 @@ all-gas: all-libiberty all-opcodes all-bfd all-intl
all-gash
:
all-tcl
all-gash
:
all-tcl
all-gawk
:
all-gawk
:
ALL_GCC
=
all-gcc
ALL_GCC
=
all-gcc
all-gcc
:
all-bison all-byacc all-binutils all-gas all-ld
all-gcc
:
all-bison all-byacc all-binutils all-gas all-ld
all-zlib
all-bootstrap
:
all-libiberty all-bison all-byacc all-binutils all-gas all-ld
all-bootstrap
:
all-libiberty all-bison all-byacc all-binutils all-gas all-ld
GDB_TK
=
all-tk all-tcl all-itcl all-tix all-libgui
GDB_TK
=
all-tk all-tcl all-itcl all-tix all-libgui
all-gdb
:
all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
all-gdb
:
all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
...
...
configure.in
View file @
3c809ba4
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
# these libraries are used by various programs built for the host environment
# these libraries are used by various programs built for the host environment
#
#
host_libs
=
"intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui"
host_libs
=
"intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui
zlib
"
if
[
"
${
enable_gdbgui
}
"
=
"yes"
]
;
then
if
[
"
${
enable_gdbgui
}
"
=
"yes"
]
;
then
host_libs
=
"
${
host_libs
}
libgui"
host_libs
=
"
${
host_libs
}
libgui"
...
...
gcc/configure
View file @
3c809ba4
...
@@ -73,6 +73,8 @@ ac_help="$ac_help
...
@@ -73,6 +73,8 @@ ac_help="$ac_help
--with-gc={simple,page} Choose the garbage collection mechanism to use
--with-gc={simple,page} Choose the garbage collection mechanism to use
with the compiler."
with the compiler."
ac_help
=
"
$ac_help
ac_help
=
"
$ac_help
--with-system-zlib use installed libz"
ac_help
=
"
$ac_help
--enable-new-gxx-abi
--enable-new-gxx-abi
select the new abi for g++. You must select an ABI
select the new abi for g++. You must select an ABI
at configuration time, so that the correct runtime
at configuration time, so that the correct runtime
...
@@ -609,7 +611,7 @@ copy=cp
...
@@ -609,7 +611,7 @@ copy=cp
# - two terminals occur directly after each other
# - two terminals occur directly after each other
# - the path contains an element with a dot in it
# - the path contains an element with a dot in it
echo
$ac_n
"checking LIBRARY_PATH variable""...
$ac_c
"
1>&6
echo
$ac_n
"checking LIBRARY_PATH variable""...
$ac_c
"
1>&6
echo
"configure:61
3
: checking LIBRARY_PATH variable"
>
&5
echo
"configure:61
5
: checking LIBRARY_PATH variable"
>
&5
case
${
LIBRARY_PATH
}
in
case
${
LIBRARY_PATH
}
in
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
library_path_setting
=
"contains current directory"
library_path_setting
=
"contains current directory"
...
@@ -634,7 +636,7 @@ fi
...
@@ -634,7 +636,7 @@ fi
# - two terminals occur directly after each other
# - two terminals occur directly after each other
# - the path contains an element with a dot in it
# - the path contains an element with a dot in it
echo
$ac_n
"checking GCC_EXEC_PREFIX variable""...
$ac_c
"
1>&6
echo
$ac_n
"checking GCC_EXEC_PREFIX variable""...
$ac_c
"
1>&6
echo
"configure:6
38
: checking GCC_EXEC_PREFIX variable"
>
&5
echo
"configure:6
40
: checking GCC_EXEC_PREFIX variable"
>
&5
case
${
GCC_EXEC_PREFIX
}
in
case
${
GCC_EXEC_PREFIX
}
in
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
gcc_exec_prefix_setting
=
"contains current directory"
gcc_exec_prefix_setting
=
"contains current directory"
...
@@ -992,7 +994,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
...
@@ -992,7 +994,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
fi
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
"configure:99
6
: checking host system type"
>
&5
echo
"configure:99
8
: checking host system type"
>
&5
host_alias
=
$host
host_alias
=
$host
case
"
$host_alias
"
in
case
"
$host_alias
"
in
...
@@ -1013,7 +1015,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -1013,7 +1015,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
echo
"
$ac_t
""
$host
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
"configure:101
7
: checking target system type"
>
&5
echo
"configure:101
9
: checking target system type"
>
&5
target_alias
=
$target
target_alias
=
$target
case
"
$target_alias
"
in
case
"
$target_alias
"
in
...
@@ -1031,7 +1033,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -1031,7 +1033,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$target
"
1>&6
echo
"
$ac_t
""
$target
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
"configure:103
5
: checking build system type"
>
&5
echo
"configure:103
7
: checking build system type"
>
&5
build_alias
=
$build
build_alias
=
$build
case
"
$build_alias
"
in
case
"
$build_alias
"
in
...
@@ -1058,7 +1060,7 @@ test "$host_alias" != "$target_alias" &&
...
@@ -1058,7 +1060,7 @@ test "$host_alias" != "$target_alias" &&
# Extract the first word of "gcc", so it can be a program name with args.
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:106
2
: checking for
$ac_word
"
>
&5
echo
"configure:106
4
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1088,7 +1090,7 @@ if test -z "$CC"; then
...
@@ -1088,7 +1090,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
# Extract the first word of "cc", so it can be a program name with args.
set
dummy cc
;
ac_word
=
$2
set
dummy cc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:109
2
: checking for
$ac_word
"
>
&5
echo
"configure:109
4
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1139,7 +1141,7 @@ fi
...
@@ -1139,7 +1141,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
# Extract the first word of "cl", so it can be a program name with args.
set
dummy cl
;
ac_word
=
$2
set
dummy cl
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:114
3
: checking for
$ac_word
"
>
&5
echo
"configure:114
5
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1171,7 +1173,7 @@ fi
...
@@ -1171,7 +1173,7 @@ fi
fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
"configure:117
5
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
echo
"configure:117
7
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
ac_ext
=
c
ac_ext
=
c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
...
@@ -1182,12 +1184,12 @@ cross_compiling=$ac_cv_prog_cc_cross
...
@@ -1182,12 +1184,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 118
6
"configure"
#line 118
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
main(){return(0);}
main(){return(0);}
EOF
EOF
if
{
(
eval echo
configure:119
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:119
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
ac_cv_prog_cc_works
=
yes
ac_cv_prog_cc_works
=
yes
# If we can't run a trivial program, we are probably using a cross compiler.
# If we can't run a trivial program, we are probably using a cross compiler.
if
(
./conftest
;
exit
)
2>/dev/null
;
then
if
(
./conftest
;
exit
)
2>/dev/null
;
then
...
@@ -1213,12 +1215,12 @@ if test $ac_cv_prog_cc_works = no; then
...
@@ -1213,12 +1215,12 @@ if test $ac_cv_prog_cc_works = no; then
{
echo
"configure: error: installation or configuration problem: C compiler cannot create executables."
1>&2
;
exit
1
;
}
{
echo
"configure: error: installation or configuration problem: C compiler cannot create executables."
1>&2
;
exit
1
;
}
fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo
"configure:121
7
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"configure:121
9
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"
$ac_t
""
$ac_cv_prog_cc_cross
"
1>&6
echo
"
$ac_t
""
$ac_cv_prog_cc_cross
"
1>&6
cross_compiling
=
$ac_cv_prog_cc_cross
cross_compiling
=
$ac_cv_prog_cc_cross
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
"configure:122
2
: checking whether we are using GNU C"
>
&5
echo
"configure:122
4
: checking whether we are using GNU C"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1227,7 +1229,7 @@ else
...
@@ -1227,7 +1229,7 @@ else
yes;
yes;
#endif
#endif
EOF
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:123
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:123
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
ac_cv_prog_gcc
=
yes
ac_cv_prog_gcc
=
yes
else
else
ac_cv_prog_gcc
=
no
ac_cv_prog_gcc
=
no
...
@@ -1246,7 +1248,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
...
@@ -1246,7 +1248,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS
=
"
$CFLAGS
"
ac_save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
CFLAGS
=
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo
"configure:125
0
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
echo
"configure:125
2
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1279,10 +1281,10 @@ fi
...
@@ -1279,10 +1281,10 @@ fi
if
test
"x
$CC
"
!=
xcc
;
then
if
test
"x
$CC
"
!=
xcc
;
then
echo
$ac_n
"checking whether
$CC
and cc understand -c and -o together""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
$CC
and cc understand -c and -o together""...
$ac_c
"
1>&6
echo
"configure:128
3
: checking whether
$CC
and cc understand -c and -o together"
>
&5
echo
"configure:128
5
: checking whether
$CC
and cc understand -c and -o together"
>
&5
else
else
echo
$ac_n
"checking whether cc understands -c and -o together""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether cc understands -c and -o together""...
$ac_c
"
1>&6
echo
"configure:128
6
: checking whether cc understands -c and -o together"
>
&5
echo
"configure:128
8
: checking whether cc understands -c and -o together"
>
&5
fi
fi
set
dummy
$CC
;
ac_cc
=
"
`
echo
$2
|
set
dummy
$CC
;
ac_cc
=
"
`
echo
$2
|
sed
-e
's/[^a-zA-Z0-9_]/_/g'
-e
's/^[0-9]/_/'
`
"
sed
-e
's/[^a-zA-Z0-9_]/_/g'
-e
's/^[0-9]/_/'
`
"
...
@@ -1294,16 +1296,16 @@ else
...
@@ -1294,16 +1296,16 @@ else
# We do the test twice because some compilers refuse to overwrite an
# We do the test twice because some compilers refuse to overwrite an
# existing .o file with -o, though they will create one.
# existing .o file with -o, though they will create one.
ac_try
=
'${CC-cc} -c conftest.c -o conftest.o 1>&5'
ac_try
=
'${CC-cc} -c conftest.c -o conftest.o 1>&5'
if
{
(
eval echo
configure:1
298
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
if
{
(
eval echo
configure:1
300
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
test
-f
conftest.o
&&
{
(
eval echo
configure:1
299
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
test
-f
conftest.o
&&
{
(
eval echo
configure:1
301
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
then
then
eval
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
yes
eval
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
yes
if
test
"x
$CC
"
!=
xcc
;
then
if
test
"x
$CC
"
!=
xcc
;
then
# Test first that cc exists at all.
# Test first that cc exists at all.
if
{
ac_try
=
'cc -c conftest.c 1>&5'
;
{
(
eval echo
configure:130
4
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
;
then
if
{
ac_try
=
'cc -c conftest.c 1>&5'
;
{
(
eval echo
configure:130
6
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
;
then
ac_try
=
'cc -c conftest.c -o conftest.o 1>&5'
ac_try
=
'cc -c conftest.c -o conftest.o 1>&5'
if
{
(
eval echo
configure:130
6
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
if
{
(
eval echo
configure:130
8
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
test
-f
conftest.o
&&
{
(
eval echo
configure:130
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
test
-f
conftest.o
&&
{
(
eval echo
configure:130
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
then
then
# cc works too.
# cc works too.
:
:
...
@@ -1335,7 +1337,7 @@ fi
...
@@ -1335,7 +1337,7 @@ fi
echo
$ac_n
"checking for long double""...
$ac_c
"
1>&6
echo
$ac_n
"checking for long double""...
$ac_c
"
1>&6
echo
"configure:13
39
: checking for long double"
>
&5
echo
"configure:13
41
: checking for long double"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_long_double
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_long_double
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1343,7 +1345,7 @@ else
...
@@ -1343,7 +1345,7 @@ else
gcc_cv_c_long_double
=
yes
gcc_cv_c_long_double
=
yes
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 134
7
"configure"
#line 134
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
...
@@ -1353,7 +1355,7 @@ long double foo = 0.0;
...
@@ -1353,7 +1355,7 @@ long double foo = 0.0;
switch (0) case 0: case (sizeof(long double) >= sizeof(double)):;
switch (0) case 0: case (sizeof(long double) >= sizeof(double)):;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:135
7
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:135
9
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_c_long_double
=
yes
gcc_cv_c_long_double
=
yes
else
else
...
@@ -1376,21 +1378,21 @@ fi
...
@@ -1376,21 +1378,21 @@ fi
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -Wno-long-long""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -Wno-long-long""...
$ac_c
"
1>&6
echo
"configure:138
0
: checking whether
${
CC
-cc
}
accepts -Wno-long-long"
>
&5
echo
"configure:138
2
: checking whether
${
CC
-cc
}
accepts -Wno-long-long"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_no_long_long
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_no_long_long
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
save_CFLAGS
=
"
$CFLAGS
"
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"-Wno-long-long"
CFLAGS
=
"-Wno-long-long"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 138
7
"configure"
#line 138
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:139
4
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:139
6
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_prog_cc_no_long_long
=
yes
ac_cv_prog_cc_no_long_long
=
yes
else
else
...
@@ -1434,7 +1436,7 @@ esac
...
@@ -1434,7 +1436,7 @@ esac
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
"configure:14
38
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
echo
"configure:14
40
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1462,7 +1464,7 @@ fi
...
@@ -1462,7 +1464,7 @@ fi
echo
$ac_n
"checking whether a default assembler was specified""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether a default assembler was specified""...
$ac_c
"
1>&6
echo
"configure:146
6
: checking whether a default assembler was specified"
>
&5
echo
"configure:146
8
: checking whether a default assembler was specified"
>
&5
if
test
x
"
${
DEFAULT_ASSEMBLER
+set
}
"
=
x
"set"
;
then
if
test
x
"
${
DEFAULT_ASSEMBLER
+set
}
"
=
x
"set"
;
then
if
test
x
"
$gas_flag
"
=
x
"no"
;
then
if
test
x
"
$gas_flag
"
=
x
"no"
;
then
echo
"
$ac_t
""yes (
$DEFAULT_ASSEMBLER
)"
1>&6
echo
"
$ac_t
""yes (
$DEFAULT_ASSEMBLER
)"
1>&6
...
@@ -1474,7 +1476,7 @@ else
...
@@ -1474,7 +1476,7 @@ else
fi
fi
echo
$ac_n
"checking whether a default linker was specified""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether a default linker was specified""...
$ac_c
"
1>&6
echo
"configure:14
78
: checking whether a default linker was specified"
>
&5
echo
"configure:14
80
: checking whether a default linker was specified"
>
&5
if
test
x
"
${
DEFAULT_LINKER
+set
}
"
=
x
"set"
;
then
if
test
x
"
${
DEFAULT_LINKER
+set
}
"
=
x
"set"
;
then
if
test
x
"
$gnu_ld_flag
"
=
x
"no"
;
then
if
test
x
"
$gnu_ld_flag
"
=
x
"no"
;
then
echo
"
$ac_t
""yes (
$DEFAULT_LINKER
)"
1>&6
echo
"
$ac_t
""yes (
$DEFAULT_LINKER
)"
1>&6
...
@@ -1486,21 +1488,21 @@ else
...
@@ -1486,21 +1488,21 @@ else
fi
fi
echo
$ac_n
"checking for inline""...
$ac_c
"
1>&6
echo
$ac_n
"checking for inline""...
$ac_c
"
1>&6
echo
"configure:149
0
: checking for inline"
>
&5
echo
"configure:149
2
: checking for inline"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_inline
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_inline
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
ac_cv_c_inline
=
no
ac_cv_c_inline
=
no
for
ac_kw
in
inline __inline__ __inline
;
do
for
ac_kw
in
inline __inline__ __inline
;
do
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 149
7
"configure"
#line 149
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
}
$ac_kw
foo() {
}
$ac_kw
foo() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:150
4
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:150
6
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_c_inline
=
$ac_kw
;
break
ac_cv_c_inline
=
$ac_kw
;
break
else
else
...
@@ -1532,7 +1534,7 @@ do
...
@@ -1532,7 +1534,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:153
6
: checking for
$ac_word
"
>
&5
echo
"configure:153
8
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AWK
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AWK
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1564,7 +1566,7 @@ done
...
@@ -1564,7 +1566,7 @@ done
# Extract the first word of "flex", so it can be a program name with args.
# Extract the first word of "flex", so it can be a program name with args.
set
dummy flex
;
ac_word
=
$2
set
dummy flex
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:15
68
: checking for
$ac_word
"
>
&5
echo
"configure:15
70
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LEX
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LEX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1598,7 +1600,7 @@ then
...
@@ -1598,7 +1600,7 @@ then
*
)
ac_lib
=
l
;;
*
)
ac_lib
=
l
;;
esac
esac
echo
$ac_n
"checking for yywrap in -l
$ac_lib
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for yywrap in -l
$ac_lib
""...
$ac_c
"
1>&6
echo
"configure:160
2
: checking for yywrap in -l
$ac_lib
"
>
&5
echo
"configure:160
4
: checking for yywrap in -l
$ac_lib
"
>
&5
ac_lib_var
=
`
echo
$ac_lib
'_'
yywrap | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
$ac_lib
'_'
yywrap | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1606,7 +1608,7 @@ else
...
@@ -1606,7 +1608,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-l
$ac_lib
$LIBS
"
LIBS
=
"-l
$ac_lib
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 161
0
"configure"
#line 161
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -1617,7 +1619,7 @@ int main() {
...
@@ -1617,7 +1619,7 @@ int main() {
yywrap()
yywrap()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:162
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:162
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -1640,7 +1642,7 @@ fi
...
@@ -1640,7 +1642,7 @@ fi
fi
fi
echo
$ac_n
"checking whether ln works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether ln works""...
$ac_c
"
1>&6
echo
"configure:164
4
: checking whether ln works"
>
&5
echo
"configure:164
6
: checking whether ln works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1672,7 +1674,7 @@ else
...
@@ -1672,7 +1674,7 @@ else
fi
fi
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
"configure:167
6
: checking whether ln -s works"
>
&5
echo
"configure:167
8
: checking whether ln -s works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1704,19 +1706,19 @@ else
...
@@ -1704,19 +1706,19 @@ else
fi
fi
echo
$ac_n
"checking for volatile""...
$ac_c
"
1>&6
echo
$ac_n
"checking for volatile""...
$ac_c
"
1>&6
echo
"configure:17
08
: checking for volatile"
>
&5
echo
"configure:17
10
: checking for volatile"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_volatile
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_volatile
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 171
3
"configure"
#line 171
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
volatile int foo;
volatile int foo;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:172
0
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:172
2
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_c_volatile
=
yes
gcc_cv_c_volatile
=
yes
else
else
...
@@ -1739,7 +1741,7 @@ fi
...
@@ -1739,7 +1741,7 @@ fi
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:174
3
: checking for
$ac_word
"
>
&5
echo
"configure:174
5
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1771,7 +1773,7 @@ do
...
@@ -1771,7 +1773,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:177
5
: checking for
$ac_word
"
>
&5
echo
"configure:177
7
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_YACC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_YACC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1812,7 +1814,7 @@ test -n "$YACC" || YACC="yacc"
...
@@ -1812,7 +1814,7 @@ test -n "$YACC" || YACC="yacc"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
"configure:181
6
: checking for a BSD compatible install"
>
&5
echo
"configure:181
8
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1863,7 +1865,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
...
@@ -1863,7 +1865,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
"configure:186
7
: checking how to run the C preprocessor"
>
&5
echo
"configure:186
9
: checking how to run the C preprocessor"
>
&5
# On Suns, sometimes $CPP names a directory.
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
CPP
=
...
@@ -1878,13 +1880,13 @@ else
...
@@ -1878,13 +1880,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 188
2
"configure"
#line 188
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:18
88
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:18
90
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -1895,13 +1897,13 @@ else
...
@@ -1895,13 +1897,13 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
899
"configure"
#line 1
901
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:190
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:190
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -1912,13 +1914,13 @@ else
...
@@ -1912,13 +1914,13 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-nologo -E"
CPP
=
"
${
CC
-cc
}
-nologo -E"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 191
6
"configure"
#line 191
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:192
2
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:192
4
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -1943,12 +1945,12 @@ fi
...
@@ -1943,12 +1945,12 @@ fi
echo
"
$ac_t
""
$CPP
"
1>&6
echo
"
$ac_t
""
$CPP
"
1>&6
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
"configure:194
7
: checking for ANSI C header files"
>
&5
echo
"configure:194
9
: checking for ANSI C header files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 195
2
"configure"
#line 195
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
...
@@ -1956,7 +1958,7 @@ else
...
@@ -1956,7 +1958,7 @@ else
#include <float.h>
#include <float.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:196
0
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:196
2
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -1973,7 +1975,7 @@ rm -f conftest*
...
@@ -1973,7 +1975,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 197
7
"configure"
#line 197
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
EOF
EOF
...
@@ -1991,7 +1993,7 @@ fi
...
@@ -1991,7 +1993,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 199
5
"configure"
#line 199
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
EOF
EOF
...
@@ -2012,7 +2014,7 @@ if test "$cross_compiling" = yes; then
...
@@ -2012,7 +2014,7 @@ if test "$cross_compiling" = yes; then
:
:
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 201
6
"configure"
#line 201
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <ctype.h>
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
@@ -2023,7 +2025,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
...
@@ -2023,7 +2025,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
exit (0); }
EOF
EOF
if
{
(
eval echo
configure:202
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:202
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
:
:
else
else
...
@@ -2047,12 +2049,12 @@ EOF
...
@@ -2047,12 +2049,12 @@ EOF
fi
fi
echo
$ac_n
"checking whether time.h and sys/time.h may both be included""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether time.h and sys/time.h may both be included""...
$ac_c
"
1>&6
echo
"configure:205
1
: checking whether time.h and sys/time.h may both be included"
>
&5
echo
"configure:205
3
: checking whether time.h and sys/time.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_time
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_time
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 205
6
"configure"
#line 205
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/time.h>
...
@@ -2061,7 +2063,7 @@ int main() {
...
@@ -2061,7 +2063,7 @@ int main() {
struct tm *tp;
struct tm *tp;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:206
5
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:206
7
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_time
=
yes
ac_cv_header_time
=
yes
else
else
...
@@ -2082,12 +2084,12 @@ EOF
...
@@ -2082,12 +2084,12 @@ EOF
fi
fi
echo
$ac_n
"checking whether string.h and strings.h may both be included""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether string.h and strings.h may both be included""...
$ac_c
"
1>&6
echo
"configure:208
6
: checking whether string.h and strings.h may both be included"
>
&5
echo
"configure:208
8
: checking whether string.h and strings.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_string
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_string
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 209
1
"configure"
#line 209
3
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
#include <strings.h>
#include <strings.h>
...
@@ -2095,7 +2097,7 @@ int main() {
...
@@ -2095,7 +2097,7 @@ int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
099
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
101
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_header_string
=
yes
gcc_cv_header_string
=
yes
else
else
...
@@ -2116,12 +2118,12 @@ EOF
...
@@ -2116,12 +2118,12 @@ EOF
fi
fi
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
"configure:212
0
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
echo
"configure:212
2
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 212
5
"configure"
#line 212
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/wait.h>
...
@@ -2137,7 +2139,7 @@ wait (&s);
...
@@ -2137,7 +2139,7 @@ wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:214
1
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:214
3
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_sys_wait_h
=
yes
ac_cv_header_sys_wait_h
=
yes
else
else
...
@@ -2164,17 +2166,17 @@ for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h \
...
@@ -2164,17 +2166,17 @@ for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h \
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:21
68
: checking for
$ac_hdr
"
>
&5
echo
"configure:21
70
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 217
3
"configure"
#line 217
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:21
78
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:21
80
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -2204,17 +2206,17 @@ done
...
@@ -2204,17 +2206,17 @@ done
# Check for thread headers.
# Check for thread headers.
ac_safe
=
`
echo
"thread.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"thread.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for thread.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for thread.h""...
$ac_c
"
1>&6
echo
"configure:22
08
: checking for thread.h"
>
&5
echo
"configure:22
10
: checking for thread.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 221
3
"configure"
#line 221
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <thread.h>
#include <thread.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:22
18
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:22
20
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -2238,17 +2240,17 @@ fi
...
@@ -2238,17 +2240,17 @@ fi
ac_safe
=
`
echo
"pthread.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"pthread.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for pthread.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for pthread.h""...
$ac_c
"
1>&6
echo
"configure:224
2
: checking for pthread.h"
>
&5
echo
"configure:224
4
: checking for pthread.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 224
7
"configure"
#line 224
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <pthread.h>
#include <pthread.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:225
2
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:225
4
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -2275,7 +2277,7 @@ fi
...
@@ -2275,7 +2277,7 @@ fi
# Extract the first word of "gnatbind", so it can be a program name with args.
# Extract the first word of "gnatbind", so it can be a program name with args.
set
dummy gnatbind
;
ac_word
=
$2
set
dummy gnatbind
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:22
79
: checking for
$ac_word
"
>
&5
echo
"configure:22
81
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gnat
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gnat
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2314,7 +2316,7 @@ else
...
@@ -2314,7 +2316,7 @@ else
# Extract the first word of "makeinfo", so it can be a program name with args.
# Extract the first word of "makeinfo", so it can be a program name with args.
set
dummy makeinfo
;
ac_word
=
$2
set
dummy makeinfo
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:23
18
: checking for
$ac_word
"
>
&5
echo
"configure:23
20
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_MAKEINFO
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_MAKEINFO
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2343,13 +2345,13 @@ fi
...
@@ -2343,13 +2345,13 @@ fi
if
test
-n
"
$MAKEINFO
"
;
then
if
test
-n
"
$MAKEINFO
"
;
then
# Found it, now check the version.
# Found it, now check the version.
echo
$ac_n
"checking for modern makeinfo""...
$ac_c
"
1>&6
echo
$ac_n
"checking for modern makeinfo""...
$ac_c
"
1>&6
echo
"configure:234
7
: checking for modern makeinfo"
>
&5
echo
"configure:234
9
: checking for modern makeinfo"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_makeinfo_modern
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_makeinfo_modern
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
ac_prog_version
=
`
$MAKEINFO
--version
2>&1 |
ac_prog_version
=
`
$MAKEINFO
--version
2>&1 |
sed
-n
's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'
`
sed
-n
's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'
`
echo
"configure:235
3
: version of makeinfo is
$ac_prog_version
"
>
&5
echo
"configure:235
5
: version of makeinfo is
$ac_prog_version
"
>
&5
case
$ac_prog_version
in
case
$ac_prog_version
in
''
)
gcc_cv_prog_makeinfo_modern
=
no
;;
''
)
gcc_cv_prog_makeinfo_modern
=
no
;;
3.1[2-9]
|
3.[2-9][0-9]
|
4.
*
|
1.6[89]
|
1.7[0-9]
)
3.1[2-9]
|
3.[2-9][0-9]
|
4.
*
|
1.6[89]
|
1.7[0-9]
)
...
@@ -2382,12 +2384,12 @@ fi
...
@@ -2382,12 +2384,12 @@ fi
echo
$ac_n
"checking for preprocessor stringizing operator""...
$ac_c
"
1>&6
echo
$ac_n
"checking for preprocessor stringizing operator""...
$ac_c
"
1>&6
echo
"configure:238
6
: checking for preprocessor stringizing operator"
>
&5
echo
"configure:238
8
: checking for preprocessor stringizing operator"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stringize
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stringize
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 239
1
"configure"
#line 239
3
"configure"
#include "confdefs.h"
#include "confdefs.h"
#define x(y) #y
#define x(y) #y
...
@@ -2420,12 +2422,12 @@ echo "$ac_t""${ac_cv_c_stringize}" 1>&6
...
@@ -2420,12 +2422,12 @@ echo "$ac_t""${ac_cv_c_stringize}" 1>&6
# Use <inttypes.h> only if it exists,
# Use <inttypes.h> only if it exists,
# doesn't clash with <sys/types.h>, and declares intmax_t.
# doesn't clash with <sys/types.h>, and declares intmax_t.
echo
$ac_n
"checking for inttypes.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for inttypes.h""...
$ac_c
"
1>&6
echo
"configure:242
4
: checking for inttypes.h"
>
&5
echo
"configure:242
6
: checking for inttypes.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_inttypes_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_inttypes_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
29
"configure"
#line 24
31
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <inttypes.h>
#include <inttypes.h>
...
@@ -2433,7 +2435,7 @@ int main() {
...
@@ -2433,7 +2435,7 @@ int main() {
intmax_t i = -1;
intmax_t i = -1;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:243
7
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:243
9
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_header_inttypes_h
=
yes
gcc_cv_header_inttypes_h
=
yes
else
else
...
@@ -2458,7 +2460,7 @@ fi
...
@@ -2458,7 +2460,7 @@ fi
# be either signed or unsigned.
# be either signed or unsigned.
#
#
echo
$ac_n
"checking for unsigned enumerated bitfields""...
$ac_c
"
1>&6
echo
$ac_n
"checking for unsigned enumerated bitfields""...
$ac_c
"
1>&6
echo
"configure:246
2
: checking for unsigned enumerated bitfields"
>
&5
echo
"configure:246
4
: checking for unsigned enumerated bitfields"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_enum_bf_unsigned
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_enum_bf_unsigned
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2466,7 +2468,7 @@ else
...
@@ -2466,7 +2468,7 @@ else
gcc_cv_enum_bf_unsigned
=
yes
gcc_cv_enum_bf_unsigned
=
yes
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 247
0
"configure"
#line 247
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
enum t { BLAH = 128 } ;
enum t { BLAH = 128 } ;
...
@@ -2479,7 +2481,7 @@ int main(void)
...
@@ -2479,7 +2481,7 @@ int main(void)
}
}
EOF
EOF
if
{
(
eval echo
configure:248
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:248
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
gcc_cv_enum_bf_unsigned
=
yes
gcc_cv_enum_bf_unsigned
=
yes
else
else
...
@@ -2507,12 +2509,12 @@ for ac_func in strtoul bsearch putenv popen bcopy bzero bcmp \
...
@@ -2507,12 +2509,12 @@ for ac_func in strtoul bsearch putenv popen bcopy bzero bcmp \
fputs_unlocked getrusage valloc
fputs_unlocked getrusage valloc
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:251
1
: checking for
$ac_func
"
>
&5
echo
"configure:251
3
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 251
6
"configure"
#line 251
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -2535,7 +2537,7 @@ $ac_func();
...
@@ -2535,7 +2537,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:25
39
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:25
41
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -2561,12 +2563,12 @@ done
...
@@ -2561,12 +2563,12 @@ done
echo
$ac_n
"checking for ssize_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ssize_t""...
$ac_c
"
1>&6
echo
"configure:256
5
: checking for ssize_t"
>
&5
echo
"configure:256
7
: checking for ssize_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_ssize_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_ssize_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 257
0
"configure"
#line 257
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -2597,12 +2599,12 @@ fi
...
@@ -2597,12 +2599,12 @@ fi
# Try to determine the array type of the second argument of getgroups
# Try to determine the array type of the second argument of getgroups
# for the target system (int or gid_t).
# for the target system (int or gid_t).
echo
$ac_n
"checking for uid_t in sys/types.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for uid_t in sys/types.h""...
$ac_c
"
1>&6
echo
"configure:260
1
: checking for uid_t in sys/types.h"
>
&5
echo
"configure:260
3
: checking for uid_t in sys/types.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_uid_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_uid_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 260
6
"configure"
#line 260
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
EOF
EOF
...
@@ -2631,7 +2633,7 @@ EOF
...
@@ -2631,7 +2633,7 @@ EOF
fi
fi
echo
$ac_n
"checking type of array argument to getgroups""...
$ac_c
"
1>&6
echo
$ac_n
"checking type of array argument to getgroups""...
$ac_c
"
1>&6
echo
"configure:263
5
: checking type of array argument to getgroups"
>
&5
echo
"configure:263
7
: checking type of array argument to getgroups"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_getgroups
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_getgroups
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2639,7 +2641,7 @@ else
...
@@ -2639,7 +2641,7 @@ else
ac_cv_type_getgroups
=
cross
ac_cv_type_getgroups
=
cross
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 264
3
"configure"
#line 264
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Thanks to Mike Rendell for this test. */
/* Thanks to Mike Rendell for this test. */
...
@@ -2664,7 +2666,7 @@ main()
...
@@ -2664,7 +2666,7 @@ main()
}
}
EOF
EOF
if
{
(
eval echo
configure:26
68
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:26
70
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_type_getgroups
=
gid_t
ac_cv_type_getgroups
=
gid_t
else
else
...
@@ -2678,7 +2680,7 @@ fi
...
@@ -2678,7 +2680,7 @@ fi
if
test
$ac_cv_type_getgroups
=
cross
;
then
if
test
$ac_cv_type_getgroups
=
cross
;
then
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 268
2
"configure"
#line 268
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <unistd.h>
#include <unistd.h>
EOF
EOF
...
@@ -2719,12 +2721,12 @@ fi
...
@@ -2719,12 +2721,12 @@ fi
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
"configure:272
3
: checking for vprintf"
>
&5
echo
"configure:272
5
: checking for vprintf"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vprintf
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vprintf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 27
28
"configure"
#line 27
30
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
which can conflict with char vprintf(); below. */
...
@@ -2747,7 +2749,7 @@ vprintf();
...
@@ -2747,7 +2749,7 @@ vprintf();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:275
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:275
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_vprintf=yes"
eval
"ac_cv_func_vprintf=yes"
else
else
...
@@ -2771,12 +2773,12 @@ fi
...
@@ -2771,12 +2773,12 @@ fi
if
test
"
$ac_cv_func_vprintf
"
!=
yes
;
then
if
test
"
$ac_cv_func_vprintf
"
!=
yes
;
then
echo
$ac_n
"checking for _doprnt""...
$ac_c
"
1>&6
echo
$ac_n
"checking for _doprnt""...
$ac_c
"
1>&6
echo
"configure:277
5
: checking for _doprnt"
>
&5
echo
"configure:277
7
: checking for _doprnt"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func__doprnt
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func__doprnt
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 278
0
"configure"
#line 278
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
which can conflict with char _doprnt(); below. */
...
@@ -2799,7 +2801,7 @@ _doprnt();
...
@@ -2799,7 +2801,7 @@ _doprnt();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:280
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:280
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func__doprnt=yes"
eval
"ac_cv_func__doprnt=yes"
else
else
...
@@ -2835,7 +2837,7 @@ fi
...
@@ -2835,7 +2837,7 @@ fi
echo
$ac_n
"checking whether the printf functions support %p""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the printf functions support %p""...
$ac_c
"
1>&6
echo
"configure:28
39
: checking whether the printf functions support %p"
>
&5
echo
"configure:28
41
: checking whether the printf functions support %p"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_func_printf_ptr
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_func_printf_ptr
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2843,7 +2845,7 @@ else
...
@@ -2843,7 +2845,7 @@ else
gcc_cv_func_printf_ptr
=
no
gcc_cv_func_printf_ptr
=
no
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 284
7
"configure"
#line 284
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
...
@@ -2856,7 +2858,7 @@ int main()
...
@@ -2856,7 +2858,7 @@ int main()
return (p != q);
return (p != q);
}
}
EOF
EOF
if
{
(
eval echo
configure:286
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:286
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
gcc_cv_func_printf_ptr
=
yes
gcc_cv_func_printf_ptr
=
yes
else
else
...
@@ -2889,12 +2891,12 @@ case "${host}" in
...
@@ -2889,12 +2891,12 @@ case "${host}" in
;;
;;
esac
esac
echo
$ac_n
"checking for pid_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for pid_t""...
$ac_c
"
1>&6
echo
"configure:289
3
: checking for pid_t"
>
&5
echo
"configure:289
5
: checking for pid_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_pid_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_pid_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
898
"configure"
#line 2
900
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -2923,17 +2925,17 @@ fi
...
@@ -2923,17 +2925,17 @@ fi
ac_safe
=
`
echo
"vfork.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"vfork.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for vfork.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vfork.h""...
$ac_c
"
1>&6
echo
"configure:292
7
: checking for vfork.h"
>
&5
echo
"configure:292
9
: checking for vfork.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 293
2
"configure"
#line 293
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <vfork.h>
#include <vfork.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:293
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:293
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -2958,18 +2960,18 @@ else
...
@@ -2958,18 +2960,18 @@ else
fi
fi
echo
$ac_n
"checking for working vfork""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working vfork""...
$ac_c
"
1>&6
echo
"configure:296
2
: checking for working vfork"
>
&5
echo
"configure:296
4
: checking for working vfork"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork_works
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
"
$cross_compiling
"
=
yes
;
then
if
test
"
$cross_compiling
"
=
yes
;
then
echo
$ac_n
"checking for vfork""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vfork""...
$ac_c
"
1>&6
echo
"configure:29
68
: checking for vfork"
>
&5
echo
"configure:29
70
: checking for vfork"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 297
3
"configure"
#line 297
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork(); below. */
which can conflict with char vfork(); below. */
...
@@ -2992,7 +2994,7 @@ vfork();
...
@@ -2992,7 +2994,7 @@ vfork();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:299
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:299
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_vfork=yes"
eval
"ac_cv_func_vfork=yes"
else
else
...
@@ -3014,7 +3016,7 @@ fi
...
@@ -3014,7 +3016,7 @@ fi
ac_cv_func_vfork_works
=
$ac_cv_func_vfork
ac_cv_func_vfork_works
=
$ac_cv_func_vfork
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 30
18
"configure"
#line 30
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
#include <stdio.h>
...
@@ -3109,7 +3111,7 @@ main() {
...
@@ -3109,7 +3111,7 @@ main() {
}
}
}
}
EOF
EOF
if
{
(
eval echo
configure:311
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:311
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_func_vfork_works
=
yes
ac_cv_func_vfork_works
=
yes
else
else
...
@@ -3135,17 +3137,17 @@ for ac_hdr in unistd.h
...
@@ -3135,17 +3137,17 @@ for ac_hdr in unistd.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:31
39
: checking for
$ac_hdr
"
>
&5
echo
"configure:31
41
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 314
4
"configure"
#line 314
6
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:31
49
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:31
51
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -3174,12 +3176,12 @@ done
...
@@ -3174,12 +3176,12 @@ done
for
ac_func
in
getpagesize
for
ac_func
in
getpagesize
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:31
78
: checking for
$ac_func
"
>
&5
echo
"configure:31
80
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 318
3
"configure"
#line 318
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3202,7 +3204,7 @@ $ac_func();
...
@@ -3202,7 +3204,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:320
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:320
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3227,7 +3229,7 @@ fi
...
@@ -3227,7 +3229,7 @@ fi
done
done
echo
$ac_n
"checking for working mmap which provides zeroed pages anywhere""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working mmap which provides zeroed pages anywhere""...
$ac_c
"
1>&6
echo
"configure:323
1
: checking for working mmap which provides zeroed pages anywhere"
>
&5
echo
"configure:323
3
: checking for working mmap which provides zeroed pages anywhere"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_anywhere
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_anywhere
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3235,7 +3237,7 @@ else
...
@@ -3235,7 +3237,7 @@ else
ac_cv_func_mmap_anywhere
=
no
ac_cv_func_mmap_anywhere
=
no
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 32
39
"configure"
#line 32
41
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Test by Richard Henderson and Alexandre Oliva.
/* Test by Richard Henderson and Alexandre Oliva.
...
@@ -3318,7 +3320,7 @@ int main()
...
@@ -3318,7 +3320,7 @@ int main()
exit(0);
exit(0);
}
}
EOF
EOF
if
{
(
eval echo
configure:332
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:332
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_func_mmap_anywhere
=
yes
ac_cv_func_mmap_anywhere
=
yes
else
else
...
@@ -3341,7 +3343,7 @@ EOF
...
@@ -3341,7 +3343,7 @@ EOF
fi
fi
echo
$ac_n
"checking for working mmap of a file""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working mmap of a file""...
$ac_c
"
1>&6
echo
"configure:334
5
: checking for working mmap of a file"
>
&5
echo
"configure:334
7
: checking for working mmap of a file"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_file
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_file
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3356,7 +3358,7 @@ if test "$cross_compiling" = yes; then
...
@@ -3356,7 +3358,7 @@ if test "$cross_compiling" = yes; then
ac_cv_func_mmap_file
=
no
ac_cv_func_mmap_file
=
no
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 336
0
"configure"
#line 336
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Test by Zack Weinberg. Modified from MMAP_ANYWHERE test by
/* Test by Zack Weinberg. Modified from MMAP_ANYWHERE test by
...
@@ -3393,7 +3395,7 @@ int main()
...
@@ -3393,7 +3395,7 @@ int main()
exit(0);
exit(0);
}
}
EOF
EOF
if
{
(
eval echo
configure:339
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:339
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_func_mmap_file
=
yes
ac_cv_func_mmap_file
=
yes
else
else
...
@@ -3426,12 +3428,12 @@ for ac_func in bcopy bzero bcmp \
...
@@ -3426,12 +3428,12 @@ for ac_func in bcopy bzero bcmp \
do
do
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
"configure:343
0
: checking whether
$ac_func
is declared"
>
&5
echo
"configure:343
2
: checking whether
$ac_func
is declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 343
5
"configure"
#line 343
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "gansidecl.h"
#include "gansidecl.h"
#include "system.h"
#include "system.h"
...
@@ -3442,7 +3444,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
...
@@ -3442,7 +3444,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
#endif
#endif
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:344
6
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:344
8
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"gcc_cv_have_decl_
$ac_func
=yes"
eval
"gcc_cv_have_decl_
$ac_func
=yes"
else
else
...
@@ -3547,12 +3549,12 @@ for ac_func in getrlimit setrlimit getrusage
...
@@ -3547,12 +3549,12 @@ for ac_func in getrlimit setrlimit getrusage
do
do
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
"configure:355
1
: checking whether
$ac_func
is declared"
>
&5
echo
"configure:355
3
: checking whether
$ac_func
is declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 355
6
"configure"
#line 355
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "gansidecl.h"
#include "gansidecl.h"
#include "system.h"
#include "system.h"
...
@@ -3567,7 +3569,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
...
@@ -3567,7 +3569,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
#endif
#endif
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:357
1
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:357
3
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"gcc_cv_have_decl_
$ac_func
=yes"
eval
"gcc_cv_have_decl_
$ac_func
=yes"
else
else
...
@@ -3610,12 +3612,12 @@ CFLAGS="$saved_CFLAGS"
...
@@ -3610,12 +3612,12 @@ CFLAGS="$saved_CFLAGS"
# mkdir takes a single argument on some systems.
# mkdir takes a single argument on some systems.
echo
$ac_n
"checking if mkdir takes one argument""...
$ac_c
"
1>&6
echo
$ac_n
"checking if mkdir takes one argument""...
$ac_c
"
1>&6
echo
"configure:361
4
: checking if mkdir takes one argument"
>
&5
echo
"configure:361
6
: checking if mkdir takes one argument"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_mkdir_takes_one_arg
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_mkdir_takes_one_arg
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 36
19
"configure"
#line 36
21
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
...
@@ -3632,7 +3634,7 @@ int main() {
...
@@ -3632,7 +3634,7 @@ int main() {
mkdir ("foo", 0);
mkdir ("foo", 0);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:363
6
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:363
8
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_mkdir_takes_one_arg
=
no
gcc_cv_mkdir_takes_one_arg
=
no
else
else
...
@@ -7119,7 +7121,7 @@ fi
...
@@ -7119,7 +7121,7 @@ fi
echo
$ac_n
"checking for strerror in -lcposix""...
$ac_c
"
1>&6
echo
$ac_n
"checking for strerror in -lcposix""...
$ac_c
"
1>&6
echo
"configure:712
2
: checking for strerror in -lcposix"
>
&5
echo
"configure:712
5
: checking for strerror in -lcposix"
>
&5
ac_lib_var
=
`
echo
cposix
'_'
strerror | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
cposix
'_'
strerror | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -7127,7 +7129,7 @@ else
...
@@ -7127,7 +7129,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcposix
$LIBS
"
LIBS
=
"-lcposix
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 713
0
"configure"
#line 713
3
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7138,7 +7140,7 @@ int main() {
...
@@ -7138,7 +7140,7 @@ int main() {
strerror()
strerror()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:714
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:714
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -7161,12 +7163,12 @@ fi
...
@@ -7161,12 +7163,12 @@ fi
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
"configure:716
4
: checking for working const"
>
&5
echo
"configure:716
7
: checking for working const"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_const
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_const
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 71
69
"configure"
#line 71
72
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
...
@@ -7215,7 +7217,7 @@ ccp = (char const *const *) p;
...
@@ -7215,7 +7217,7 @@ ccp = (char const *const *) p;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:72
18
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:72
21
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_c_const
=
yes
ac_cv_c_const
=
yes
else
else
...
@@ -7236,12 +7238,12 @@ EOF
...
@@ -7236,12 +7238,12 @@ EOF
fi
fi
echo
$ac_n
"checking for off_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for off_t""...
$ac_c
"
1>&6
echo
"configure:72
39
: checking for off_t"
>
&5
echo
"configure:72
42
: checking for off_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_off_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_off_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 724
4
"configure"
#line 724
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -7269,12 +7271,12 @@ EOF
...
@@ -7269,12 +7271,12 @@ EOF
fi
fi
echo
$ac_n
"checking for size_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for size_t""...
$ac_c
"
1>&6
echo
"configure:727
2
: checking for size_t"
>
&5
echo
"configure:727
5
: checking for size_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_size_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_size_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 72
77
"configure"
#line 72
80
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -7304,19 +7306,19 @@ fi
...
@@ -7304,19 +7306,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
# for constant arguments. Useless!
echo
$ac_n
"checking for working alloca.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working alloca.h""...
$ac_c
"
1>&6
echo
"configure:73
07
: checking for working alloca.h"
>
&5
echo
"configure:73
10
: checking for working alloca.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_alloca_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_alloca_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 731
2
"configure"
#line 731
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <alloca.h>
#include <alloca.h>
int main() {
int main() {
char *p = alloca(2 * sizeof(int));
char *p = alloca(2 * sizeof(int));
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:73
19
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:73
22
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_alloca_h
=
yes
ac_cv_header_alloca_h
=
yes
else
else
...
@@ -7337,12 +7339,12 @@ EOF
...
@@ -7337,12 +7339,12 @@ EOF
fi
fi
echo
$ac_n
"checking for alloca""...
$ac_c
"
1>&6
echo
$ac_n
"checking for alloca""...
$ac_c
"
1>&6
echo
"configure:734
0
: checking for alloca"
>
&5
echo
"configure:734
3
: checking for alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_alloca_works
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_alloca_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 734
5
"configure"
#line 734
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef __GNUC__
#ifdef __GNUC__
...
@@ -7370,7 +7372,7 @@ int main() {
...
@@ -7370,7 +7372,7 @@ int main() {
char *p = (char *) alloca(1);
char *p = (char *) alloca(1);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:737
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:737
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_func_alloca_works
=
yes
ac_cv_func_alloca_works
=
yes
else
else
...
@@ -7402,12 +7404,12 @@ EOF
...
@@ -7402,12 +7404,12 @@ EOF
echo
$ac_n
"checking whether alloca needs Cray hooks""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether alloca needs Cray hooks""...
$ac_c
"
1>&6
echo
"configure:740
5
: checking whether alloca needs Cray hooks"
>
&5
echo
"configure:740
8
: checking whether alloca needs Cray hooks"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_os_cray
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_os_cray
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 741
0
"configure"
#line 741
3
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
#if defined(CRAY) && ! defined(CRAY2)
webecray
webecray
...
@@ -7432,12 +7434,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
...
@@ -7432,12 +7434,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if
test
$ac_cv_os_cray
=
yes
;
then
if
test
$ac_cv_os_cray
=
yes
;
then
for
ac_func
in
_getb67 GETB67 getb67
;
do
for
ac_func
in
_getb67 GETB67 getb67
;
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:743
5
: checking for
$ac_func
"
>
&5
echo
"configure:743
8
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 744
0
"configure"
#line 744
3
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -7460,7 +7462,7 @@ $ac_func();
...
@@ -7460,7 +7462,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:746
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:746
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -7487,7 +7489,7 @@ done
...
@@ -7487,7 +7489,7 @@ done
fi
fi
echo
$ac_n
"checking stack direction for C alloca""...
$ac_c
"
1>&6
echo
$ac_n
"checking stack direction for C alloca""...
$ac_c
"
1>&6
echo
"configure:749
0
: checking stack direction for C alloca"
>
&5
echo
"configure:749
3
: checking stack direction for C alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stack_direction
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stack_direction
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -7495,7 +7497,7 @@ else
...
@@ -7495,7 +7497,7 @@ else
ac_cv_c_stack_direction
=
0
ac_cv_c_stack_direction
=
0
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 7
498
"configure"
#line 7
501
"configure"
#include "confdefs.h"
#include "confdefs.h"
find_stack_direction ()
find_stack_direction ()
{
{
...
@@ -7514,7 +7516,7 @@ main ()
...
@@ -7514,7 +7516,7 @@ main ()
exit (find_stack_direction() < 0);
exit (find_stack_direction() < 0);
}
}
EOF
EOF
if
{
(
eval echo
configure:75
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:75
20
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_c_stack_direction
=
1
ac_cv_c_stack_direction
=
1
else
else
...
@@ -7541,17 +7543,17 @@ unistd.h sys/param.h
...
@@ -7541,17 +7543,17 @@ unistd.h sys/param.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:754
4
: checking for
$ac_hdr
"
>
&5
echo
"configure:754
7
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 75
49
"configure"
#line 75
52
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:755
4
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:755
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -7581,12 +7583,12 @@ done
...
@@ -7581,12 +7583,12 @@ done
strdup __argz_count __argz_stringify __argz_next
strdup __argz_count __argz_stringify __argz_next
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:758
4
: checking for
$ac_func
"
>
&5
echo
"configure:758
7
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 75
89
"configure"
#line 75
92
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -7609,7 +7611,7 @@ $ac_func();
...
@@ -7609,7 +7611,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:761
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:761
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -7638,12 +7640,12 @@ done
...
@@ -7638,12 +7640,12 @@ done
for
ac_func
in
stpcpy
for
ac_func
in
stpcpy
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:764
1
: checking for
$ac_func
"
>
&5
echo
"configure:764
4
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 764
6
"configure"
#line 764
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -7666,7 +7668,7 @@ $ac_func();
...
@@ -7666,7 +7668,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:76
69
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:76
72
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -7700,19 +7702,19 @@ EOF
...
@@ -7700,19 +7702,19 @@ EOF
if
test
$ac_cv_header_locale_h
=
yes
;
then
if
test
$ac_cv_header_locale_h
=
yes
;
then
echo
$ac_n
"checking for LC_MESSAGES""...
$ac_c
"
1>&6
echo
$ac_n
"checking for LC_MESSAGES""...
$ac_c
"
1>&6
echo
"configure:770
3
: checking for LC_MESSAGES"
>
&5
echo
"configure:770
6
: checking for LC_MESSAGES"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_val_LC_MESSAGES
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
am_cv_val_LC_MESSAGES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 77
08
"configure"
#line 77
11
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <locale.h>
#include <locale.h>
int main() {
int main() {
return LC_MESSAGES
return LC_MESSAGES
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:771
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:771
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
am_cv_val_LC_MESSAGES
=
yes
am_cv_val_LC_MESSAGES
=
yes
else
else
...
@@ -7733,7 +7735,7 @@ EOF
...
@@ -7733,7 +7735,7 @@ EOF
fi
fi
fi
fi
echo
$ac_n
"checking whether NLS is requested""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether NLS is requested""...
$ac_c
"
1>&6
echo
"configure:773
6
: checking whether NLS is requested"
>
&5
echo
"configure:773
9
: checking whether NLS is requested"
>
&5
# Check whether --enable-nls or --disable-nls was given.
# Check whether --enable-nls or --disable-nls was given.
if
test
"
${
enable_nls
+set
}
"
=
set
;
then
if
test
"
${
enable_nls
+set
}
"
=
set
;
then
enableval
=
"
$enable_nls
"
enableval
=
"
$enable_nls
"
...
@@ -7753,7 +7755,7 @@ fi
...
@@ -7753,7 +7755,7 @@ fi
EOF
EOF
echo
$ac_n
"checking whether included gettext is requested""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether included gettext is requested""...
$ac_c
"
1>&6
echo
"configure:775
6
: checking whether included gettext is requested"
>
&5
echo
"configure:775
9
: checking whether included gettext is requested"
>
&5
# Check whether --with-included-gettext or --without-included-gettext was given.
# Check whether --with-included-gettext or --without-included-gettext was given.
if
test
"
${
with_included_gettext
+set
}
"
=
set
;
then
if
test
"
${
with_included_gettext
+set
}
"
=
set
;
then
withval
=
"
$with_included_gettext
"
withval
=
"
$with_included_gettext
"
...
@@ -7772,17 +7774,17 @@ fi
...
@@ -7772,17 +7774,17 @@ fi
ac_safe
=
`
echo
"libintl.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"libintl.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for libintl.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for libintl.h""...
$ac_c
"
1>&6
echo
"configure:777
5
: checking for libintl.h"
>
&5
echo
"configure:777
8
: checking for libintl.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 778
0
"configure"
#line 778
3
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <libintl.h>
#include <libintl.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:778
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:778
8
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -7799,19 +7801,19 @@ fi
...
@@ -7799,19 +7801,19 @@ fi
if
eval
"test
\"
`
echo
'$ac_cv_header_'
$ac_safe
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_header_'
$ac_safe
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for gettext in libc""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gettext in libc""...
$ac_c
"
1>&6
echo
"configure:780
2
: checking for gettext in libc"
>
&5
echo
"configure:780
5
: checking for gettext in libc"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gettext_libc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gettext_libc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 78
07
"configure"
#line 78
10
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <libintl.h>
#include <libintl.h>
int main() {
int main() {
return (int) gettext ("")
return (int) gettext ("")
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:781
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:781
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gt_cv_func_gettext_libc
=
yes
gt_cv_func_gettext_libc
=
yes
else
else
...
@@ -7827,7 +7829,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
...
@@ -7827,7 +7829,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
if
test
"
$gt_cv_func_gettext_libc
"
!=
"yes"
;
then
if
test
"
$gt_cv_func_gettext_libc
"
!=
"yes"
;
then
echo
$ac_n
"checking for bindtextdomain in -lintl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for bindtextdomain in -lintl""...
$ac_c
"
1>&6
echo
"configure:783
0
: checking for bindtextdomain in -lintl"
>
&5
echo
"configure:783
3
: checking for bindtextdomain in -lintl"
>
&5
ac_lib_var
=
`
echo
intl
'_'
bindtextdomain | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
intl
'_'
bindtextdomain | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -7835,7 +7837,7 @@ else
...
@@ -7835,7 +7837,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lintl
$LIBS
"
LIBS
=
"-lintl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 78
38
"configure"
#line 78
41
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7846,7 +7848,7 @@ int main() {
...
@@ -7846,7 +7848,7 @@ int main() {
bindtextdomain()
bindtextdomain()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:78
49
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:78
52
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -7862,12 +7864,12 @@ fi
...
@@ -7862,12 +7864,12 @@ fi
if
eval
"test
\"
`
echo
'$ac_cv_lib_'
$ac_lib_var
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_lib_'
$ac_lib_var
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for gettext in libintl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gettext in libintl""...
$ac_c
"
1>&6
echo
"configure:786
5
: checking for gettext in libintl"
>
&5
echo
"configure:786
8
: checking for gettext in libintl"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gettext_libintl
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gettext_libintl
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
echo
$ac_n
"checking for gettext in -lintl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gettext in -lintl""...
$ac_c
"
1>&6
echo
"configure:787
0
: checking for gettext in -lintl"
>
&5
echo
"configure:787
3
: checking for gettext in -lintl"
>
&5
ac_lib_var
=
`
echo
intl
'_'
gettext | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
intl
'_'
gettext | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -7875,7 +7877,7 @@ else
...
@@ -7875,7 +7877,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lintl
$LIBS
"
LIBS
=
"-lintl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 78
78
"configure"
#line 78
81
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7886,7 +7888,7 @@ int main() {
...
@@ -7886,7 +7888,7 @@ int main() {
gettext()
gettext()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:78
89
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:78
92
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -7925,7 +7927,7 @@ EOF
...
@@ -7925,7 +7927,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
# Extract the first word of "msgfmt", so it can be a program name with args.
set
dummy msgfmt
;
ac_word
=
$2
set
dummy msgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:79
28
: checking for
$ac_word
"
>
&5
echo
"configure:79
31
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -7959,12 +7961,12 @@ fi
...
@@ -7959,12 +7961,12 @@ fi
for
ac_func
in
dcgettext
for
ac_func
in
dcgettext
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:796
2
: checking for
$ac_func
"
>
&5
echo
"configure:796
5
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 79
67
"configure"
#line 79
70
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -7987,7 +7989,7 @@ $ac_func();
...
@@ -7987,7 +7989,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:799
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:799
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -8014,7 +8016,7 @@ done
...
@@ -8014,7 +8016,7 @@ done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set
dummy gmsgfmt
;
ac_word
=
$2
set
dummy gmsgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:80
17
: checking for
$ac_word
"
>
&5
echo
"configure:80
20
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8050,7 +8052,7 @@ fi
...
@@ -8050,7 +8052,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
# Extract the first word of "xgettext", so it can be a program name with args.
set
dummy xgettext
;
ac_word
=
$2
set
dummy xgettext
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:805
3
: checking for
$ac_word
"
>
&5
echo
"configure:805
6
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8082,7 +8084,7 @@ else
...
@@ -8082,7 +8084,7 @@ else
fi
fi
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 808
5
"configure"
#line 808
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
...
@@ -8090,7 +8092,7 @@ extern int _nl_msg_cat_cntr;
...
@@ -8090,7 +8092,7 @@ extern int _nl_msg_cat_cntr;
return _nl_msg_cat_cntr
return _nl_msg_cat_cntr
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:809
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:809
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
CATOBJEXT
=
.gmo
CATOBJEXT
=
.gmo
DATADIRNAME
=
share
DATADIRNAME
=
share
...
@@ -8113,7 +8115,7 @@ fi
...
@@ -8113,7 +8115,7 @@ fi
if
test
"
$CATOBJEXT
"
=
"NONE"
;
then
if
test
"
$CATOBJEXT
"
=
"NONE"
;
then
echo
$ac_n
"checking whether catgets can be used""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether catgets can be used""...
$ac_c
"
1>&6
echo
"configure:811
6
: checking whether catgets can be used"
>
&5
echo
"configure:811
9
: checking whether catgets can be used"
>
&5
# Check whether --with-catgets or --without-catgets was given.
# Check whether --with-catgets or --without-catgets was given.
if
test
"
${
with_catgets
+set
}
"
=
set
;
then
if
test
"
${
with_catgets
+set
}
"
=
set
;
then
withval
=
"
$with_catgets
"
withval
=
"
$with_catgets
"
...
@@ -8126,7 +8128,7 @@ fi
...
@@ -8126,7 +8128,7 @@ fi
if
test
"
$nls_cv_use_catgets
"
=
"yes"
;
then
if
test
"
$nls_cv_use_catgets
"
=
"yes"
;
then
echo
$ac_n
"checking for main in -li""...
$ac_c
"
1>&6
echo
$ac_n
"checking for main in -li""...
$ac_c
"
1>&6
echo
"configure:81
29
: checking for main in -li"
>
&5
echo
"configure:81
32
: checking for main in -li"
>
&5
ac_lib_var
=
`
echo
i
'_'
main | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
i
'_'
main | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -8134,14 +8136,14 @@ else
...
@@ -8134,14 +8136,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-li
$LIBS
"
LIBS
=
"-li
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 81
37
"configure"
#line 81
40
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:814
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:814
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -8169,12 +8171,12 @@ else
...
@@ -8169,12 +8171,12 @@ else
fi
fi
echo
$ac_n
"checking for catgets""...
$ac_c
"
1>&6
echo
$ac_n
"checking for catgets""...
$ac_c
"
1>&6
echo
"configure:817
2
: checking for catgets"
>
&5
echo
"configure:817
5
: checking for catgets"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_catgets
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_catgets
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 81
77
"configure"
#line 81
80
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char catgets(); below. */
which can conflict with char catgets(); below. */
...
@@ -8197,7 +8199,7 @@ catgets();
...
@@ -8197,7 +8199,7 @@ catgets();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:820
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:820
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_catgets=yes"
eval
"ac_cv_func_catgets=yes"
else
else
...
@@ -8219,7 +8221,7 @@ EOF
...
@@ -8219,7 +8221,7 @@ EOF
# Extract the first word of "gencat", so it can be a program name with args.
# Extract the first word of "gencat", so it can be a program name with args.
set
dummy gencat
;
ac_word
=
$2
set
dummy gencat
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:822
2
: checking for
$ac_word
"
>
&5
echo
"configure:822
5
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GENCAT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GENCAT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8255,7 +8257,7 @@ fi
...
@@ -8255,7 +8257,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set
dummy gmsgfmt
;
ac_word
=
$2
set
dummy gmsgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:82
58
: checking for
$ac_word
"
>
&5
echo
"configure:82
61
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8292,7 +8294,7 @@ fi
...
@@ -8292,7 +8294,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
# Extract the first word of "msgfmt", so it can be a program name with args.
set
dummy msgfmt
;
ac_word
=
$2
set
dummy msgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:829
5
: checking for
$ac_word
"
>
&5
echo
"configure:829
8
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8331,7 +8333,7 @@ fi
...
@@ -8331,7 +8333,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
# Extract the first word of "xgettext", so it can be a program name with args.
set
dummy xgettext
;
ac_word
=
$2
set
dummy xgettext
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:833
4
: checking for
$ac_word
"
>
&5
echo
"configure:833
7
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8389,7 +8391,7 @@ fi
...
@@ -8389,7 +8391,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
# Extract the first word of "msgfmt", so it can be a program name with args.
set
dummy msgfmt
;
ac_word
=
$2
set
dummy msgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:839
2
: checking for
$ac_word
"
>
&5
echo
"configure:839
5
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8423,7 +8425,7 @@ fi
...
@@ -8423,7 +8425,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set
dummy gmsgfmt
;
ac_word
=
$2
set
dummy gmsgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:842
6
: checking for
$ac_word
"
>
&5
echo
"configure:842
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8463,7 +8465,7 @@ fi
...
@@ -8463,7 +8465,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
# Extract the first word of "xgettext", so it can be a program name with args.
set
dummy xgettext
;
ac_word
=
$2
set
dummy xgettext
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:846
6
: checking for
$ac_word
"
>
&5
echo
"configure:846
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -8558,7 +8560,7 @@ fi
...
@@ -8558,7 +8560,7 @@ fi
LINGUAS
=
LINGUAS
=
else
else
echo
$ac_n
"checking for catalogs to be installed""...
$ac_c
"
1>&6
echo
$ac_n
"checking for catalogs to be installed""...
$ac_c
"
1>&6
echo
"configure:856
1
: checking for catalogs to be installed"
>
&5
echo
"configure:856
4
: checking for catalogs to be installed"
>
&5
if
test
"x
$LINGUAS
"
=
"x"
;
then
if
test
"x
$LINGUAS
"
=
"x"
;
then
LINGUAS
=
$ALL_LINGUAS
LINGUAS
=
$ALL_LINGUAS
else
else
...
@@ -8590,17 +8592,17 @@ echo "configure:8561: checking for catalogs to be installed" >&5
...
@@ -8590,17 +8592,17 @@ echo "configure:8561: checking for catalogs to be installed" >&5
if
test
"
$CATOBJEXT
"
=
".cat"
;
then
if
test
"
$CATOBJEXT
"
=
".cat"
;
then
ac_safe
=
`
echo
"linux/version.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"linux/version.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for linux/version.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for linux/version.h""...
$ac_c
"
1>&6
echo
"configure:859
3
: checking for linux/version.h"
>
&5
echo
"configure:859
6
: checking for linux/version.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 8
598
"configure"
#line 8
601
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <linux/version.h>
#include <linux/version.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:860
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:860
6
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -8675,7 +8677,7 @@ fi
...
@@ -8675,7 +8677,7 @@ fi
echo
$ac_n
"checking whether windows registry support is requested""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether windows registry support is requested""...
$ac_c
"
1>&6
echo
"configure:86
78
: checking whether windows registry support is requested"
>
&5
echo
"configure:86
81
: checking whether windows registry support is requested"
>
&5
if
test
x
$enable_win32_registry
!=
xno
;
then
if
test
x
$enable_win32_registry
!=
xno
;
then
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define ENABLE_WIN32_REGISTRY 1
#define ENABLE_WIN32_REGISTRY 1
...
@@ -8704,7 +8706,7 @@ esac
...
@@ -8704,7 +8706,7 @@ esac
if
test
x
$enable_win32_registry
!=
xno
;
then
if
test
x
$enable_win32_registry
!=
xno
;
then
echo
$ac_n
"checking registry key on windows hosts""...
$ac_c
"
1>&6
echo
$ac_n
"checking registry key on windows hosts""...
$ac_c
"
1>&6
echo
"configure:87
07
: checking registry key on windows hosts"
>
&5
echo
"configure:87
10
: checking registry key on windows hosts"
>
&5
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define WIN32_REGISTRY_KEY "
$gcc_cv_win32_registry_key
"
#define WIN32_REGISTRY_KEY "
$gcc_cv_win32_registry_key
"
EOF
EOF
...
@@ -8898,7 +8900,7 @@ fi
...
@@ -8898,7 +8900,7 @@ fi
# Figure out what assembler alignment features are present.
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:890
1
: checking assembler alignment features"
>
&5
echo
"configure:890
4
: checking assembler alignment features"
>
&5
gcc_cv_as
=
gcc_cv_as
=
gcc_cv_as_alignment_features
=
gcc_cv_as_alignment_features
=
gcc_cv_as_gas_srcdir
=
`
echo
$srcdir
| sed
-e
's,/gcc$,,'
`
/gas
gcc_cv_as_gas_srcdir
=
`
echo
$srcdir
| sed
-e
's,/gcc$,,'
`
/gas
...
@@ -9019,7 +9021,7 @@ fi
...
@@ -9019,7 +9021,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_alignment_features
"
1>&6
echo
"
$ac_t
""
$gcc_cv_as_alignment_features
"
1>&6
echo
$ac_n
"checking assembler subsection support""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler subsection support""...
$ac_c
"
1>&6
echo
"configure:902
2
: checking assembler subsection support"
>
&5
echo
"configure:902
5
: checking assembler subsection support"
>
&5
gcc_cv_as_subsections
=
gcc_cv_as_subsections
=
if
test
x
$gcc_cv_as
!=
x
;
then
if
test
x
$gcc_cv_as
!=
x
;
then
# Check if we have .subsection
# Check if we have .subsection
...
@@ -9059,7 +9061,7 @@ fi
...
@@ -9059,7 +9061,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_subsections
"
1>&6
echo
"
$ac_t
""
$gcc_cv_as_subsections
"
1>&6
echo
$ac_n
"checking assembler weak support""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler weak support""...
$ac_c
"
1>&6
echo
"configure:906
2
: checking assembler weak support"
>
&5
echo
"configure:906
5
: checking assembler weak support"
>
&5
gcc_cv_as_weak
=
gcc_cv_as_weak
=
if
test
x
$gcc_cv_as
!=
x
;
then
if
test
x
$gcc_cv_as
!=
x
;
then
# Check if we have .weak
# Check if we have .weak
...
@@ -9076,7 +9078,7 @@ fi
...
@@ -9076,7 +9078,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_weak
"
1>&6
echo
"
$ac_t
""
$gcc_cv_as_weak
"
1>&6
echo
$ac_n
"checking assembler hidden support""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler hidden support""...
$ac_c
"
1>&6
echo
"configure:90
79
: checking assembler hidden support"
>
&5
echo
"configure:90
82
: checking assembler hidden support"
>
&5
gcc_cv_as_hidden
=
gcc_cv_as_hidden
=
if
test
x
$gcc_cv_as
!=
x
;
then
if
test
x
$gcc_cv_as
!=
x
;
then
# Check if we have .hidden
# Check if we have .hidden
...
@@ -9096,7 +9098,7 @@ echo "$ac_t""$gcc_cv_as_hidden" 1>&6
...
@@ -9096,7 +9098,7 @@ echo "$ac_t""$gcc_cv_as_hidden" 1>&6
case
"
$target
"
in
case
"
$target
"
in
sparc
*
-
*
-
*
)
sparc
*
-
*
-
*
)
echo
$ac_n
"checking assembler .register pseudo-op support""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler .register pseudo-op support""...
$ac_c
"
1>&6
echo
"configure:9
099
: checking assembler .register pseudo-op support"
>
&5
echo
"configure:9
102
: checking assembler .register pseudo-op support"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_register_pseudo_op
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_register_pseudo_op
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -9124,7 +9126,7 @@ EOF
...
@@ -9124,7 +9126,7 @@ EOF
fi
fi
echo
$ac_n
"checking assembler supports -relax""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler supports -relax""...
$ac_c
"
1>&6
echo
"configure:91
27
: checking assembler supports -relax"
>
&5
echo
"configure:91
30
: checking assembler supports -relax"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_relax_opt
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_relax_opt
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -9154,7 +9156,7 @@ EOF
...
@@ -9154,7 +9156,7 @@ EOF
case
"
$tm_file
"
in
case
"
$tm_file
"
in
*
64
*
)
*
64
*
)
echo
$ac_n
"checking for 64 bit support in assembler (
$gcc_cv_as
)""...
$ac_c
"
1>&6
echo
$ac_n
"checking for 64 bit support in assembler (
$gcc_cv_as
)""...
$ac_c
"
1>&6
echo
"configure:91
57
: checking for 64 bit support in assembler (
$gcc_cv_as
)"
>
&5
echo
"configure:91
60
: checking for 64 bit support in assembler (
$gcc_cv_as
)"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_flags64
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_flags64
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -9199,7 +9201,7 @@ EOF
...
@@ -9199,7 +9201,7 @@ EOF
if
test
"x
$gcc_cv_as_flags64
"
!=
xno
;
then
if
test
"x
$gcc_cv_as_flags64
"
!=
xno
;
then
echo
$ac_n
"checking for assembler offsetable %lo() support""...
$ac_c
"
1>&6
echo
$ac_n
"checking for assembler offsetable %lo() support""...
$ac_c
"
1>&6
echo
"configure:920
2
: checking for assembler offsetable %lo() support"
>
&5
echo
"configure:920
5
: checking for assembler offsetable %lo() support"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_offsetable_lo10
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_offsetable_lo10
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -9238,7 +9240,7 @@ EOF
...
@@ -9238,7 +9240,7 @@ EOF
i[34567]86-
*
-
*
)
i[34567]86-
*
-
*
)
echo
$ac_n
"checking assembler instructions""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler instructions""...
$ac_c
"
1>&6
echo
"configure:924
1
: checking assembler instructions"
>
&5
echo
"configure:924
4
: checking assembler instructions"
>
&5
gcc_cv_as_instructions
=
gcc_cv_as_instructions
=
if
test
x
$gcc_cv_as
!=
x
;
then
if
test
x
$gcc_cv_as
!=
x
;
then
set
"filds fists"
"filds mem; fists mem"
set
"filds fists"
"filds mem; fists mem"
...
@@ -9351,6 +9353,20 @@ fi
...
@@ -9351,6 +9353,20 @@ fi
echo
"Using
$GGC
for garbage collection."
echo
"Using
$GGC
for garbage collection."
# Use the system's zlib library.
zlibdir
=
-L
../../zlib
zlibinc
=
"-I
\$
(srcdir)/../../zlib"
# Check whether --with-system-zlib or --without-system-zlib was given.
if
test
"
${
with_system_zlib
+set
}
"
=
set
;
then
withval
=
"
$with_system_zlib
"
zlibdir
=
zlibinc
=
fi
# Build a new-abi (c++) system
# Build a new-abi (c++) system
# Check whether --enable-new-gxx-abi or --disable-new-gxx-abi was given.
# Check whether --enable-new-gxx-abi or --disable-new-gxx-abi was given.
if
test
"
${
enable_new_gxx_abi
+set
}
"
=
set
;
then
if
test
"
${
enable_new_gxx_abi
+set
}
"
=
set
;
then
...
@@ -9368,7 +9384,7 @@ fi
...
@@ -9368,7 +9384,7 @@ fi
# Build a new-libstdc++ system (ie libstdc++-v3)
# Build a new-libstdc++ system (ie libstdc++-v3)
echo
$ac_n
"checking for libstdc++ to install""...
$ac_c
"
1>&6
echo
$ac_n
"checking for libstdc++ to install""...
$ac_c
"
1>&6
echo
"configure:93
71
: checking for libstdc++ to install"
>
&5
echo
"configure:93
88
: checking for libstdc++ to install"
>
&5
# Check whether --enable-libstdcxx-v3 or --disable-libstdcxx-v3 was given.
# Check whether --enable-libstdcxx-v3 or --disable-libstdcxx-v3 was given.
if
test
"
${
enable_libstdcxx_v3
+set
}
"
=
set
;
then
if
test
"
${
enable_libstdcxx_v3
+set
}
"
=
set
;
then
enableval
=
"
$enable_libstdcxx_v3
"
enableval
=
"
$enable_libstdcxx_v3
"
...
@@ -9392,7 +9408,7 @@ EOF
...
@@ -9392,7 +9408,7 @@ EOF
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:9
395
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:9
412
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
enableval
=
"
$enable_maintainer_mode
"
enableval
=
"
$enable_maintainer_mode
"
...
@@ -9886,6 +9902,8 @@ s%@l@%$l%g
...
@@ -9886,6 +9902,8 @@ s%@l@%$l%g
s%@inhibit_libc@%
$inhibit_libc
%g
s%@inhibit_libc@%
$inhibit_libc
%g
s%@gthread_flags@%
$gthread_flags
%g
s%@gthread_flags@%
$gthread_flags
%g
s%@GGC@%
$GGC
%g
s%@GGC@%
$GGC
%g
s%@zlibdir@%
$zlibdir
%g
s%@zlibinc@%
$zlibinc
%g
s%@GXX_ABI_FLAG@%
$GXX_ABI_FLAG
%g
s%@GXX_ABI_FLAG@%
$GXX_ABI_FLAG
%g
s%@MAINT@%
$MAINT
%g
s%@MAINT@%
$MAINT
%g
s%@build_canonical@%
$build_canonical
%g
s%@build_canonical@%
$build_canonical
%g
...
...
gcc/configure.in
View file @
3c809ba4
...
@@ -4785,6 +4785,17 @@ fi])
...
@@ -4785,6 +4785,17 @@ fi])
AC_SUBST(GGC)
AC_SUBST(GGC)
echo "Using $GGC for garbage collection."
echo "Using $GGC for garbage collection."
# Use the system's zlib library.
zlibdir=-L../../zlib
zlibinc="-I\$(srcdir)/../../zlib"
AC_ARG_WITH(system-zlib,
[ --with-system-zlib use installed libz],
zlibdir=
zlibinc=
)
AC_SUBST(zlibdir)
AC_SUBST(zlibinc)
# Build a new-abi (c++) system
# Build a new-abi (c++) system
AC_ARG_ENABLE(new-gxx-abi,
AC_ARG_ENABLE(new-gxx-abi,
[ --enable-new-gxx-abi
[ --enable-new-gxx-abi
...
...
gcc/java/Makefile.in
View file @
3c809ba4
...
@@ -148,16 +148,20 @@ ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
...
@@ -148,16 +148,20 @@ ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
# This is where we get libiberty.a from.
# This is where we get libiberty.a from.
LIBIBERTY
=
../../libiberty/libiberty.a
LIBIBERTY
=
../../libiberty/libiberty.a
# This is where we get zlib from. zlibdir is -L../../zlib by default,
# and is nothing when configured with --enable-system-zlib.
ZLIB
=
@zlibdir@
-lz
# How to link with both our special library facilities
# How to link with both our special library facilities
# and the system's installed libraries.
# and the system's installed libraries.
LIBS
=
$(INTLLIBS)
$(LIBIBERTY)
$(CLIB)
LIBS
=
$(
ZLIB)
$(
INTLLIBS)
$(LIBIBERTY)
$(CLIB)
LIBDEPS
=
$(INTLLIBS)
$(LIBIBERTY)
../errors.o
LIBDEPS
=
$(INTLLIBS)
$(LIBIBERTY)
../errors.o
# Specify the directories to be searched for header files.
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,
# Both . and srcdir are used, in that order,
# so that tm.h and config.h will be found in the compilation
# so that tm.h and config.h will be found in the compilation
# subdirectory rather than in the source directory.
# subdirectory rather than in the source directory.
INCLUDES
=
-I
.
-I
..
-I
$(srcdir)
-I
$(srcdir)
/..
-I
$(srcdir)
/../config
-I
$(srcdir)
/../../include
INCLUDES
=
-I
.
-I
..
-I
$(srcdir)
-I
$(srcdir)
/..
-I
$(srcdir)
/../config
-I
$(srcdir)
/../../include
@zlibinc@
# Always use -I$(srcdir)/config when compiling.
# Always use -I$(srcdir)/config when compiling.
.c.o
:
.c.o
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment