Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c9ba25eb
Commit
c9ba25eb
authored
Mar 17, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add in a check for libcrypt.a
Pointed out by Martin
parent
4b4ac7c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
367 additions
and
544 deletions
+367
-544
src/configure
src/configure
+366
-544
src/configure.in
src/configure.in
+1
-0
No files found.
src/configure
View file @
c9ba25eb
#! /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.1
2
# Generated automatically using autoconf version 2.1
0
# 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,8 +49,6 @@ mandir='${prefix}/man'
...
@@ -49,8 +49,6 @@ mandir='${prefix}/man'
# Initialize some other variables.
# Initialize some other variables.
subdirs
=
subdirs
=
MFLAGS
=
MAKEFLAGS
=
MFLAGS
=
MAKEFLAGS
=
# Maximum number of lines to put in a shell here document.
ac_max_here_lines
=
12
ac_prev
=
ac_prev
=
for
ac_option
for
ac_option
...
@@ -332,7 +330,7 @@ EOF
...
@@ -332,7 +330,7 @@ EOF
verbose
=
yes
;;
verbose
=
yes
;;
-version
|
--version
|
--versio
|
--versi
|
--vers
)
-version
|
--version
|
--versio
|
--versi
|
--vers
)
echo
"configure generated by autoconf version 2.1
2
"
echo
"configure generated by autoconf version 2.1
0
"
exit
0
;;
exit
0
;;
-with-
*
|
--with-
*
)
-with-
*
|
--with-
*
)
...
@@ -434,14 +432,11 @@ do
...
@@ -434,14 +432,11 @@ do
done
done
# NLS nuisances.
# NLS nuisances.
# Only set these to C if already set. These must not be set unconditionally
# Only set LANG and LC_ALL to C if already set.
# because not all systems understand e.g. LANG=C (notably SCO).
# These must not be set unconditionally because not all systems understand
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
# e.g. LANG=C (notably SCO).
# Non-C LC_CTYPE values break the ctype check.
if
test
"
${
LANG
+set
}
"
=
set
;
then
LANG
=
C
;
export
LANG
;
fi
if
test
"
${
LC_ALL
+set
}
"
=
set
;
then
LC_ALL
=
C
;
export
LC_ALL
;
fi
if
test
"
${
LC_ALL
+set
}
"
=
set
;
then
LC_ALL
=
C
;
export
LC_ALL
;
fi
if
test
"
${
LC_MESSAGES
+set
}
"
=
set
;
then
LC_MESSAGES
=
C
;
export
LC_MESSAGES
;
fi
if
test
"
${
LANG
+set
}
"
=
set
;
then
LANG
=
C
;
export
LANG
;
fi
if
test
"
${
LC_CTYPE
+set
}
"
=
set
;
then
LC_CTYPE
=
C
;
export
LC_CTYPE
;
fi
# confdefs.h avoids OS command line length limits that DEFS can exceed.
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm
-rf
conftest
*
confdefs.h
rm
-rf
conftest
*
confdefs.h
...
@@ -503,7 +498,6 @@ ac_ext=c
...
@@ -503,7 +498,6 @@ ac_ext=c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link
=
'${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
ac_link
=
'${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling
=
$ac_cv_prog_cc_cross
if
(
echo
"testing
\c
"
;
echo
1,2,3
)
|
grep
c
>
/dev/null
;
then
if
(
echo
"testing
\c
"
;
echo
1,2,3
)
|
grep
c
>
/dev/null
;
then
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
...
@@ -544,7 +538,6 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
...
@@ -544,7 +538,6 @@ 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:548: checking host system type"
>
&5
host_alias
=
$host
host_alias
=
$host
case
"
$host_alias
"
in
case
"
$host_alias
"
in
...
@@ -559,9 +552,9 @@ NONE)
...
@@ -559,9 +552,9 @@ NONE)
esac
esac
host
=
`
$ac_config_sub
$host_alias
`
host
=
`
$ac_config_sub
$host_alias
`
host_cpu
=
`
echo
$host
|
sed
's/^\(
[^-]*\)-\([^-]
*\)-\(.*\)$/\1/'
`
host_cpu
=
`
echo
$host
|
sed
's/^\(
.*\)-\(.
*\)-\(.*\)$/\1/'
`
host_vendor
=
`
echo
$host
|
sed
's/^\(
[^-]*\)-\([^-]
*\)-\(.*\)$/\2/'
`
host_vendor
=
`
echo
$host
|
sed
's/^\(
.*\)-\(.
*\)-\(.*\)$/\2/'
`
host_os
=
`
echo
$host
|
sed
's/^\(
[^-]*\)-\([^-]
*\)-\(.*\)$/\3/'
`
host_os
=
`
echo
$host
|
sed
's/^\(
.*\)-\(.
*\)-\(.*\)$/\3/'
`
echo
"
$ac_t
""
$host
"
1>&6
echo
"
$ac_t
""
$host
"
1>&6
case
"
$host_os
"
in
case
"
$host_os
"
in
...
@@ -601,7 +594,6 @@ esac
...
@@ -601,7 +594,6 @@ esac
# 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:605: 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
...
@@ -630,7 +622,6 @@ if test -z "$CC"; then
...
@@ -630,7 +622,6 @@ 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:634: 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
...
@@ -677,47 +668,7 @@ fi
...
@@ -677,47 +668,7 @@ fi
test
-z
"
$CC
"
&&
{
echo
"configure: error: no acceptable cc found in
\$
PATH"
1>&2
;
exit
1
;
}
test
-z
"
$CC
"
&&
{
echo
"configure: error: no acceptable cc found in
\$
PATH"
1>&2
;
exit
1
;
}
fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
"configure:682: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
ac_ext
=
c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link
=
'${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 692 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
if
{
(
eval echo
configure:696:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
ac_cv_prog_cc_works
=
yes
# If we can't run a trivial program, we are probably using a cross compiler.
if
(
./conftest
;
exit
)
2>/dev/null
;
then
ac_cv_prog_cc_cross
=
no
else
ac_cv_prog_cc_cross
=
yes
fi
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
ac_cv_prog_cc_works
=
no
fi
rm
-fr
conftest
*
echo
"
$ac_t
""
$ac_cv_prog_cc_works
"
1>&6
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
;
}
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo
"configure:716: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"
$ac_t
""
$ac_cv_prog_cc_cross
"
1>&6
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:721: 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
...
@@ -726,7 +677,7 @@ else
...
@@ -726,7 +677,7 @@ else
yes;
yes;
#endif
#endif
EOF
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:
730
:
\"
$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:
681
:
\"
$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
...
@@ -734,34 +685,29 @@ fi
...
@@ -734,34 +685,29 @@ fi
fi
fi
echo
"
$ac_t
""
$ac_cv_prog_gcc
"
1>&6
echo
"
$ac_t
""
$ac_cv_prog_gcc
"
1>&6
if
test
$ac_cv_prog_gcc
=
yes
;
then
if
test
$ac_cv_prog_gcc
=
yes
;
then
GCC
=
yes
GCC
=
yes
ac_test_CFLAGS
=
"
${
CFLAGS
+set
}
"
if
test
"
${
CFLAGS
+set
}
"
!=
set
;
then
ac_save_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:745: checking whether
${
CC
-cc
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc_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
echo
'void f(){}'
>
conftest.c
echo
'void f(){}'
>
conftest.c
if
test
-z
"
`
${
CC
-cc
}
-g
-c
conftest.c 2>&1
`
"
;
then
if
test
-z
"
`
${
CC
-cc
}
-g
-c
conftest.c 2>&1
`
"
;
then
ac_cv_prog_cc_g
=
yes
ac_cv_prog_
g
cc_g
=
yes
else
else
ac_cv_prog_cc_g
=
no
ac_cv_prog_
g
cc_g
=
no
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_prog_cc_g
"
1>&6
echo
"
$ac_t
""
$ac_cv_prog_gcc_g
"
1>&6
if
test
"
$ac_test_CFLAGS
"
=
set
;
then
if
test
$ac_cv_prog_gcc_g
=
yes
;
then
CFLAGS
=
"
$ac_save_CFLAGS
"
CFLAGS
=
"-g -O"
elif
test
$ac_cv_prog_cc_g
=
yes
;
then
CFLAGS
=
"-g -O2"
else
else
CFLAGS
=
"-O2"
CFLAGS
=
"-O"
fi
fi
fi
else
else
GCC
=
GCC
=
...
@@ -769,7 +715,6 @@ else
...
@@ -769,7 +715,6 @@ else
fi
fi
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:773: 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
=
...
@@ -784,37 +729,33 @@ else
...
@@ -784,37 +729,33 @@ 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 7
88
"configure"
#line 7
33
"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
94
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:7
39
:
\"
$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
:
:
else
else
echo
"
$ac_err
"
>
&5
echo
"
$ac_err
"
>
&5
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
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
805
"configure"
#line
748
"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:
811
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:
754
:
\"
$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
:
:
else
else
echo
"
$ac_err
"
>
&5
echo
"
$ac_err
"
>
&5
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
/lib/cpp
CPP
=
/lib/cpp
fi
fi
...
@@ -836,7 +777,6 @@ HAVECXX='HAVE_Cplusplus=false'
...
@@ -836,7 +777,6 @@ HAVECXX='HAVE_Cplusplus=false'
# Extract the first word of "install", so it can be a program name with args.
# Extract the first word of "install", so it can be a program name with args.
set
dummy
install
;
ac_word
=
$2
set
dummy
install
;
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:840: checking for
$ac_word
"
>
&5
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
else
else
...
@@ -868,7 +808,6 @@ fi
...
@@ -868,7 +808,6 @@ fi
# Extract the first word of "bsdinst", so it can be a program name with args.
# Extract the first word of "bsdinst", so it can be a program name with args.
set
dummy bsdinst
;
ac_word
=
$2
set
dummy bsdinst
;
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:872: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_BSDINST
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_BSDINST
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -931,7 +870,6 @@ fi
...
@@ -931,7 +870,6 @@ fi
# 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:935: 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
...
@@ -963,32 +901,30 @@ then
...
@@ -963,32 +901,30 @@ then
flex
*
)
ac_lib
=
fl
;;
flex
*
)
ac_lib
=
fl
;;
*
)
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 -l
$ac_lib
""...
$ac_c
"
1>&6
echo
"configure:968: checking for yywrap in -l
$ac_lib
"
>
&5
ac_lib_var
=
`
echo
$ac_lib
'_'
yywrap |
tr
'./+\055'
'__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
else
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 9
76
"configure"
#line 9
13
"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
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char yywrap();
char yywrap();
int main() {
int main() { return 0; }
int t() {
yywrap()
yywrap()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:9
87:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:9
25:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1006,7 +942,6 @@ fi
...
@@ -1006,7 +942,6 @@ fi
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:1010: checking whether ln -s works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_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
...
@@ -1027,8 +962,7 @@ else
...
@@ -1027,8 +962,7 @@ else
fi
fi
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:1031: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
set
dummy
${
MAKE
-make
}
;
ac_make
=
$2
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
else
else
...
@@ -1056,7 +990,6 @@ fi
...
@@ -1056,7 +990,6 @@ 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:1060: 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
...
@@ -1085,7 +1018,6 @@ fi
...
@@ -1085,7 +1018,6 @@ fi
# Extract the first word of "find", so it can be a program name with args.
# Extract the first word of "find", so it can be a program name with args.
set
dummy find
;
ac_word
=
$2
set
dummy find
;
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:1089: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_find
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_find
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1116,7 +1048,6 @@ fi
...
@@ -1116,7 +1048,6 @@ fi
# Extract the first word of "tar", so it can be a program name with args.
# Extract the first word of "tar", so it can be a program name with args.
set
dummy
tar
;
ac_word
=
$2
set
dummy
tar
;
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:1120: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_tar
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_tar
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1147,7 +1078,6 @@ fi
...
@@ -1147,7 +1078,6 @@ fi
# Extract the first word of "split", so it can be a program name with args.
# Extract the first word of "split", so it can be a program name with args.
set
dummy
split
;
ac_word
=
$2
set
dummy
split
;
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:1151: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_split
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_split
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1178,7 +1108,6 @@ fi
...
@@ -1178,7 +1108,6 @@ fi
# Extract the first word of "etags", so it can be a program name with args.
# Extract the first word of "etags", so it can be a program name with args.
set
dummy etags
;
ac_word
=
$2
set
dummy etags
;
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:1182: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_etags
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_etags
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1209,7 +1138,6 @@ fi
...
@@ -1209,7 +1138,6 @@ fi
# Extract the first word of "xargs", so it can be a program name with args.
# Extract the first word of "xargs", so it can be a program name with args.
set
dummy xargs
;
ac_word
=
$2
set
dummy xargs
;
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:1213: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_xargs
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_xargs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1240,7 +1168,6 @@ fi
...
@@ -1240,7 +1168,6 @@ fi
# Extract the first word of "ipcs", so it can be a program name with args.
# Extract the first word of "ipcs", so it can be a program name with args.
set
dummy ipcs
;
ac_word
=
$2
set
dummy ipcs
;
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:1244: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_ipcs
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_ipcs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1271,7 +1198,6 @@ fi
...
@@ -1271,7 +1198,6 @@ fi
# Extract the first word of "ipcrm", so it can be a program name with args.
# Extract the first word of "ipcrm", so it can be a program name with args.
set
dummy ipcrm
;
ac_word
=
$2
set
dummy ipcrm
;
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:1275: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_ipcrm
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_ipcrm
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1300,28 +1226,26 @@ else
...
@@ -1300,28 +1226,26 @@ else
fi
fi
echo
$ac_n
"checking for main in -lcurses""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lcurses""...
$ac_c
"
1>&6
echo
"configure:1305: checking for main in -lcurses"
>
&5
ac_lib_var
=
`
echo
curses
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
curses
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcurses
$LIBS
"
LIBS
=
"-lcurses
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
313
"configure"
#line 1
238
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
320:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
246:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1331,8 +1255,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1331,8 +1255,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
curses |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
curses |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1343,28 +1266,26 @@ else
...
@@ -1343,28 +1266,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -ltermcap""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -ltermcap""...
$ac_c
"
1>&6
echo
"configure:1348: checking for main in -ltermcap"
>
&5
ac_lib_var
=
`
echo
termcap
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
termcap
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ltermcap
$LIBS
"
LIBS
=
"-ltermcap
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
356
"configure"
#line 1
278
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
363:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
286:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1374,8 +1295,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1374,8 +1295,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
termcap |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
termcap |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1386,28 +1306,26 @@ else
...
@@ -1386,28 +1306,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lhistory""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lhistory""...
$ac_c
"
1>&6
echo
"configure:1391: checking for main in -lhistory"
>
&5
ac_lib_var
=
`
echo history
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo history
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lhistory
$LIBS
"
LIBS
=
"-lhistory
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 13
99
"configure"
#line 13
18
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
406:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
326:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1417,8 +1335,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1417,8 +1335,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo history
|
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo history
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1429,28 +1346,26 @@ else
...
@@ -1429,28 +1346,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lreadline""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lreadline""...
$ac_c
"
1>&6
echo
"configure:1434: checking for main in -lreadline"
>
&5
ac_lib_var
=
`
echo
readline
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
readline
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lreadline
$LIBS
"
LIBS
=
"-lreadline
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
442
"configure"
#line 1
358
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
449:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
366:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1460,8 +1375,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1460,8 +1375,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
readline |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
readline |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1472,32 +1386,30 @@ else
...
@@ -1472,32 +1386,30 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for write_history in -lreadline""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lreadline""...
$ac_c
"
1>&6
echo
"configure:1477: checking for write_history in -lreadline"
>
&5
ac_lib_var
=
`
echo
readline
'_'
write_history |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
readline
'_'
write_history |
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lreadline
$LIBS
"
LIBS
=
"-lreadline
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
485
"configure"
#line 1
398
"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
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char write_history();
char write_history();
int main() {
int main() { return 0; }
int t() {
write_history()
write_history()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:14
96:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:14
10:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1515,28 +1427,26 @@ else
...
@@ -1515,28 +1427,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lm""...
$ac_c
"
1>&6
echo
"configure:1520: checking for main in -lm"
>
&5
ac_lib_var
=
`
echo
m
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
m
'_'
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
else
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 1
528
"configure"
#line 1
439
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
535:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
447:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1546,8 +1456,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1546,8 +1456,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
m |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
m |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1558,28 +1467,26 @@ else
...
@@ -1558,28 +1467,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -ldl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -ldl""...
$ac_c
"
1>&6
echo
"configure:1563: checking for main in -ldl"
>
&5
ac_lib_var
=
`
echo
dl
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
dl
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
571
"configure"
#line 1
479
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
578:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
487:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1589,8 +1496,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1589,8 +1496,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
dl |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
dl |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1601,28 +1507,26 @@ else
...
@@ -1601,28 +1507,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lsocket""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lsocket""...
$ac_c
"
1>&6
echo
"configure:1606: checking for main in -lsocket"
>
&5
ac_lib_var
=
`
echo
socket
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
socket
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lsocket
$LIBS
"
LIBS
=
"-lsocket
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
614
"configure"
#line 1
519
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
621:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
527:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1632,8 +1536,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1632,8 +1536,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
socket |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
socket |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1644,28 +1547,26 @@ else
...
@@ -1644,28 +1547,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lnsl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lnsl""...
$ac_c
"
1>&6
echo
"configure:1649: checking for main in -lnsl"
>
&5
ac_lib_var
=
`
echo
nsl
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
nsl
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lnsl
$LIBS
"
LIBS
=
"-lnsl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
657
"configure"
#line 1
559
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
664:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
567:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1675,8 +1576,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1675,8 +1576,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
nsl |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
nsl |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1687,28 +1587,26 @@ else
...
@@ -1687,28 +1587,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lipc""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lipc""...
$ac_c
"
1>&6
echo
"configure:1692: checking for main in -lipc"
>
&5
ac_lib_var
=
`
echo
ipc
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
ipc
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lipc
$LIBS
"
LIBS
=
"-lipc
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
700
"configure"
#line 1
599
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
707:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
607:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1718,8 +1616,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1718,8 +1616,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
ipc |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
ipc |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1730,28 +1627,26 @@ else
...
@@ -1730,28 +1627,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lIPC""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lIPC""...
$ac_c
"
1>&6
echo
"configure:1735: checking for main in -lIPC"
>
&5
ac_lib_var
=
`
echo
IPC
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
IPC
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lIPC
$LIBS
"
LIBS
=
"-lIPC
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
743
"configure"
#line 1
639
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
750:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
647:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1761,8 +1656,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1761,8 +1656,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
IPC |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
IPC |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1773,28 +1667,26 @@ else
...
@@ -1773,28 +1667,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -llc""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -llc""...
$ac_c
"
1>&6
echo
"configure:1778: checking for main in -llc"
>
&5
ac_lib_var
=
`
echo
lc
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
lc
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-llc
$LIBS
"
LIBS
=
"-llc
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
786
"configure"
#line 1
679
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
793:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
687:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1804,8 +1696,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1804,8 +1696,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
lc |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
lc |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1816,28 +1707,26 @@ else
...
@@ -1816,28 +1707,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -ldld""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -ldld""...
$ac_c
"
1>&6
echo
"configure:1821: checking for main in -ldld"
>
&5
ac_lib_var
=
`
echo
dld
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
dld
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldld
$LIBS
"
LIBS
=
"-ldld
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
82
9 "configure"
#line 1
71
9 "configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
836:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
727:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1847,8 +1736,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1847,8 +1736,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
dld |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
dld |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1859,28 +1747,26 @@ else
...
@@ -1859,28 +1747,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lln""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lln""...
$ac_c
"
1>&6
echo
"configure:1864: checking for main in -lln"
>
&5
ac_lib_var
=
`
echo ln
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo ln
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lln
$LIBS
"
LIBS
=
"-lln
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
872
"configure"
#line 1
759
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
879:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
767:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1890,8 +1776,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1890,8 +1776,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo ln
|
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo ln
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1902,28 +1787,26 @@ else
...
@@ -1902,28 +1787,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lbsd""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lbsd""...
$ac_c
"
1>&6
echo
"configure:1907: checking for main in -lbsd"
>
&5
ac_lib_var
=
`
echo
bsd
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
bsd
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lbsd
$LIBS
"
LIBS
=
"-lbsd
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
915
"configure"
#line 1
799
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
922:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
807:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1933,8 +1816,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1933,8 +1816,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
bsd |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
bsd |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1945,28 +1827,26 @@ else
...
@@ -1945,28 +1827,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lld""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lld""...
$ac_c
"
1>&6
echo
"configure:1950: checking for main in -lld"
>
&5
ac_lib_var
=
`
echo
ld
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
ld
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lld
$LIBS
"
LIBS
=
"-lld
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
958
"configure"
#line 1
839
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
965:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:1
847:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -1976,8 +1856,7 @@ LIBS="$ac_save_LIBS"
...
@@ -1976,8 +1856,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
ld |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
ld |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -1988,28 +1867,26 @@ else
...
@@ -1988,28 +1867,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lcompat""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lcompat""...
$ac_c
"
1>&6
echo
"configure:1993: checking for main in -lcompat"
>
&5
ac_lib_var
=
`
echo
compat
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
compat
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcompat
$LIBS
"
LIBS
=
"-lcompat
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line
2001
"configure"
#line
1879
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:
2008:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:
1887:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -2019,8 +1896,7 @@ LIBS="$ac_save_LIBS"
...
@@ -2019,8 +1896,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
compat |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
compat |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -2031,28 +1907,26 @@ else
...
@@ -2031,28 +1907,26 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for main in -lBSD""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lBSD""...
$ac_c
"
1>&6
echo
"configure:2036: checking for main in -lBSD"
>
&5
ac_lib_var
=
`
echo
BSD
'_'
main |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
BSD
'_'
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
else
else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lBSD
$LIBS
"
LIBS
=
"-lBSD
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line
2044
"configure"
#line
1919
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:
2051:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:
1927:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -2062,8 +1936,7 @@ LIBS="$ac_save_LIBS"
...
@@ -2062,8 +1936,7 @@ LIBS="$ac_save_LIBS"
fi
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
ac_tr_lib
=
HAVE_LIB
`
echo
BSD |
sed
-e
's/[^a-zA-Z0-9_]/_/g'
\
ac_tr_lib
=
HAVE_LIB
`
echo
BSD |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
-e
'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
#define
$ac_tr_lib
1
EOF
EOF
...
@@ -2074,14 +1947,79 @@ else
...
@@ -2074,14 +1947,79 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
echo
$ac_n
"checking for -lcrypt""...
$ac_c
"
1>&6
ac_lib_var
=
`
echo
crypt
'_'
main |
tr
'./+\055'
'__p_'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcrypt
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 1959 "configure"
#include "confdefs.h"
int main() { return 0; }
int t() {
main()
; return 0; }
EOF
if
{
(
eval echo
configure:1967:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
rm
-f
conftest
*
LIBS
=
"
$ac_save_LIBS
"
fi
if
eval
"test
\"
`
echo
'$ac_cv_lib_'
$ac_lib_var
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
ac_tr_lib
=
HAVE_LIB
`
echo
crypt |
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_lib
1
EOF
LIBS
=
"-lcrypt
$LIBS
"
else
echo
"
$ac_t
""no"
1>&6
fi
# If we cannot run a trivial program, we must be cross compiling.
echo
$ac_n
"checking whether cross-compiling""...
$ac_c
"
1>&6
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_cross
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
if
test
"
$cross_compiling
"
=
yes
;
then
ac_cv_c_cross
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 2001 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
{
(
eval echo
configure:2005:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
if
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
;
then
ac_cv_c_cross
=
no
else
ac_cv_c_cross
=
yes
fi
fi
rm
-fr
conftest
*
fi
echo
"
$ac_t
""
$ac_cv_c_cross
"
1>&6
cross_compiling
=
$ac_cv_c_cross
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:2080: 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 20
85
"configure"
#line 20
23
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
...
@@ -2089,15 +2027,13 @@ else
...
@@ -2089,15 +2027,13 @@ 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:20
93
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:20
31
:
\"
$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
*
ac_cv_header_stdc
=
yes
ac_cv_header_stdc
=
yes
else
else
echo
"
$ac_err
"
>
&5
echo
"
$ac_err
"
>
&5
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_stdc
=
no
ac_cv_header_stdc
=
no
fi
fi
...
@@ -2106,7 +2042,7 @@ rm -f conftest*
...
@@ -2106,7 +2042,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 2
110
"configure"
#line 2
046
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
EOF
EOF
...
@@ -2124,7 +2060,7 @@ fi
...
@@ -2124,7 +2060,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 2
128
"configure"
#line 2
064
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
EOF
EOF
...
@@ -2144,8 +2080,8 @@ if test $ac_cv_header_stdc = yes; then
...
@@ -2144,8 +2080,8 @@ if test $ac_cv_header_stdc = yes; then
if
test
"
$cross_compiling
"
=
yes
;
then
if
test
"
$cross_compiling
"
=
yes
;
then
:
:
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
149
"configure"
#line 2
085
"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')
...
@@ -2156,18 +2092,14 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
...
@@ -2156,18 +2092,14 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
exit (0); }
EOF
EOF
if
{
(
eval echo
configure:2160:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
{
(
eval echo
configure:2096:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
then
if
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
;
then
:
:
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-fr
conftest
*
ac_cv_header_stdc
=
no
ac_cv_header_stdc
=
no
fi
fi
rm
-fr
conftest
*
fi
fi
rm
-fr
conftest
*
fi
fi
fi
fi
...
@@ -2180,12 +2112,11 @@ EOF
...
@@ -2180,12 +2112,11 @@ 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:2184: 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 21
89
"configure"
#line 21
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/wait.h>
...
@@ -2195,22 +2126,22 @@ else
...
@@ -2195,22 +2126,22 @@ else
#ifndef WIFEXITED
#ifndef WIFEXITED
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
#endif
#endif
int main() {
int main() { return 0; }
int t() {
int s;
int s;
wait (&s);
wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
205
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
137
:
\"
$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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_sys_wait_h
=
no
ac_cv_header_sys_wait_h
=
no
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_header_sys_wait_h
"
1>&6
echo
"
$ac_t
""
$ac_cv_header_sys_wait_h
"
1>&6
...
@@ -2223,27 +2154,24 @@ fi
...
@@ -2223,27 +2154,24 @@ fi
for
ac_hdr
in
limits.h unistd.h termios.h values.h sys/select.h
for
ac_hdr
in
limits.h unistd.h termios.h values.h sys/select.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%
'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
tr
'./\055'
'___
'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:2229: 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 2
23
4 "configure"
#line 2
16
4 "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:2
23
9:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:2
16
9:
\"
$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
*
eval
"ac_cv_header_
$ac_safe
=yes"
eval
"ac_cv_header_
$ac_safe
=yes"
else
else
echo
"
$ac_err
"
>
&5
echo
"
$ac_err
"
>
&5
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_header_
$ac_safe
=no"
eval
"ac_cv_header_
$ac_safe
=no"
fi
fi
...
@@ -2251,7 +2179,7 @@ rm -f conftest*
...
@@ -2251,7 +2179,7 @@ rm -f conftest*
fi
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
ac_tr_hdr
=
HAVE_
`
echo
$ac_hdr
|
sed
'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%
'
`
ac_tr_hdr
=
HAVE_
`
echo
$ac_hdr
|
tr
'abcdefghijklmnopqrstuvwxyz./\055'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ___
'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_hdr
1
#define
$ac_tr_hdr
1
EOF
EOF
...
@@ -2263,27 +2191,24 @@ done
...
@@ -2263,27 +2191,24 @@ done
for
ac_hdr
in
readline.h history.h dld.h
for
ac_hdr
in
readline.h history.h dld.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%
'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
tr
'./\055'
'___
'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:2269: 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 22
74
"configure"
#line 22
01
"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:22
79
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:22
06
:
\"
$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
*
eval
"ac_cv_header_
$ac_safe
=yes"
eval
"ac_cv_header_
$ac_safe
=yes"
else
else
echo
"
$ac_err
"
>
&5
echo
"
$ac_err
"
>
&5
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_header_
$ac_safe
=no"
eval
"ac_cv_header_
$ac_safe
=no"
fi
fi
...
@@ -2291,7 +2216,7 @@ rm -f conftest*
...
@@ -2291,7 +2216,7 @@ rm -f conftest*
fi
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
ac_tr_hdr
=
HAVE_
`
echo
$ac_hdr
|
sed
'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%
'
`
ac_tr_hdr
=
HAVE_
`
echo
$ac_hdr
|
tr
'abcdefghijklmnopqrstuvwxyz./\055'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ___
'
`
cat
>>
confdefs.h
<<
EOF
cat
>>
confdefs.h
<<
EOF
#define
$ac_tr_hdr
1
#define
$ac_tr_hdr
1
EOF
EOF
...
@@ -2303,15 +2228,15 @@ done
...
@@ -2303,15 +2228,15 @@ done
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
"configure:2307: 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 2
312
"configure"
#line 2
236
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
/* Ultrix mips cc rejects this. */
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x;
typedef int charset[2]; const charset x;
...
@@ -2357,16 +2282,15 @@ ccp = (char const *const *) p;
...
@@ -2357,16 +2282,15 @@ ccp = (char const *const *) p;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
361
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
286
:
\"
$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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_c_const
=
no
ac_cv_c_const
=
no
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_c_const
"
1>&6
echo
"
$ac_t
""
$ac_cv_c_const
"
1>&6
...
@@ -2378,12 +2302,11 @@ EOF
...
@@ -2378,12 +2302,11 @@ EOF
fi
fi
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:2382: 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 23
87
"configure"
#line 23
10
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
EOF
EOF
...
@@ -2412,28 +2335,26 @@ EOF
...
@@ -2412,28 +2335,26 @@ EOF
fi
fi
echo
$ac_n
"checking for inline""...
$ac_c
"
1>&6
echo
$ac_n
"checking for inline""...
$ac_c
"
1>&6
echo
"configure:2416: 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 2
423
"configure"
#line 2
345
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() { return 0; }
int t() {
}
$ac_kw
foo() {
}
$ac_kw
foo() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
430
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
353
:
\"
$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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
done
done
fi
fi
...
@@ -2452,21 +2373,19 @@ EOF
...
@@ -2452,21 +2373,19 @@ EOF
esac
esac
echo
$ac_n
"checking for mode_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for mode_t""...
$ac_c
"
1>&6
echo
"configure:2456: checking for mode_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_mode_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_mode_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
46
1 "configure"
#line 2
38
1 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
#include <stdlib.h>
#include <stdlib.h>
#include <stddef.h>
#endif
#endif
EOF
EOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"mode_t
[^a-zA-Z_0-9]
"
>
/dev/null 2>&1
;
then
egrep
"mode_t"
>
/dev/null 2>&1
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_type_mode_t
=
yes
ac_cv_type_mode_t
=
yes
else
else
...
@@ -2485,21 +2404,19 @@ EOF
...
@@ -2485,21 +2404,19 @@ 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:2489: 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 24
94
"configure"
#line 24
12
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
#include <stdlib.h>
#include <stdlib.h>
#include <stddef.h>
#endif
#endif
EOF
EOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"off_t
[^a-zA-Z_0-9]
"
>
/dev/null 2>&1
;
then
egrep
"off_t"
>
/dev/null 2>&1
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_type_off_t
=
yes
ac_cv_type_off_t
=
yes
else
else
...
@@ -2518,21 +2435,19 @@ EOF
...
@@ -2518,21 +2435,19 @@ 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:2522: 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 2
527
"configure"
#line 2
443
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
#include <stdlib.h>
#include <stdlib.h>
#include <stddef.h>
#endif
#endif
EOF
EOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"size_t
[^a-zA-Z_0-9]
"
>
/dev/null 2>&1
;
then
egrep
"size_t"
>
/dev/null 2>&1
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_type_size_t
=
yes
ac_cv_type_size_t
=
yes
else
else
...
@@ -2551,30 +2466,29 @@ EOF
...
@@ -2551,30 +2466,29 @@ 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:2555: 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 2
560
"configure"
#line 2
474
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/time.h>
#include <time.h>
#include <time.h>
int main() {
int main() { return 0; }
int t() {
struct tm *tp;
struct tm *tp;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
569
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
484
:
\"
$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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_time
=
no
ac_cv_header_time
=
no
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_header_time
"
1>&6
echo
"
$ac_t
""
$ac_cv_header_time
"
1>&6
...
@@ -2586,29 +2500,28 @@ EOF
...
@@ -2586,29 +2500,28 @@ EOF
fi
fi
echo
$ac_n
"checking whether struct tm is in sys/time.h or time.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether struct tm is in sys/time.h or time.h""...
$ac_c
"
1>&6
echo
"configure:2590: checking whether struct tm is in sys/time.h or time.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm
'+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 25
95
"configure"
#line 25
08
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <time.h>
#include <time.h>
int main() {
int main() { return 0; }
int t() {
struct tm *tp; tp->tm_sec;
struct tm *tp; tp->tm_sec;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
603
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
517
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_struct_tm
=
time.h
ac_cv_struct_tm
=
time.h
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_struct_tm
=
sys/time.h
ac_cv_struct_tm
=
sys/time.h
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_struct_tm
"
1>&6
echo
"
$ac_t
""
$ac_cv_struct_tm
"
1>&6
...
@@ -2621,64 +2534,61 @@ fi
...
@@ -2621,64 +2534,61 @@ fi
echo
$ac_n
"checking for int timezone""...
$ac_c
"
1>&6
echo
$ac_n
"checking for int timezone""...
$ac_c
"
1>&6
echo
"configure:2625: checking for int timezone"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
627
"configure"
#line 2
539
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <time.h>
#include <time.h>
int main() {
int main() { return 0; }
int t() {
int res = timezone / 60;
int res = timezone / 60;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
634:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
547:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_INT_TIMEZONE 1
#define HAVE_INT_TIMEZONE 1
EOF
EOF
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
echo
$ac_n
"checking for union semun""...
$ac_c
"
1>&6
echo
$ac_n
"checking for union semun""...
$ac_c
"
1>&6
echo
"configure:2649: checking for union semun"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
651
"configure"
#line 2
562
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/sem.h>
int main() {
int main() { return 0; }
int t() {
union semun semun;
union semun semun;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
660:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
572:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_UNION_SEMUN 1
#define HAVE_UNION_SEMUN 1
EOF
EOF
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
if
test
$ac_cv_prog_gcc
=
yes
;
then
if
test
$ac_cv_prog_gcc
=
yes
;
then
echo
$ac_n
"checking whether
${
CC
-cc
}
needs -traditional""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
CC
-cc
}
needs -traditional""...
$ac_c
"
1>&6
echo
"configure:2676: checking whether
${
CC
-cc
}
needs -traditional"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc_traditional
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc_traditional
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
ac_pattern
=
"Autoconf.*'x'"
ac_pattern
=
"Autoconf.*'x'"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
68
2 "configure"
#line 2
59
2 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sgtty.h>
#include <sgtty.h>
Autoconf TIOCGETP
Autoconf TIOCGETP
...
@@ -2696,7 +2606,7 @@ rm -f conftest*
...
@@ -2696,7 +2606,7 @@ rm -f conftest*
if
test
$ac_cv_prog_gcc_traditional
=
no
;
then
if
test
$ac_cv_prog_gcc_traditional
=
no
;
then
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
70
0 "configure"
#line 2
61
0 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <termio.h>
#include <termio.h>
Autoconf TCGETA
Autoconf TCGETA
...
@@ -2718,15 +2628,14 @@ echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
...
@@ -2718,15 +2628,14 @@ echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
fi
fi
echo
$ac_n
"checking for 8-bit clean memcmp""...
$ac_c
"
1>&6
echo
$ac_n
"checking for 8-bit clean memcmp""...
$ac_c
"
1>&6
echo
"configure:2722: checking for 8-bit clean memcmp"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_memcmp
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_memcmp_clean
'+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
ac_cv_func_memcmp
_clean
=
no
ac_cv_func_memcmp
=
no
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
730
"configure"
#line 2
639
"configure"
#include "confdefs.h"
#include "confdefs.h"
main()
main()
...
@@ -2736,30 +2645,25 @@ main()
...
@@ -2736,30 +2645,25 @@ main()
}
}
EOF
EOF
if
{
(
eval echo
configure:2740:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
{
(
eval echo
configure:2649:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
then
if
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
;
then
ac_cv_func_memcmp
_clean
=
yes
ac_cv_func_memcmp
=
yes
else
else
echo
"configure: failed program was:"
>
&5
ac_cv_func_memcmp
=
no
cat
conftest.
$ac_ext
>
&5
rm
-fr
conftest
*
ac_cv_func_memcmp_clean
=
no
fi
fi
rm
-fr
conftest
*
fi
fi
rm
-fr
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_func_memcmp
_clean
"
1>&6
echo
"
$ac_t
""
$ac_cv_func_memcmp
"
1>&6
test
$ac_cv_func_memcmp
_clean
=
no
&&
LIBOBJS
=
"
$LIBOBJS
memcmp.o"
test
$ac_cv_func_memcmp
=
no
&&
LIBOBJS
=
"
$LIBOBJS
memcmp.o"
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:2758: 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 2
763
"configure"
#line 2
667
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <signal.h>
#include <signal.h>
...
@@ -2772,20 +2676,20 @@ extern "C" void (*signal (int, void (*)(int)))(int);
...
@@ -2772,20 +2676,20 @@ extern "C" void (*signal (int, void (*)(int)))(int);
void (*signal ()) ();
void (*signal ()) ();
#endif
#endif
int main() {
int main() { return 0; }
int t() {
int i;
int i;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
780
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
685
:
\"
$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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_type_signal
=
int
ac_cv_type_signal
=
int
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
echo
"
$ac_t
""
$ac_cv_type_signal
"
1>&6
echo
"
$ac_t
""
$ac_cv_type_signal
"
1>&6
...
@@ -2795,12 +2699,11 @@ EOF
...
@@ -2795,12 +2699,11 @@ EOF
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
"configure:2799: 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 2
804
"configure"
#line 2
707
"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. */
...
@@ -2810,7 +2713,8 @@ else
...
@@ -2810,7 +2713,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char vprintf();
char vprintf();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -2823,18 +2727,16 @@ vprintf();
...
@@ -2823,18 +2727,16 @@ vprintf();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
827:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
731:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_vprintf=yes"
eval
"ac_cv_func_vprintf=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_vprintf=no"
eval
"ac_cv_func_vprintf=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
vprintf
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
vprintf
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
...
@@ -2847,12 +2749,11 @@ fi
...
@@ -2847,12 +2749,11 @@ 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:2851: 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 2
856
"configure"
#line 2
757
"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. */
...
@@ -2862,7 +2763,8 @@ else
...
@@ -2862,7 +2763,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char _doprnt();
char _doprnt();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -2875,18 +2777,16 @@ _doprnt();
...
@@ -2875,18 +2777,16 @@ _doprnt();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
879:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
781:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func__doprnt=yes"
eval
"ac_cv_func__doprnt=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func__doprnt=no"
eval
"ac_cv_func__doprnt=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
_doprnt
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
_doprnt
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
...
@@ -2902,12 +2802,11 @@ fi
...
@@ -2902,12 +2802,11 @@ fi
for
ac_func
in
isinf tzset getrusage vfork memmove sigsetjmp
kill
sysconf
for
ac_func
in
isinf tzset getrusage vfork memmove sigsetjmp
kill
sysconf
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:2906: 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 2
911
"configure"
#line 2
810
"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. */
...
@@ -2917,7 +2816,8 @@ else
...
@@ -2917,7 +2816,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char
$ac_func
();
char
$ac_func
();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -2930,18 +2830,16 @@ $ac_func();
...
@@ -2930,18 +2830,16 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
934:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
834:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=no"
eval
"ac_cv_func_
$ac_func
=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
$ac_func
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
$ac_func
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
ac_tr_func
=
HAVE_
`
echo
$ac_func
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
ac_tr_func
=
HAVE_
`
echo
$ac_func
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
...
@@ -2957,12 +2855,11 @@ done
...
@@ -2957,12 +2855,11 @@ done
for
ac_func
in
sigprocmask waitpid setsid
for
ac_func
in
sigprocmask waitpid setsid
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:2961: 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 2
966
"configure"
#line 2
863
"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. */
...
@@ -2972,7 +2869,8 @@ else
...
@@ -2972,7 +2869,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char
$ac_func
();
char
$ac_func
();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -2985,18 +2883,16 @@ $ac_func();
...
@@ -2985,18 +2883,16 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
989:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
887:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=no"
eval
"ac_cv_func_
$ac_func
=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
$ac_func
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
$ac_func
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
ac_tr_func
=
HAVE_
`
echo
$ac_func
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
ac_tr_func
=
HAVE_
`
echo
$ac_func
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
...
@@ -3010,12 +2906,11 @@ fi
...
@@ -3010,12 +2906,11 @@ fi
done
done
echo
$ac_n
"checking for inet_aton""...
$ac_c
"
1>&6
echo
$ac_n
"checking for inet_aton""...
$ac_c
"
1>&6
echo
"configure:3014: checking for inet_aton"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_inet_aton
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_inet_aton
'+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
3019
"configure"
#line
2914
"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 inet_aton(); below. */
which can conflict with char inet_aton(); below. */
...
@@ -3025,7 +2920,8 @@ else
...
@@ -3025,7 +2920,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char inet_aton();
char inet_aton();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -3038,18 +2934,16 @@ inet_aton();
...
@@ -3038,18 +2934,16 @@ inet_aton();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:
3042:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:
2938:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_inet_aton=yes"
eval
"ac_cv_func_inet_aton=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_inet_aton=no"
eval
"ac_cv_func_inet_aton=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
inet_aton
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
inet_aton
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
...
@@ -3062,12 +2956,11 @@ INET_ATON='inet_aton.o'
...
@@ -3062,12 +2956,11 @@ INET_ATON='inet_aton.o'
fi
fi
echo
$ac_n
"checking for strdup""...
$ac_c
"
1>&6
echo
$ac_n
"checking for strdup""...
$ac_c
"
1>&6
echo
"configure:3066: checking for strdup"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_strdup
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_strdup
'+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
3071
"configure"
#line
2964
"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 strdup(); below. */
which can conflict with char strdup(); below. */
...
@@ -3077,7 +2970,8 @@ else
...
@@ -3077,7 +2970,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char strdup();
char strdup();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -3090,18 +2984,16 @@ strdup();
...
@@ -3090,18 +2984,16 @@ strdup();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:
3094:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:
2988:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_strdup=yes"
eval
"ac_cv_func_strdup=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_strdup=no"
eval
"ac_cv_func_strdup=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
strdup
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
strdup
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
...
@@ -3116,12 +3008,11 @@ fi
...
@@ -3116,12 +3008,11 @@ fi
echo
$ac_n
"checking for cbrt""...
$ac_c
"
1>&6
echo
$ac_n
"checking for cbrt""...
$ac_c
"
1>&6
echo
"configure:3120: checking for cbrt"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_cbrt
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_cbrt
'+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 3
125
"configure"
#line 3
016
"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 cbrt(); below. */
which can conflict with char cbrt(); below. */
...
@@ -3131,7 +3022,8 @@ else
...
@@ -3131,7 +3022,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char cbrt();
char cbrt();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -3144,18 +3036,16 @@ cbrt();
...
@@ -3144,18 +3036,16 @@ cbrt();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:3
148:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:3
040:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_cbrt=yes"
eval
"ac_cv_func_cbrt=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_cbrt=no"
eval
"ac_cv_func_cbrt=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
cbrt
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
cbrt
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
...
@@ -3164,32 +3054,30 @@ EOF
...
@@ -3164,32 +3054,30 @@ EOF
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for cbrt in -lm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lm""...
$ac_c
"
1>&6
echo
"configure:3169: checking for cbrt in -lm"
>
&5
ac_lib_var
=
`
echo
m
'_'
cbrt |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
m
'_'
cbrt |
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
else
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 3
177
"configure"
#line 3
066
"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
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char cbrt();
char cbrt();
int main() {
int main() { return 0; }
int t() {
cbrt()
cbrt()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:3
188:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:3
078:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -3210,12 +3098,11 @@ fi
...
@@ -3210,12 +3098,11 @@ fi
fi
fi
echo
$ac_n
"checking for rint""...
$ac_c
"
1>&6
echo
$ac_n
"checking for rint""...
$ac_c
"
1>&6
echo
"configure:3214: checking for rint"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_rint
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_rint
'+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 3
219
"configure"
#line 3
106
"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 rint(); below. */
which can conflict with char rint(); below. */
...
@@ -3225,7 +3112,8 @@ else
...
@@ -3225,7 +3112,8 @@ else
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char rint();
char rint();
int main() {
int main() { return 0; }
int t() {
/* The GNU C library defines this for functions which it implements
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
to always fail with ENOSYS. Some functions are actually named
...
@@ -3238,18 +3126,16 @@ rint();
...
@@ -3238,18 +3126,16 @@ rint();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:3
242:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:3
130:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_rint=yes"
eval
"ac_cv_func_rint=yes"
else
else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_rint=no"
eval
"ac_cv_func_rint=no"
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
if
eval
"test
\"
`
echo
'$ac_cv_func_'
rint
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_func_'
rint
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
...
@@ -3258,32 +3144,30 @@ EOF
...
@@ -3258,32 +3144,30 @@ EOF
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for rint in -lm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for -lm""...
$ac_c
"
1>&6
echo
"configure:3263: checking for rint in -lm"
>
&5
ac_lib_var
=
`
echo
m
'_'
rint |
tr
'./+\055'
'__p_'
`
ac_lib_var
=
`
echo
m
'_'
rint |
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
else
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 3
271
"configure"
#line 3
156
"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
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char rint();
char rint();
int main() {
int main() { return 0; }
int t() {
rint()
rint()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:3
282:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:3
168:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
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
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=no"
eval
"ac_cv_lib_
$ac_lib_var
=no"
fi
fi
...
@@ -3321,25 +3205,11 @@ cat > confcache <<\EOF
...
@@ -3321,25 +3205,11 @@ cat > confcache <<\EOF
# --recheck option to rerun configure.
# --recheck option to rerun configure.
#
#
EOF
EOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# 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
sed
-n
"s/^
\(
[a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*
\)
=
\(
.*
\)
/
\1
=
\$
{
\1
='
\2
'}/p"
\
*
ac_space
=
\
*
)
>>
confcache
# `set' does not quote correctly, so add quotes (double-quote substitution
# turns \\\\ into \\, and sed turns \\ into \).
sed
-n
\
-e
"s/'/'
\\\\
''/g"
\
-e
"s/^
\\
([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*
\\
)=
\\
(.*
\\
)/
\\
1=
\$
{
\\
1='
\\
2'}/p"
;;
*
)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed
-n
-e
's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
;;
esac
>>
confcache
if
cmp
-s
$cache_file
confcache
;
then
if
cmp
-s
$cache_file
confcache
;
then
:
:
else
else
...
@@ -3394,7 +3264,7 @@ do
...
@@ -3394,7 +3264,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.1
2
"
echo "
$CONFIG_STATUS
generated by autoconf version 2.1
0
"
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 ;;
...
@@ -3468,56 +3338,20 @@ s%@INET_ATON@%$INET_ATON%g
...
@@ -3468,56 +3338,20 @@ s%@INET_ATON@%$INET_ATON%g
CEOF
CEOF
EOF
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=
$ac_max_sed_cmds
# Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while
$ac_more_lines
; do
if test
$ac_beg
-gt 1; then
sed "1,
${
ac_beg
}
d;
${
ac_end
}
q" conftest.subs > conftest.s
$ac_file
else
sed "
${
ac_end
}
q" conftest.subs > conftest.s
$ac_file
fi
if test ! -s conftest.s
$ac_file
; then
ac_more_lines=false
rm -f conftest.s
$ac_file
else
if test -z "
$ac_sed_cmds
"; then
ac_sed_cmds="sed -f conftest.s
$ac_file
"
else
ac_sed_cmds="
$ac_sed_cmds
| sed -f conftest.s
$ac_file
"
fi
ac_file=`expr
$ac_file
+ 1`
ac_beg=
$ac_end
ac_end=`expr
$ac_end
+
$ac_max_sed_cmds
`
fi
done
if test -z "
$ac_sed_cmds
"; then
ac_sed_cmds=cat
fi
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
CONFIG_FILES=
\$
{CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/psql/Makefile bin/pg_dump/Makefile"}
CONFIG_FILES=
\$
{CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/psql/Makefile bin/pg_dump/Makefile"}
EOF
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
for ac_file in ..
$CONFIG_FILES
; do if test "x
$ac_file
" != x..; then
for ac_file in ..
$CONFIG_FILES
; do if test "x
$ac_file
" != x..; then
# Support "outfile[:infile
[:infile...]
]", defaulting infile="outfile.in".
# Support "outfile[:infile]", defaulting infile="outfile.in".
case "
$ac_file
" in
case "
$ac_file
" in
*:*) ac_file_in=`echo "
$ac_file
"|sed 's%
[^:]
*:%%'`
*:*) ac_file_in=`echo "
$ac_file
"|sed 's%
.
*:%%'`
ac_file=`echo "
$ac_file
"|sed 's%:.*%%'` ;;
ac_file=`echo "
$ac_file
"|sed 's%:.*%%'` ;;
*) ac_file_in="
${
ac_file
}
.in" ;;
*) ac_file_in="
${
ac_file
}
.in" ;;
esac
esac
# Adjust
a relative srcdir, top_srcdir, and INSTALL
for subdirectories.
# Adjust
relative srcdir, etc.
for subdirectories.
# Remove last slash and all that follows it. Not all systems have dirname.
# Remove last slash and all that follows it. Not all systems have dirname.
ac_dir=`echo
$ac_file
|sed 's%/[^/][^/]*
$%
%'`
ac_dir=`echo
$ac_file
|sed 's%/[^/][^/]*
$%
%'`
...
@@ -3541,7 +3375,6 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
...
@@ -3541,7 +3375,6 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
top_srcdir="
$ac_dots$ac_given_srcdir
" ;;
top_srcdir="
$ac_dots$ac_given_srcdir
" ;;
esac
esac
echo creating "
$ac_file
"
echo creating "
$ac_file
"
rm -f "
$ac_file
"
rm -f "
$ac_file
"
configure_input="Generated automatically from `echo
$ac_file_in
|sed 's%.*/%%'` by configure."
configure_input="Generated automatically from `echo
$ac_file_in
|sed 's%.*/%%'` by configure."
...
@@ -3550,15 +3383,13 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
...
@@ -3550,15 +3383,13 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
#
$configure_input
" ;;
#
$configure_input
" ;;
*) ac_comsub= ;;
*) ac_comsub= ;;
esac
esac
ac_file_inputs=`echo
$ac_file_in
|sed -e "s%^%
$ac_given_srcdir
/%" -e "s%:%
$ac_given_srcdir
/%g"`
sed -e "
$ac_comsub
sed -e "
$ac_comsub
s%@configure_input@%
$configure_input
%g
s%@configure_input@%
$configure_input
%g
s%@srcdir@%
$srcdir
%g
s%@srcdir@%
$srcdir
%g
s%@top_srcdir@%
$top_srcdir
%g
s%@top_srcdir@%
$top_srcdir
%g
"
$ac_file_inputs
| (eval "
$ac_sed_cmds
")
>
$ac_file
"
-f conftest.subs
$ac_given_srcdir
/
$ac_file_in
>
$ac_file
fi; done
fi; done
rm -f conftest.s
*
rm -f conftest.s
ubs
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
# NAME is the cpp macro being defined and VALUE is the value it is being given.
...
@@ -3579,17 +3410,11 @@ ac_eB='$%\1#\2define\3'
...
@@ -3579,17 +3410,11 @@ ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eC=' '
ac_eD='%g'
ac_eD='%g'
if test "
${
CONFIG_HEADERS
+set
}
" != set; then
CONFIG_HEADERS=
${
CONFIG_HEADERS
-
"include/config.h"
}
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
CONFIG_HEADERS="include/config.h"
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
fi
for ac_file in ..
$CONFIG_HEADERS
; do if test "x
$ac_file
" != x..; then
for ac_file in ..
$CONFIG_HEADERS
; do if test "x
$ac_file
" != x..; then
# Support "outfile[:infile
[:infile...]
]", defaulting infile="outfile.in".
# Support "outfile[:infile]", defaulting infile="outfile.in".
case "
$ac_file
" in
case "
$ac_file
" in
*:*) ac_file_in=`echo "
$ac_file
"|sed 's%
[^:]
*:%%'`
*:*) ac_file_in=`echo "
$ac_file
"|sed 's%
.
*:%%'`
ac_file=`echo "
$ac_file
"|sed 's%:.*%%'` ;;
ac_file=`echo "
$ac_file
"|sed 's%:.*%%'` ;;
*) ac_file_in="
${
ac_file
}
.in" ;;
*) ac_file_in="
${
ac_file
}
.in" ;;
esac
esac
...
@@ -3597,8 +3422,7 @@ for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
...
@@ -3597,8 +3422,7 @@ for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
echo creating
$ac_file
echo creating
$ac_file
rm -f conftest.frag conftest.in conftest.out
rm -f conftest.frag conftest.in conftest.out
ac_file_inputs=`echo
$ac_file_in
|sed -e "s%^%
$ac_given_srcdir
/%" -e "s%:%
$ac_given_srcdir
/%g"`
cp
$ac_given_srcdir
/
$ac_file_in
conftest.in
cat
$ac_file_inputs
> conftest.in
EOF
EOF
...
@@ -3626,6 +3450,8 @@ EOF
...
@@ -3626,6 +3450,8 @@ EOF
# Break up conftest.vals because some shells have a limit on
# Break up conftest.vals because some shells have a limit on
# the size of here documents, and old seds have small limits too.
# the size of here documents, and old seds have small limits too.
# Maximum number of lines to put in a single here document.
ac_max_here_lines
=
12
rm
-f
conftest.tail
rm
-f
conftest.tail
while
:
while
:
...
@@ -3712,11 +3538,7 @@ while test -n "$ac_sources"; do
...
@@ -3712,11 +3538,7 @@ while test -n "$ac_sources"; do
{ echo "configure: error: can not link
$ac_dest
to
$srcdir
/
$ac_source
" 1>&2; exit 1; }
{ echo "configure: error: can not link
$ac_dest
to
$srcdir
/
$ac_source
" 1>&2; exit 1; }
fi
fi
done
done
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
exit 0
exit 0
EOF
EOF
...
...
src/configure.in
View file @
c9ba25eb
...
@@ -121,6 +121,7 @@ AC_CHECK_LIB(bsd, main)
...
@@ -121,6 +121,7 @@ AC_CHECK_LIB(bsd, main)
AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(BSD, main)
AC_CHECK_LIB(BSD, main)
AC_CHECK_LIB(crypt, main)
dnl Checks for header files.
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDC
...
...
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