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
3ab1919c
Commit
3ab1919c
authored
Feb 10, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update autoconf/autoheader generated files.
From-SVN: r17837
parent
c6f2ed0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
110 additions
and
108 deletions
+110
-108
libf2c/configure
+80
-78
libf2c/libU77/config.h.in
+29
-29
libf2c/libU77/configure
+1
-1
No files found.
libf2c/configure
View file @
3ab1919c
#! /bin/sh
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
# Generated automatically using autoconf version 2.12
.1
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
# This configure script is free software; the Free Software Foundation
...
@@ -49,6 +49,7 @@ mandir='${prefix}/man'
...
@@ -49,6 +49,7 @@ mandir='${prefix}/man'
# Initialize some other variables.
# Initialize some other variables.
subdirs
=
subdirs
=
MFLAGS
=
MAKEFLAGS
=
MFLAGS
=
MAKEFLAGS
=
SHELL
=
${
CONFIG_SHELL
-/bin/sh
}
# Maximum number of lines to put in a shell here document.
# Maximum number of lines to put in a shell here document.
ac_max_here_lines
=
12
ac_max_here_lines
=
12
...
@@ -332,7 +333,7 @@ EOF
...
@@ -332,7 +333,7 @@ EOF
verbose
=
yes
;;
verbose
=
yes
;;
-version
|
--version
|
--versio
|
--versi
|
--vers
)
-version
|
--version
|
--versio
|
--versi
|
--vers
)
echo
"configure generated by autoconf version 2.12"
echo
"configure generated by autoconf version 2.12
.1
"
exit
0
;;
exit
0
;;
-with-
*
|
--with-
*
)
-with-
*
|
--with-
*
)
...
@@ -526,7 +527,7 @@ fi
...
@@ -526,7 +527,7 @@ fi
# 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:53
0
: checking for
$ac_word
"
>
&5
echo
"configure:53
1
: 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
...
@@ -555,7 +556,7 @@ if test -z "$CC"; then
...
@@ -555,7 +556,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:5
59
: checking for
$ac_word
"
>
&5
echo
"configure:5
60
: 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
...
@@ -603,7 +604,7 @@ fi
...
@@ -603,7 +604,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:60
7
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
echo
"configure:60
8
: 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.
...
@@ -613,11 +614,11 @@ ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS
...
@@ -613,11 +614,11 @@ ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS
cross_compiling
=
$ac_cv_prog_cc_cross
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 61
7
"configure"
#line 61
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
main(){return(0);}
main(){return(0);}
EOF
EOF
if
{
(
eval echo
configure:62
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:62
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
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
...
@@ -637,12 +638,12 @@ if test $ac_cv_prog_cc_works = no; then
...
@@ -637,12 +638,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:64
1
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"configure:64
2
: 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:64
6
: checking whether we are using GNU C"
>
&5
echo
"configure:64
7
: 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
...
@@ -651,7 +652,7 @@ else
...
@@ -651,7 +652,7 @@ else
yes;
yes;
#endif
#endif
EOF
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:65
5
:
\"
$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:65
6
:
\"
$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
...
@@ -666,7 +667,7 @@ if test $ac_cv_prog_gcc = yes; then
...
@@ -666,7 +667,7 @@ if test $ac_cv_prog_gcc = yes; then
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:67
0
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
echo
"configure:67
1
: 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
...
@@ -711,7 +712,7 @@ else
...
@@ -711,7 +712,7 @@ else
# 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:71
5
: checking for
$ac_word
"
>
&5
echo
"configure:71
6
: 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
...
@@ -744,7 +745,7 @@ fi
...
@@ -744,7 +745,7 @@ fi
# Sanity check for the cross-compilation case:
# Sanity check for the cross-compilation case:
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:74
8
: checking how to run the C preprocessor"
>
&5
echo
"configure:74
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
=
...
@@ -759,13 +760,13 @@ else
...
@@ -759,13 +760,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 76
3
"configure"
#line 76
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:7
69
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:7
70
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -776,13 +777,13 @@ else
...
@@ -776,13 +777,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 78
0
"configure"
#line 78
1
"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:78
6
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:78
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -806,17 +807,17 @@ echo "$ac_t""$CPP" 1>&6
...
@@ -806,17 +807,17 @@ echo "$ac_t""$CPP" 1>&6
ac_safe
=
`
echo
"stdio.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"stdio.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for stdio.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for stdio.h""...
$ac_c
"
1>&6
echo
"configure:81
0
: checking for stdio.h"
>
&5
echo
"configure:81
1
: checking for stdio.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 81
5
"configure"
#line 81
6
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.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:82
0
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:82
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -844,12 +845,12 @@ fi
...
@@ -844,12 +845,12 @@ fi
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:84
8
: checking for ANSI C header files"
>
&5
echo
"configure:84
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 85
3
"configure"
#line 85
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
...
@@ -857,7 +858,7 @@ else
...
@@ -857,7 +858,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:86
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:86
2
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -874,7 +875,7 @@ rm -f conftest*
...
@@ -874,7 +875,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 87
8
"configure"
#line 87
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
EOF
EOF
...
@@ -892,7 +893,7 @@ fi
...
@@ -892,7 +893,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 89
6
"configure"
#line 89
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
EOF
EOF
...
@@ -913,7 +914,7 @@ if test "$cross_compiling" = yes; then
...
@@ -913,7 +914,7 @@ if test "$cross_compiling" = yes; then
:
:
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 91
7
"configure"
#line 91
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')
...
@@ -924,7 +925,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
...
@@ -924,7 +925,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
exit (0); }
EOF
EOF
if
{
(
eval echo
configure:92
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:92
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
:
:
else
else
...
@@ -950,12 +951,12 @@ fi
...
@@ -950,12 +951,12 @@ fi
echo
$ac_n
"checking for posix""...
$ac_c
"
1>&6
echo
$ac_n
"checking for posix""...
$ac_c
"
1>&6
echo
"configure:95
4
: checking for posix"
>
&5
echo
"configure:95
5
: checking for posix"
>
&5
if
eval
"test
\"
`
echo
'$''{'
g77_cv_header_posix
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_header_posix
'+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 9
59
"configure"
#line 9
60
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
...
@@ -981,12 +982,12 @@ echo "$ac_t""$g77_cv_header_posix" 1>&6
...
@@ -981,12 +982,12 @@ echo "$ac_t""$g77_cv_header_posix" 1>&6
# We can rely on the GNU library being posix-ish. I guess checking the
# We can rely on the GNU library being posix-ish. I guess checking the
# header isn't actually like checking the functions, though...
# header isn't actually like checking the functions, though...
echo
$ac_n
"checking for GNU library""...
$ac_c
"
1>&6
echo
$ac_n
"checking for GNU library""...
$ac_c
"
1>&6
echo
"configure:98
5
: checking for GNU library"
>
&5
echo
"configure:98
6
: checking for GNU library"
>
&5
if
eval
"test
\"
`
echo
'$''{'
g77_cv_lib_gnu
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_lib_gnu
'+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 99
0
"configure"
#line 99
1
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
#ifdef __GNU_LIBRARY__
#ifdef __GNU_LIBRARY__
...
@@ -1010,12 +1011,12 @@ echo "$ac_t""$g77_cv_lib_gnu" 1>&6
...
@@ -1010,12 +1011,12 @@ echo "$ac_t""$g77_cv_lib_gnu" 1>&6
# Apparently cygwin needs to be special-cased.
# Apparently cygwin needs to be special-cased.
echo
$ac_n
"checking for cyg
\`
win'32""...
$ac_c
"
1>&6
echo
$ac_n
"checking for cyg
\`
win'32""...
$ac_c
"
1>&6
echo
"configure:101
4
: checking for cyg
\`
win'32"
>
&5
echo
"configure:101
5
: checking for cyg
\`
win'32"
>
&5
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_cygwin32
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_cygwin32
'+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 10
19
"configure"
#line 10
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef __CYGWIN32__
#ifdef __CYGWIN32__
yes
yes
...
@@ -1038,12 +1039,12 @@ echo "$ac_t""$g77_cv_sys_cygwin32" 1>&6
...
@@ -1038,12 +1039,12 @@ echo "$ac_t""$g77_cv_sys_cygwin32" 1>&6
# ditto for mingw32.
# ditto for mingw32.
echo
$ac_n
"checking for mingw32""...
$ac_c
"
1>&6
echo
$ac_n
"checking for mingw32""...
$ac_c
"
1>&6
echo
"configure:104
2
: checking for mingw32"
>
&5
echo
"configure:104
3
: checking for mingw32"
>
&5
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_mingw32
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_mingw32
'+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 104
7
"configure"
#line 104
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef __MINGW32__
#ifdef __MINGW32__
yes
yes
...
@@ -1067,17 +1068,17 @@ echo "$ac_t""$g77_cv_sys_mingw32" 1>&6
...
@@ -1067,17 +1068,17 @@ echo "$ac_t""$g77_cv_sys_mingw32" 1>&6
ac_safe
=
`
echo
"fcntl.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"fcntl.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for fcntl.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for fcntl.h""...
$ac_c
"
1>&6
echo
"configure:107
1
: checking for fcntl.h"
>
&5
echo
"configure:107
2
: checking for fcntl.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 107
6
"configure"
#line 107
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <fcntl.h>
#include <fcntl.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:108
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:108
2
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -1110,12 +1111,12 @@ fi
...
@@ -1110,12 +1111,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:111
4
: checking for working const"
>
&5
echo
"configure:111
5
: 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 11
19
"configure"
#line 11
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
...
@@ -1164,7 +1165,7 @@ ccp = (char const *const *) p;
...
@@ -1164,7 +1165,7 @@ ccp = (char const *const *) p;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:116
8
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:116
9
:
\"
$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
...
@@ -1185,12 +1186,12 @@ EOF
...
@@ -1185,12 +1186,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:11
89
: checking for size_t"
>
&5
echo
"configure:11
90
: 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 119
4
"configure"
#line 119
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -1219,12 +1220,12 @@ fi
...
@@ -1219,12 +1220,12 @@ fi
echo
$ac_n
"checking return type of signal handlers""...
$ac_c
"
1>&6
echo
$ac_n
"checking return type of signal handlers""...
$ac_c
"
1>&6
echo
"configure:122
3
: checking return type of signal handlers"
>
&5
echo
"configure:122
4
: checking return type of signal handlers"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_signal
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_signal
'+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 122
8
"configure"
#line 122
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <signal.h>
#include <signal.h>
...
@@ -1241,7 +1242,7 @@ int main() {
...
@@ -1241,7 +1242,7 @@ int main() {
int i;
int i;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:124
5
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:124
6
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_type_signal
=
void
ac_cv_type_signal
=
void
else
else
...
@@ -1262,12 +1263,12 @@ EOF
...
@@ -1262,12 +1263,12 @@ EOF
# we'll get atexit by default
# we'll get atexit by default
if
test
$ac_cv_header_stdc
!=
yes
;
then
if
test
$ac_cv_header_stdc
!=
yes
;
then
echo
$ac_n
"checking for atexit""...
$ac_c
"
1>&6
echo
$ac_n
"checking for atexit""...
$ac_c
"
1>&6
echo
"configure:126
6
: checking for atexit"
>
&5
echo
"configure:126
7
: checking for atexit"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_atexit
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_atexit
'+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 127
1
"configure"
#line 127
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 atexit(); below. */
which can conflict with char atexit(); below. */
...
@@ -1290,7 +1291,7 @@ atexit();
...
@@ -1290,7 +1291,7 @@ atexit();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:129
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:129
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_atexit=yes"
eval
"ac_cv_func_atexit=yes"
else
else
...
@@ -1315,12 +1316,12 @@ else
...
@@ -1315,12 +1316,12 @@ else
EOF
EOF
echo
$ac_n
"checking for onexit""...
$ac_c
"
1>&6
echo
$ac_n
"checking for onexit""...
$ac_c
"
1>&6
echo
"configure:13
19
: checking for onexit"
>
&5
echo
"configure:13
20
: checking for onexit"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_onexit
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_onexit
'+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 132
4
"configure"
#line 132
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 onexit(); below. */
which can conflict with char onexit(); below. */
...
@@ -1343,7 +1344,7 @@ onexit();
...
@@ -1343,7 +1344,7 @@ onexit();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:134
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:134
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_onexit=yes"
eval
"ac_cv_func_onexit=yes"
else
else
...
@@ -1361,12 +1362,12 @@ if eval "test \"`echo '$ac_cv_func_'onexit`\" = yes"; then
...
@@ -1361,12 +1362,12 @@ if eval "test \"`echo '$ac_cv_func_'onexit`\" = yes"; then
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for on_exit""...
$ac_c
"
1>&6
echo
$ac_n
"checking for on_exit""...
$ac_c
"
1>&6
echo
"configure:136
5
: checking for on_exit"
>
&5
echo
"configure:136
6
: checking for on_exit"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_on_exit
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_on_exit
'+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 137
0
"configure"
#line 137
1
"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 on_exit(); below. */
which can conflict with char on_exit(); below. */
...
@@ -1389,7 +1390,7 @@ on_exit();
...
@@ -1389,7 +1390,7 @@ on_exit();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:139
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:139
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_on_exit=yes"
eval
"ac_cv_func_on_exit=yes"
else
else
...
@@ -1422,12 +1423,12 @@ fi
...
@@ -1422,12 +1423,12 @@ fi
# Apparently positive result on cygwin loses re. NON_UNIX_STDIO
# Apparently positive result on cygwin loses re. NON_UNIX_STDIO
# (as of cygwin b18). Likewise on mingw.
# (as of cygwin b18). Likewise on mingw.
echo
$ac_n
"checking for fstat""...
$ac_c
"
1>&6
echo
$ac_n
"checking for fstat""...
$ac_c
"
1>&6
echo
"configure:142
6
: checking for fstat"
>
&5
echo
"configure:142
7
: checking for fstat"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_fstat
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_fstat
'+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 143
1
"configure"
#line 143
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 fstat(); below. */
which can conflict with char fstat(); below. */
...
@@ -1450,7 +1451,7 @@ fstat();
...
@@ -1450,7 +1451,7 @@ fstat();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:145
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:145
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_fstat=yes"
eval
"ac_cv_func_fstat=yes"
else
else
...
@@ -1470,7 +1471,7 @@ else
...
@@ -1470,7 +1471,7 @@ else
fi
fi
echo
$ac_n
"checking need for NON_UNIX_STDIO""...
$ac_c
"
1>&6
echo
$ac_n
"checking need for NON_UNIX_STDIO""...
$ac_c
"
1>&6
echo
"configure:147
4
: checking need for NON_UNIX_STDIO"
>
&5
echo
"configure:147
5
: checking need for NON_UNIX_STDIO"
>
&5
if
test
$g77_cv_sys_cygwin32
=
yes
\
if
test
$g77_cv_sys_cygwin32
=
yes
\
||
test
$g77_cv_sys_mingw32
=
yes
\
||
test
$g77_cv_sys_mingw32
=
yes
\
||
test
$ac_cv_func_fstat
=
no
;
then
||
test
$ac_cv_func_fstat
=
no
;
then
...
@@ -1485,19 +1486,19 @@ fi
...
@@ -1485,19 +1486,19 @@ fi
# This is necessary for e.g. Linux:
# This is necessary for e.g. Linux:
echo
$ac_n
"checking for necessary members of struct FILE""...
$ac_c
"
1>&6
echo
$ac_n
"checking for necessary members of struct FILE""...
$ac_c
"
1>&6
echo
"configure:14
89
: checking for necessary members of struct FILE"
>
&5
echo
"configure:14
90
: checking for necessary members of struct FILE"
>
&5
if
eval
"test
\"
`
echo
'$''{'
g77_cv_struct_FILE
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_struct_FILE
'+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 149
4
"configure"
#line 149
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
int main() {
int main() {
FILE s; s._ptr; s._base; s._flag;
FILE s; s._ptr; s._base; s._flag;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:150
1
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:150
2
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
g77_cv_struct_FILE
=
yes
g77_cv_struct_FILE
=
yes
else
else
...
@@ -1517,7 +1518,7 @@ EOF
...
@@ -1517,7 +1518,7 @@ EOF
fi
fi
echo
$ac_n
"checking for drem in -lm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for drem in -lm""...
$ac_c
"
1>&6
echo
"configure:152
1
: checking for drem in -lm"
>
&5
echo
"configure:152
2
: checking for drem in -lm"
>
&5
ac_lib_var
=
`
echo
m
'_'
drem | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
m
'_'
drem | 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
...
@@ -1525,7 +1526,7 @@ else
...
@@ -1525,7 +1526,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lm
$LIBS
"
LIBS
=
"-lm
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 15
29
"configure"
#line 15
30
"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
...
@@ -1536,7 +1537,7 @@ int main() {
...
@@ -1536,7 +1537,7 @@ int main() {
drem()
drem()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:154
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:154
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
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
...
@@ -1566,19 +1567,19 @@ fi
...
@@ -1566,19 +1567,19 @@ fi
# However, on my sunos4/gcc setup unistd.h leads us wrongly to believe
# However, on my sunos4/gcc setup unistd.h leads us wrongly to believe
# we're posix-conformant, so always do the test.
# we're posix-conformant, so always do the test.
echo
$ac_n
"checking for ansi/posix sprintf result""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ansi/posix sprintf result""...
$ac_c
"
1>&6
echo
"configure:157
0
: checking for ansi/posix sprintf result"
>
&5
echo
"configure:157
1
: checking for ansi/posix sprintf result"
>
&5
if
test
"
$cross_compiling
"
=
yes
;
then
if
test
"
$cross_compiling
"
=
yes
;
then
g77_cv_sys_sprintf_ansi
=
no
g77_cv_sys_sprintf_ansi
=
no
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 157
5
"configure"
#line 157
6
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
/* does sprintf return the number of chars transferred? */
/* does sprintf return the number of chars transferred? */
main () {char foo[2]; (sprintf(foo, "1") == 1) ? exit(0) : exit(1);}
main () {char foo[2]; (sprintf(foo, "1") == 1) ? exit(0) : exit(1);}
EOF
EOF
if
{
(
eval echo
configure:158
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:158
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
g77_cv_sys_sprintf_ansi
=
yes
g77_cv_sys_sprintf_ansi
=
yes
else
else
...
@@ -1612,9 +1613,9 @@ fi
...
@@ -1612,9 +1613,9 @@ fi
# define NON_ANSI_RW_MODES on unix (can't hurt)
# define NON_ANSI_RW_MODES on unix (can't hurt)
echo
$ac_n
"checking NON_ANSI_RW_MODES""...
$ac_c
"
1>&6
echo
$ac_n
"checking NON_ANSI_RW_MODES""...
$ac_c
"
1>&6
echo
"configure:161
6
: checking NON_ANSI_RW_MODES"
>
&5
echo
"configure:161
7
: checking NON_ANSI_RW_MODES"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 161
8
"configure"
#line 161
9
"configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef unix
#ifdef unix
yes
yes
...
@@ -1655,14 +1656,14 @@ fi
...
@@ -1655,14 +1656,14 @@ fi
# (via com.h). proj.h and com.h are in $srcdir/.., config.h which they need
# (via com.h). proj.h and com.h are in $srcdir/.., config.h which they need
# is in ../.. and the config files are in $srcdir/../../config.
# is in ../.. and the config files are in $srcdir/../../config.
echo
$ac_n
"checking f2c integer type""...
$ac_c
"
1>&6
echo
$ac_n
"checking f2c integer type""...
$ac_c
"
1>&6
echo
"configure:16
59
: checking f2c integer type"
>
&5
echo
"configure:16
60
: checking f2c integer type"
>
&5
late_ac_cpp
=
$ac_cpp
late_ac_cpp
=
$ac_cpp
ac_cpp
=
"
$late_ac_cpp
-I
$srcdir
/../gcc/f -I../../gcc -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
ac_cpp
=
"
$late_ac_cpp
-I
$srcdir
/../gcc/f -I../../gcc -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_f2cinteger
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_f2cinteger
'+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 166
6
"configure"
#line 166
7
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "proj.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
#define FFECOM_DETERMINE_TYPES 1
...
@@ -1685,7 +1686,7 @@ rm -f conftest*
...
@@ -1685,7 +1686,7 @@ rm -f conftest*
if
test
"
$g77_cv_sys_f2cinteger
"
=
""
;
then
if
test
"
$g77_cv_sys_f2cinteger
"
=
""
;
then
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 16
89
"configure"
#line 16
90
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "proj.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
#define FFECOM_DETERMINE_TYPES 1
...
@@ -1720,14 +1721,14 @@ ac_cpp=$late_ac_cpp
...
@@ -1720,14 +1721,14 @@ ac_cpp=$late_ac_cpp
echo
$ac_n
"checking f2c long int type""...
$ac_c
"
1>&6
echo
$ac_n
"checking f2c long int type""...
$ac_c
"
1>&6
echo
"configure:172
4
: checking f2c long int type"
>
&5
echo
"configure:172
5
: checking f2c long int type"
>
&5
late_ac_cpp
=
$ac_cpp
late_ac_cpp
=
$ac_cpp
ac_cpp
=
"
$late_ac_cpp
-I
$srcdir
/../gcc/f -I../../gcc -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
ac_cpp
=
"
$late_ac_cpp
-I
$srcdir
/../gcc/f -I../../gcc -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_f2clongint
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_f2clongint
'+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 173
1
"configure"
#line 173
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "proj.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
#define FFECOM_DETERMINE_TYPES 1
...
@@ -1750,7 +1751,7 @@ rm -f conftest*
...
@@ -1750,7 +1751,7 @@ rm -f conftest*
if
test
"
$g77_cv_sys_f2clongint
"
=
""
;
then
if
test
"
$g77_cv_sys_f2clongint
"
=
""
;
then
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 175
4
"configure"
#line 175
5
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "proj.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
#define FFECOM_DETERMINE_TYPES 1
...
@@ -1865,7 +1866,7 @@ EOF
...
@@ -1865,7 +1866,7 @@ EOF
# Ultrix sh set writes to stderr and can't be redirected directly,
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
# and sets the high bit in the cache file unless we assign to the vars.
(
set
)
2>&1 |
(
set
)
2>&1 |
case
`
(
ac_space
=
' '
;
set
)
2>&1
`
in
case
`
(
ac_space
=
' '
;
set
)
2>&1
|
grep
ac_space
`
in
*
ac_space
=
\
*
)
*
ac_space
=
\
*
)
# `set' does not quote correctly, so add quotes (double-quote substitution
# `set' does not quote correctly, so add quotes (double-quote substitution
# turns \\\\ into \\, and sed turns \\ into \).
# turns \\\\ into \\, and sed turns \\ into \).
...
@@ -1944,7 +1945,7 @@ do
...
@@ -1944,7 +1945,7 @@ do
echo "running \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion"
echo "running \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion"
exec \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion ;;
exec \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "
$CONFIG_STATUS
generated by autoconf version 2.12"
echo "
$CONFIG_STATUS
generated by autoconf version 2.12
.1
"
exit 0 ;;
exit 0 ;;
-help | --help | --hel | --he | --h)
-help | --help | --hel | --he | --h)
echo "\
$ac_cs_usage
"; exit 0 ;;
echo "\
$ac_cs_usage
"; exit 0 ;;
...
@@ -1963,6 +1964,7 @@ sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
...
@@ -1963,6 +1964,7 @@ sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
s/@@/%@/; s/@@/@%/; s/@g\
$/
%g/' > conftest.subs <<\\CEOF
s/@@/%@/; s/@@/@%/; s/@g\
$/
%g/' > conftest.subs <<\\CEOF
$ac_vpsub
$ac_vpsub
$extrasub
$extrasub
s%@SHELL@%
$SHELL
%g
s%@CFLAGS@%
$CFLAGS
%g
s%@CFLAGS@%
$CFLAGS
%g
s%@CPPFLAGS@%
$CPPFLAGS
%g
s%@CPPFLAGS@%
$CPPFLAGS
%g
s%@CXXFLAGS@%
$CXXFLAGS
%g
s%@CXXFLAGS@%
$CXXFLAGS
%g
...
...
libf2c/libU77/config.h.in
View file @
3ab1919c
...
@@ -33,21 +33,39 @@
...
@@ -33,21 +33,39 @@
/* Define as the path of the `chmod' program. */
/* Define as the path of the `chmod' program. */
#undef CHMOD_PATH
#undef CHMOD_PATH
/* Define if you have the alarm function. */
#undef HAVE_ALARM
/* Define if you have the clock function. */
/* Define if you have the clock function. */
#undef HAVE_CLOCK
#undef HAVE_CLOCK
/* Define if you have the getcwd function. */
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
#undef HAVE_GETCWD
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the gethostname function. */
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME
#undef HAVE_GETHOSTNAME
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getrusage function. */
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
#undef HAVE_GETRUSAGE
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the getwd function. */
/* Define if you have the getwd function. */
#undef HAVE_GETWD
#undef HAVE_GETWD
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */
#undef HAVE_LINK
/* Define if you have the lstat function. */
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
#undef HAVE_LSTAT
...
@@ -57,6 +75,12 @@
...
@@ -57,6 +75,12 @@
/* Define if you have the symlink function. */
/* Define if you have the symlink function. */
#undef HAVE_SYMLINK
#undef HAVE_SYMLINK
/* Define if you have the times function. */
#undef HAVE_TIMES
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
/* Define if you have the <limits.h> header file. */
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
#undef HAVE_LIMITS_H
...
@@ -66,38 +90,14 @@
...
@@ -66,38 +90,14 @@
/* Define if you have the <string.h> header file. */
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
#undef HAVE_STRING_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <sys/param.h> header file. */
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/times.h> header file. */
/* Define if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
#undef HAVE_SYS_TIMES_H
/* Define if you have the alarm function. */
/* Define if you have the <unistd.h> header file. */
#undef HAVE_ALARM
#undef HAVE_UNISTD_H
/* Define if you have the times function. */
#undef HAVE_TIMES
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the kill function. */
#undef HAVE_KILL
/* Define if you have the link function. */
#undef HAVE_LINK
/* Define if you have the ttyname function. */
#undef HAVE_TTYNAME
libf2c/libU77/configure
View file @
3ab1919c
...
@@ -1343,7 +1343,7 @@ fi
...
@@ -1343,7 +1343,7 @@ fi
for
ac_func
in
symlink getcwd getwd lstat gethostname strerror clock
\
for
ac_func
in
symlink getcwd getwd lstat gethostname strerror clock
\
getrusage
times
alarm
getrusage
times
alarm
getlogin getgid getuid
kill
link ttyname
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:1350: checking for
$ac_func
"
>
&5
echo
"configure:1350: checking for
$ac_func
"
>
&5
...
...
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