Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1d36487c
Commit
1d36487c
authored
Jun 26, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
287f7dd6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
422 additions
and
385 deletions
+422
-385
ChangeLog
ChangeLog
+4
-0
configure
configure
+401
-385
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+9
-0
No files found.
ChangeLog
View file @
1d36487c
2000-06-26 Gerd Moellmann <gerd@gnu.org>
* configure.in (--with-xim): New option.
2000-06-23 Dave Love <fx@gnu.org>
* configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
...
...
configure
View file @
1d36487c
...
...
@@ -35,7 +35,9 @@ ac_help="$ac_help
--with-png use -lpng for displaying PNG images"
ac_help
=
"
$ac_help
--without-toolkit-scroll-bars
don't use Motif or Xaw3d scroll bars"
don't use Motif or Xaw3d scroll bars"
ac_help
=
"
$ac_help
--without-xim don't use X11 XIM"
ac_help
=
"
$ac_help
--with-x use the X Window System"
ac_help
=
"
$ac_help
...
...
@@ -674,6 +676,12 @@ if test "${with_toolkit_scroll_bars+set}" = set; then
:
fi
# Check whether --with-xim or --without-xim was given.
if
test
"
${
with_xim
+set
}
"
=
set
;
then
withval
=
"
$with_xim
"
:
fi
#### Make srcdir absolute, if it isn't already. It's important to
#### avoid running the path through pwd unnecessary, since pwd can
...
...
@@ -747,7 +755,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo "configure:75
1
: checking host system type" >&5
echo
"configure:75
9
: checking host system type"
>
&5
host_alias
=
$host
case
"
$host_alias
"
in
...
...
@@ -1715,7 +1723,7 @@ case ${with_gcc} in
*
)
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo "configure:17
19
: checking for $ac_word" >&5
echo
"configure:17
27
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1745,7 +1753,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set
dummy cc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo "configure:17
49
: checking for $ac_word" >&5
echo
"configure:17
57
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1796,7 +1804,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
set
dummy cl
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo "configure:180
0
: checking for $ac_word" >&5
echo
"configure:180
8
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1828,7 +1836,7 @@ fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo "configure:18
32
: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
echo
"configure:18
40
: 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.
...
...
@@ -1839,12 +1847,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
43
"configure"
#line 18
51
"configure"
#include "confdefs.h"
main(){return(0);}
EOF
if { (eval echo configure:18
48
: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if
{
(
eval echo
configure:18
56
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
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
...
...
@@ -1870,12 +1878,12 @@ if test $ac_cv_prog_cc_works = no; then
{
echo
"configure: error: installation or configuration problem: C compiler cannot create executables."
1>&2
;
exit
1
;
}
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo "configure:18
74
: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo
"configure:18
82
: 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 "configure:187
9
: checking whether we are using GNU C" >&5
echo
"configure:18
8
7: checking whether we are using GNU C"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1884,7 +1892,7 @@ else
yes;
#endif
EOF
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:18
88
: \"$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:18
96
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep
yes
>
/dev/null 2>&1
;
then
ac_cv_prog_gcc
=
yes
else
ac_cv_prog_gcc
=
no
...
...
@@ -1903,7 +1911,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo "configure:19
07
: checking whether ${CC-cc} accepts -g" >&5
echo
"configure:19
15
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1983,7 +1991,7 @@ fi
#### #undef clause to src/config.h.in for autoconf to modify.
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo "configure:19
87
: checking whether ln -s works" >&5
echo
"configure:19
95
: checking whether ln -s works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2004,7 +2012,7 @@ else
fi
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo "configure:20
08
: checking how to run the C preprocessor" >&5
echo
"configure:20
16
: checking how to run the C preprocessor"
>
&5
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
...
...
@@ -2019,13 +2027,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
#line 20
2
3 "configure"
#line 203
1
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{ (eval echo configure:20
29
: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{
(
eval echo
configure:20
37
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
:
...
...
@@ -2036,13 +2044,13 @@ else
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
#line 204
0
"configure"
#line 204
8
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{ (eval echo configure:204
6
: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{
(
eval echo
configure:20
5
4:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
:
...
...
@@ -2053,13 +2061,13 @@ else
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-nologo -E"
cat
>
conftest.
$ac_ext
<<
EOF
#line 205
7
"configure"
#line 20
6
5 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{ (eval echo configure:20
63
: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{
(
eval echo
configure:20
71
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
:
...
...
@@ -2095,7 +2103,7 @@ echo "$ac_t""$CPP" 1>&6
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo "configure:2
099
: checking for a BSD compatible install" >&5
echo
"configure:2
107
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -2152,7 +2160,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo "configure:21
5
6: checking for $ac_word" >&5
echo
"configure:216
4
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_YACC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2186,7 +2194,7 @@ if test "x$RANLIB" = x; then
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo "configure:219
0
: checking for $ac_word" >&5
echo
"configure:219
8
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2216,9 +2224,9 @@ fi
fi
echo
$ac_n
"checking for AIX""...
$ac_c
"
1>&6
echo "configure:222
0
: checking for AIX" >&5
echo
"configure:222
8
: checking for AIX"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 22
22
"configure"
#line 22
30
"configure"
#include "confdefs.h"
#ifdef _AIX
yes
...
...
@@ -2245,17 +2253,17 @@ for ac_hdr in machine/soundcard.h sys/soundcard.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo "configure:22
49
: checking for $ac_hdr" >&5
echo
"configure:22
57
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 22
54
"configure"
#line 22
62
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{ (eval echo configure:22
59
: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{
(
eval echo
configure:22
67
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2288,17 +2296,17 @@ for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo "configure:2
292
: checking for $ac_hdr" >&5
echo
"configure:2
300
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
297
"configure"
#line 2
305
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{ (eval echo configure:230
2
: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{
(
eval echo
configure:23
1
0:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2325,12 +2333,12 @@ fi
done
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo "configure:23
29
: checking for ANSI C header files" >&5
echo
"configure:23
37
: checking for ANSI C header files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
3
4 "configure"
#line 234
2
"configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -2338,7 +2346,7 @@ else
#include <float.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{ (eval echo configure:23
42
: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{
(
eval echo
configure:23
50
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2355,7 +2363,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
59
"configure"
#line 23
67
"configure"
#include "confdefs.h"
#include <string.h>
EOF
...
...
@@ -2373,7 +2381,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
77
"configure"
#line 23
85
"configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
...
...
@@ -2394,7 +2402,7 @@ if test "$cross_compiling" = yes; then
:
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
398
"configure"
#line 2
406
"configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
...
@@ -2405,7 +2413,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
if { (eval echo configure:24
09
: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if
{
(
eval echo
configure:24
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
:
else
...
...
@@ -2429,12 +2437,12 @@ EOF
fi
echo
$ac_n
"checking whether time.h and sys/time.h may both be included""...
$ac_c
"
1>&6
echo "configure:24
33
: checking whether time.h and sys/time.h may both be included" >&5
echo
"configure:24
41
: checking whether time.h and sys/time.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_time
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
38
"configure"
#line 24
46
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
...
...
@@ -2443,7 +2451,7 @@ int main() {
struct tm *tp;
; return 0; }
EOF
if { (eval echo configure:24
47
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:24
55
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_header_time
=
yes
else
...
...
@@ -2464,12 +2472,12 @@ EOF
fi
echo
$ac_n
"checking for sys_siglist declaration in signal.h or unistd.h""...
$ac_c
"
1>&6
echo "configure:246
8
: checking for sys_siglist declaration in signal.h or unistd.h" >&5
echo
"configure:24
7
6: checking for sys_siglist declaration in signal.h or unistd.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_decl_sys_siglist
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
73
"configure"
#line 24
81
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
...
...
@@ -2481,7 +2489,7 @@ int main() {
char *msg = *(sys_siglist + 1);
; return 0; }
EOF
if { (eval echo configure:24
85
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:24
93
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_decl_sys_siglist
=
yes
else
...
...
@@ -2503,12 +2511,12 @@ fi
echo
$ac_n
"checking for struct utimbuf""...
$ac_c
"
1>&6
echo "configure:25
07
: checking for struct utimbuf" >&5
echo
"configure:25
15
: checking for struct utimbuf"
>
&5
if
eval
"test
\"
`
echo
'$''{'
emacs_cv_struct_utimbuf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 25
1
2 "configure"
#line 252
0
"configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
...
...
@@ -2527,7 +2535,7 @@ int main() {
static struct utimbuf x; x.actime = x.modtime;
; return 0; }
EOF
if { (eval echo configure:253
1
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:253
9
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
emacs_cv_struct_utimbuf
=
yes
else
...
...
@@ -2548,12 +2556,12 @@ EOF
fi
echo
$ac_n
"checking return type of signal handlers""...
$ac_c
"
1>&6
echo "configure:25
52
: checking return type of signal handlers" >&5
echo
"configure:25
60
: checking return type of signal handlers"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_signal
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 255
7
"configure"
#line 25
6
5 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
...
...
@@ -2570,7 +2578,7 @@ int main() {
int i;
; return 0; }
EOF
if { (eval echo configure:25
74
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:25
82
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_type_signal
=
void
else
...
...
@@ -2590,19 +2598,19 @@ EOF
echo
$ac_n
"checking for speed_t""...
$ac_c
"
1>&6
echo "configure:2
594
: checking for speed_t" >&5
echo
"configure:2
602
: checking for speed_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
emacs_cv_speed_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
599
"configure"
#line 2
607
"configure"
#include "confdefs.h"
#include <termios.h>
int main() {
speed_t x = 1;
; return 0; }
EOF
if { (eval echo configure:26
06
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:26
14
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
emacs_cv_speed_t
=
yes
else
...
...
@@ -2621,12 +2629,12 @@ EOF
fi
echo
$ac_n
"checking for struct timeval""...
$ac_c
"
1>&6
echo "configure:26
25
: checking for struct timeval" >&5
echo
"configure:26
33
: checking for struct timeval"
>
&5
if
eval
"test
\"
`
echo
'$''{'
emacs_cv_struct_timeval
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 263
0
"configure"
#line 263
8
"configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
#include <sys/time.h>
...
...
@@ -2642,7 +2650,7 @@ int main() {
static struct timeval x; x.tv_sec = x.tv_usec;
; return 0; }
EOF
if { (eval echo configure:264
6
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:26
5
4:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
emacs_cv_struct_timeval
=
yes
else
...
...
@@ -2664,19 +2672,19 @@ EOF
fi
echo
$ac_n
"checking for struct exception""...
$ac_c
"
1>&6
echo "configure:266
8
: checking for struct exception" >&5
echo
"configure:26
7
6: checking for struct exception"
>
&5
if
eval
"test
\"
`
echo
'$''{'
emacs_cv_struct_exception
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 26
73
"configure"
#line 26
81
"configure"
#include "confdefs.h"
#include <math.h>
int main() {
static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
; return 0; }
EOF
if { (eval echo configure:268
0
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:268
8
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
emacs_cv_struct_exception
=
yes
else
...
...
@@ -2698,12 +2706,12 @@ EOF
fi
echo
$ac_n
"checking whether struct tm is in sys/time.h or time.h""...
$ac_c
"
1>&6
echo "configure:270
2
: checking whether struct tm is in sys/time.h or time.h" >&5
echo
"configure:27
1
0: checking whether struct tm is in sys/time.h or time.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 27
07
"configure"
#line 27
15
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
...
...
@@ -2711,7 +2719,7 @@ int main() {
struct tm *tp; tp->tm_sec;
; return 0; }
EOF
if { (eval echo configure:27
15
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:27
23
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_struct_tm
=
time.h
else
...
...
@@ -2732,12 +2740,12 @@ EOF
fi
echo
$ac_n
"checking for tm_zone in struct tm""...
$ac_c
"
1>&6
echo "configure:27
36
: checking for tm_zone in struct tm" >&5
echo
"configure:27
44
: checking for tm_zone in struct tm"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm_zone
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 274
1
"configure"
#line 274
9
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <
$ac_cv_struct_tm
>
...
...
@@ -2745,7 +2753,7 @@ int main() {
struct tm tm; tm.tm_zone;
; return 0; }
EOF
if { (eval echo configure:27
49
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:27
57
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_struct_tm_zone
=
yes
else
...
...
@@ -2765,12 +2773,12 @@ EOF
else
echo
$ac_n
"checking for tzname""...
$ac_c
"
1>&6
echo "configure:27
69
: checking for tzname" >&5
echo
"configure:27
77
: checking for tzname"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_var_tzname
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 27
74
"configure"
#line 27
82
"configure"
#include "confdefs.h"
#include <time.h>
#ifndef tzname /* For SGI. */
...
...
@@ -2780,7 +2788,7 @@ int main() {
atoi(*tzname);
; return 0; }
EOF
if { (eval echo configure:27
84
: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if
{
(
eval echo
configure:27
92
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_var_tzname
=
yes
else
...
...
@@ -2802,19 +2810,19 @@ EOF
fi
echo
$ac_n
"checking for tm_gmtoff in struct tm""...
$ac_c
"
1>&6
echo "configure:28
06
: checking for tm_gmtoff in struct tm" >&5
echo
"configure:28
14
: checking for tm_gmtoff in struct tm"
>
&5
if
eval
"test
\"
`
echo
'$''{'
emacs_cv_tm_gmtoff
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 281
1
"configure"
#line 281
9
"configure"
#include "confdefs.h"
#include <time.h>
int main() {
struct tm t; t.tm_gmtoff = 0
; return 0; }
EOF
if { (eval echo configure:28
18
: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if
{
(
eval echo
configure:28
26
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
emacs_cv_tm_gmtoff
=
yes
else
...
...
@@ -2836,7 +2844,7 @@ fi
echo
$ac_n
"checking for
${
CC
-cc
}
option to accept ANSI C""...
$ac_c
"
1>&6
echo "configure:284
0
: checking for ${CC-cc} option to accept ANSI C" >&5
echo
"configure:284
8
: checking for
${
CC
-cc
}
option to accept ANSI C"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2853,7 +2861,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC
=
"
$ac_save_CC
$ac_arg
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 285
7
"configure"
#line 28
6
5 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
...
...
@@ -2887,7 +2895,7 @@ int main() {
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
; return 0; }
EOF
if { (eval echo configure:289
1
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:289
9
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_prog_cc_stdc
=
"
$ac_arg
"
;
break
else
...
...
@@ -2909,7 +2917,7 @@ case "x$ac_cv_prog_cc_stdc" in
esac
echo
$ac_n
"checking for function prototypes""...
$ac_c
"
1>&6
echo "configure:291
3
: checking for function prototypes" >&5
echo
"configure:29
2
1: checking for function prototypes"
>
&5
if
test
"
$ac_cv_prog_cc_stdc
"
!=
no
;
then
echo
"
$ac_t
""yes"
1>&6
cat
>>
confdefs.h
<<
\
EOF
...
...
@@ -2921,12 +2929,12 @@ else
fi
echo
$ac_n
"checking for working volatile""...
$ac_c
"
1>&6
echo "configure:29
25
: checking for working volatile" >&5
echo
"configure:29
33
: checking for working volatile"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_volatile
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 293
0
"configure"
#line 293
8
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -2935,7 +2943,7 @@ volatile int x;
int * volatile y;
; return 0; }
EOF
if { (eval echo configure:29
39
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if
{
(
eval echo
configure:29
47
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_volatile
=
yes
else
...
...
@@ -2956,18 +2964,18 @@ EOF
fi
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo "configure:296
0
: checking for working const" >&5
echo
"configure:296
8
: checking for working const"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_const
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
65
"configure"
#line 29
73
"configure"
#include "confdefs.h"
int main() {
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x
= {0,0}
;
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
...
...
@@ -3010,7 +3018,7 @@ ccp = (char const *const *) p;