diff options
| author | Andreas Schwab | 2006-12-10 16:25:17 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-12-10 16:25:17 +0000 |
| commit | 5aa4ad53e8cd9b51f6ee187eefc445adc9835043 (patch) | |
| tree | 7d689b6e03430b5582001edb2b5ae1559c82dece | |
| parent | 41de5de6c6bb1b93f58ed8579d65f8b864a9142b (diff) | |
| download | emacs-5aa4ad53e8cd9b51f6ee187eefc445adc9835043.tar.gz emacs-5aa4ad53e8cd9b51f6ee187eefc445adc9835043.zip | |
Regenerate.
| -rwxr-xr-x | configure | 319 |
1 files changed, 9 insertions, 310 deletions
| @@ -988,7 +988,7 @@ esac | |||
| 988 | else | 988 | else |
| 989 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | 989 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
| 990 | fi | 990 | fi |
| 991 | cd "$ac_popdir" | 991 | cd $ac_popdir |
| 992 | done | 992 | done |
| 993 | fi | 993 | fi |
| 994 | 994 | ||
| @@ -8391,7 +8391,6 @@ fi | |||
| 8391 | echo "$as_me:$LINENO: checking for X" >&5 | 8391 | echo "$as_me:$LINENO: checking for X" >&5 |
| 8392 | echo $ECHO_N "checking for X... $ECHO_C" >&6 | 8392 | echo $ECHO_N "checking for X... $ECHO_C" >&6 |
| 8393 | 8393 | ||
| 8394 | ac_path_x_has_been_run=yes | ||
| 8395 | 8394 | ||
| 8396 | # Check whether --with-x or --without-x was given. | 8395 | # Check whether --with-x or --without-x was given. |
| 8397 | if test "${with_x+set}" = set; then | 8396 | if test "${with_x+set}" = set; then |
| @@ -8484,7 +8483,7 @@ ac_x_header_dirs=' | |||
| 8484 | /usr/openwin/share/include' | 8483 | /usr/openwin/share/include' |
| 8485 | 8484 | ||
| 8486 | if test "$ac_x_includes" = no; then | 8485 | if test "$ac_x_includes" = no; then |
| 8487 | # Guess where to find include files, by looking for a specified header file. | 8486 | # Guess where to find include files, by looking for Intrinsic.h. |
| 8488 | # First, try using that file with no special directory specified. | 8487 | # First, try using that file with no special directory specified. |
| 8489 | cat >conftest.$ac_ext <<_ACEOF | 8488 | cat >conftest.$ac_ext <<_ACEOF |
| 8490 | /* confdefs.h. */ | 8489 | /* confdefs.h. */ |
| @@ -8619,12 +8618,8 @@ else | |||
| 8619 | # Update the cache value to reflect the command line values. | 8618 | # Update the cache value to reflect the command line values. |
| 8620 | ac_cv_have_x="have_x=yes \ | 8619 | ac_cv_have_x="have_x=yes \ |
| 8621 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | 8620 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
| 8622 | # It might be that x_includes is empty (headers are found in the | 8621 | echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 |
| 8623 | # standard search path. Then output the corresponding message | 8622 | echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 |
| 8624 | ac_out_x_includes=$x_includes | ||
| 8625 | test "x$x_includes" = x && ac_out_x_includes="in standard search path" | ||
| 8626 | echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 | ||
| 8627 | echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | ||
| 8628 | fi | 8623 | fi |
| 8629 | 8624 | ||
| 8630 | if test "$no_x" = yes; then | 8625 | if test "$no_x" = yes; then |
| @@ -21029,301 +21024,6 @@ _ACEOF | |||
| 21029 | fi | 21024 | fi |
| 21030 | fi | 21025 | fi |
| 21031 | 21026 | ||
| 21032 | # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE. | ||
| 21033 | echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 | ||
| 21034 | echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 | ||
| 21035 | if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | ||
| 21036 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 21037 | else | ||
| 21038 | cat >conftest.$ac_ext <<_ACEOF | ||
| 21039 | /* confdefs.h. */ | ||
| 21040 | _ACEOF | ||
| 21041 | cat confdefs.h >>conftest.$ac_ext | ||
| 21042 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21043 | /* end confdefs.h. */ | ||
| 21044 | #include <sys/types.h> | ||
| 21045 | #include <$ac_cv_struct_tm> | ||
| 21046 | |||
| 21047 | |||
| 21048 | int | ||
| 21049 | main () | ||
| 21050 | { | ||
| 21051 | static struct tm ac_aggr; | ||
| 21052 | if (ac_aggr.tm_zone) | ||
| 21053 | return 0; | ||
| 21054 | ; | ||
| 21055 | return 0; | ||
| 21056 | } | ||
| 21057 | _ACEOF | ||
| 21058 | rm -f conftest.$ac_objext | ||
| 21059 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
| 21060 | (eval $ac_compile) 2>conftest.er1 | ||
| 21061 | ac_status=$? | ||
| 21062 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21063 | rm -f conftest.er1 | ||
| 21064 | cat conftest.err >&5 | ||
| 21065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21066 | (exit $ac_status); } && | ||
| 21067 | { ac_try='test -z "$ac_c_werror_flag" | ||
| 21068 | || test ! -s conftest.err' | ||
| 21069 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21070 | (eval $ac_try) 2>&5 | ||
| 21071 | ac_status=$? | ||
| 21072 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21073 | (exit $ac_status); }; } && | ||
| 21074 | { ac_try='test -s conftest.$ac_objext' | ||
| 21075 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21076 | (eval $ac_try) 2>&5 | ||
| 21077 | ac_status=$? | ||
| 21078 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21079 | (exit $ac_status); }; }; then | ||
| 21080 | ac_cv_member_struct_tm_tm_zone=yes | ||
| 21081 | else | ||
| 21082 | echo "$as_me: failed program was:" >&5 | ||
| 21083 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 21084 | |||
| 21085 | cat >conftest.$ac_ext <<_ACEOF | ||
| 21086 | /* confdefs.h. */ | ||
| 21087 | _ACEOF | ||
| 21088 | cat confdefs.h >>conftest.$ac_ext | ||
| 21089 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21090 | /* end confdefs.h. */ | ||
| 21091 | #include <sys/types.h> | ||
| 21092 | #include <$ac_cv_struct_tm> | ||
| 21093 | |||
| 21094 | |||
| 21095 | int | ||
| 21096 | main () | ||
| 21097 | { | ||
| 21098 | static struct tm ac_aggr; | ||
| 21099 | if (sizeof ac_aggr.tm_zone) | ||
| 21100 | return 0; | ||
| 21101 | ; | ||
| 21102 | return 0; | ||
| 21103 | } | ||
| 21104 | _ACEOF | ||
| 21105 | rm -f conftest.$ac_objext | ||
| 21106 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
| 21107 | (eval $ac_compile) 2>conftest.er1 | ||
| 21108 | ac_status=$? | ||
| 21109 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21110 | rm -f conftest.er1 | ||
| 21111 | cat conftest.err >&5 | ||
| 21112 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21113 | (exit $ac_status); } && | ||
| 21114 | { ac_try='test -z "$ac_c_werror_flag" | ||
| 21115 | || test ! -s conftest.err' | ||
| 21116 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21117 | (eval $ac_try) 2>&5 | ||
| 21118 | ac_status=$? | ||
| 21119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21120 | (exit $ac_status); }; } && | ||
| 21121 | { ac_try='test -s conftest.$ac_objext' | ||
| 21122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21123 | (eval $ac_try) 2>&5 | ||
| 21124 | ac_status=$? | ||
| 21125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21126 | (exit $ac_status); }; }; then | ||
| 21127 | ac_cv_member_struct_tm_tm_zone=yes | ||
| 21128 | else | ||
| 21129 | echo "$as_me: failed program was:" >&5 | ||
| 21130 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 21131 | |||
| 21132 | ac_cv_member_struct_tm_tm_zone=no | ||
| 21133 | fi | ||
| 21134 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 21135 | fi | ||
| 21136 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 21137 | fi | ||
| 21138 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 | ||
| 21139 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 | ||
| 21140 | if test $ac_cv_member_struct_tm_tm_zone = yes; then | ||
| 21141 | |||
| 21142 | cat >>confdefs.h <<_ACEOF | ||
| 21143 | #define HAVE_STRUCT_TM_TM_ZONE 1 | ||
| 21144 | _ACEOF | ||
| 21145 | |||
| 21146 | |||
| 21147 | fi | ||
| 21148 | |||
| 21149 | if test "$ac_cv_member_struct_tm_tm_zone" = yes; then | ||
| 21150 | |||
| 21151 | cat >>confdefs.h <<\_ACEOF | ||
| 21152 | #define HAVE_TM_ZONE 1 | ||
| 21153 | _ACEOF | ||
| 21154 | |||
| 21155 | else | ||
| 21156 | echo "$as_me:$LINENO: checking for tzname" >&5 | ||
| 21157 | echo $ECHO_N "checking for tzname... $ECHO_C" >&6 | ||
| 21158 | if test "${ac_cv_var_tzname+set}" = set; then | ||
| 21159 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 21160 | else | ||
| 21161 | cat >conftest.$ac_ext <<_ACEOF | ||
| 21162 | /* confdefs.h. */ | ||
| 21163 | _ACEOF | ||
| 21164 | cat confdefs.h >>conftest.$ac_ext | ||
| 21165 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21166 | /* end confdefs.h. */ | ||
| 21167 | #include <time.h> | ||
| 21168 | #ifndef tzname /* For SGI. */ | ||
| 21169 | extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | ||
| 21170 | #endif | ||
| 21171 | |||
| 21172 | int | ||
| 21173 | main () | ||
| 21174 | { | ||
| 21175 | atoi(*tzname); | ||
| 21176 | ; | ||
| 21177 | return 0; | ||
| 21178 | } | ||
| 21179 | _ACEOF | ||
| 21180 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
| 21181 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | ||
| 21182 | (eval $ac_link) 2>conftest.er1 | ||
| 21183 | ac_status=$? | ||
| 21184 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21185 | rm -f conftest.er1 | ||
| 21186 | cat conftest.err >&5 | ||
| 21187 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21188 | (exit $ac_status); } && | ||
| 21189 | { ac_try='test -z "$ac_c_werror_flag" | ||
| 21190 | || test ! -s conftest.err' | ||
| 21191 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21192 | (eval $ac_try) 2>&5 | ||
| 21193 | ac_status=$? | ||
| 21194 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21195 | (exit $ac_status); }; } && | ||
| 21196 | { ac_try='test -s conftest$ac_exeext' | ||
| 21197 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21198 | (eval $ac_try) 2>&5 | ||
| 21199 | ac_status=$? | ||
| 21200 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21201 | (exit $ac_status); }; }; then | ||
| 21202 | ac_cv_var_tzname=yes | ||
| 21203 | else | ||
| 21204 | echo "$as_me: failed program was:" >&5 | ||
| 21205 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 21206 | |||
| 21207 | ac_cv_var_tzname=no | ||
| 21208 | fi | ||
| 21209 | rm -f conftest.err conftest.$ac_objext \ | ||
| 21210 | conftest$ac_exeext conftest.$ac_ext | ||
| 21211 | fi | ||
| 21212 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 | ||
| 21213 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 | ||
| 21214 | if test $ac_cv_var_tzname = yes; then | ||
| 21215 | |||
| 21216 | cat >>confdefs.h <<\_ACEOF | ||
| 21217 | #define HAVE_TZNAME 1 | ||
| 21218 | _ACEOF | ||
| 21219 | |||
| 21220 | fi | ||
| 21221 | fi | ||
| 21222 | |||
| 21223 | |||
| 21224 | if test "$ac_cv_func_gettimeofday" = yes; then | ||
| 21225 | echo "$as_me:$LINENO: checking for struct timezone" >&5 | ||
| 21226 | echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 | ||
| 21227 | if test "${emacs_cv_struct_timezone+set}" = set; then | ||
| 21228 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 21229 | else | ||
| 21230 | cat >conftest.$ac_ext <<_ACEOF | ||
| 21231 | /* confdefs.h. */ | ||
| 21232 | _ACEOF | ||
| 21233 | cat confdefs.h >>conftest.$ac_ext | ||
| 21234 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21235 | /* end confdefs.h. */ | ||
| 21236 | #include <sys/time.h> | ||
| 21237 | int | ||
| 21238 | main () | ||
| 21239 | { | ||
| 21240 | struct timezone tz; | ||
| 21241 | ; | ||
| 21242 | return 0; | ||
| 21243 | } | ||
| 21244 | _ACEOF | ||
| 21245 | rm -f conftest.$ac_objext | ||
| 21246 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
| 21247 | (eval $ac_compile) 2>conftest.er1 | ||
| 21248 | ac_status=$? | ||
| 21249 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21250 | rm -f conftest.er1 | ||
| 21251 | cat conftest.err >&5 | ||
| 21252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21253 | (exit $ac_status); } && | ||
| 21254 | { ac_try='test -z "$ac_c_werror_flag" | ||
| 21255 | || test ! -s conftest.err' | ||
| 21256 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21257 | (eval $ac_try) 2>&5 | ||
| 21258 | ac_status=$? | ||
| 21259 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21260 | (exit $ac_status); }; } && | ||
| 21261 | { ac_try='test -s conftest.$ac_objext' | ||
| 21262 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21263 | (eval $ac_try) 2>&5 | ||
| 21264 | ac_status=$? | ||
| 21265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21266 | (exit $ac_status); }; }; then | ||
| 21267 | if test "$cross_compiling" = yes; then | ||
| 21268 | emacs_cv_struct_timezone=yes | ||
| 21269 | else | ||
| 21270 | cat >conftest.$ac_ext <<_ACEOF | ||
| 21271 | /* confdefs.h. */ | ||
| 21272 | _ACEOF | ||
| 21273 | cat confdefs.h >>conftest.$ac_ext | ||
| 21274 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21275 | /* end confdefs.h. */ | ||
| 21276 | |||
| 21277 | #ifdef TIME_WITH_SYS_TIME | ||
| 21278 | #include <sys/time.h> | ||
| 21279 | #include <time.h> | ||
| 21280 | #else | ||
| 21281 | #ifdef HAVE_SYS_TIME_H | ||
| 21282 | #include <sys/time.h> | ||
| 21283 | #else | ||
| 21284 | #include <time.h> | ||
| 21285 | #endif | ||
| 21286 | #endif | ||
| 21287 | main () { | ||
| 21288 | struct timeval time; | ||
| 21289 | struct timezone dummy; | ||
| 21290 | exit (gettimeofday (&time, &dummy)); | ||
| 21291 | } | ||
| 21292 | _ACEOF | ||
| 21293 | rm -f conftest$ac_exeext | ||
| 21294 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | ||
| 21295 | (eval $ac_link) 2>&5 | ||
| 21296 | ac_status=$? | ||
| 21297 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21298 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | ||
| 21299 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21300 | (eval $ac_try) 2>&5 | ||
| 21301 | ac_status=$? | ||
| 21302 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21303 | (exit $ac_status); }; }; then | ||
| 21304 | emacs_cv_struct_timezone=yes | ||
| 21305 | else | ||
| 21306 | echo "$as_me: program exited with status $ac_status" >&5 | ||
| 21307 | echo "$as_me: failed program was:" >&5 | ||
| 21308 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 21309 | |||
| 21310 | ( exit $ac_status ) | ||
| 21311 | emacs_cv_struct_timezone=no | ||
| 21312 | fi | ||
| 21313 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | ||
| 21314 | fi | ||
| 21315 | else | ||
| 21316 | echo "$as_me: failed program was:" >&5 | ||
| 21317 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 21318 | |||
| 21319 | emacs_cv_struct_timezone=no | ||
| 21320 | fi | ||
| 21321 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 21322 | fi | ||
| 21323 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 | ||
| 21324 | echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 | ||
| 21325 | fi | ||
| 21326 | |||
| 21327 | ok_so_far=yes | 21027 | ok_so_far=yes |
| 21328 | echo "$as_me:$LINENO: checking for socket" >&5 | 21028 | echo "$as_me:$LINENO: checking for socket" >&5 |
| 21329 | echo $ECHO_N "checking for socket... $ECHO_C" >&6 | 21029 | echo $ECHO_N "checking for socket... $ECHO_C" >&6 |
| @@ -23904,6 +23604,11 @@ esac | |||
| 23904 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | 23604 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
| 23905 | esac | 23605 | esac |
| 23906 | 23606 | ||
| 23607 | if test x"$ac_file" != x-; then | ||
| 23608 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | ||
| 23609 | echo "$as_me: creating $ac_file" >&6;} | ||
| 23610 | rm -f "$ac_file" | ||
| 23611 | fi | ||
| 23907 | # Let's still pretend it is `configure' which instantiates (i.e., don't | 23612 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
| 23908 | # use $as_me), people would be surprised to read: | 23613 | # use $as_me), people would be surprised to read: |
| 23909 | # /* config.h. Generated by config.status. */ | 23614 | # /* config.h. Generated by config.status. */ |
| @@ -23942,12 +23647,6 @@ echo "$as_me: error: cannot find input file: $f" >&2;} | |||
| 23942 | fi;; | 23647 | fi;; |
| 23943 | esac | 23648 | esac |
| 23944 | done` || { (exit 1); exit 1; } | 23649 | done` || { (exit 1); exit 1; } |
| 23945 | |||
| 23946 | if test x"$ac_file" != x-; then | ||
| 23947 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | ||
| 23948 | echo "$as_me: creating $ac_file" >&6;} | ||
| 23949 | rm -f "$ac_file" | ||
| 23950 | fi | ||
| 23951 | _ACEOF | 23650 | _ACEOF |
| 23952 | cat >>$CONFIG_STATUS <<_ACEOF | 23651 | cat >>$CONFIG_STATUS <<_ACEOF |
| 23953 | sed "$ac_vpsub | 23652 | sed "$ac_vpsub |