aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2006-12-10 16:25:17 +0000
committerAndreas Schwab2006-12-10 16:25:17 +0000
commit5aa4ad53e8cd9b51f6ee187eefc445adc9835043 (patch)
tree7d689b6e03430b5582001edb2b5ae1559c82dece
parent41de5de6c6bb1b93f58ed8579d65f8b864a9142b (diff)
downloademacs-5aa4ad53e8cd9b51f6ee187eefc445adc9835043.tar.gz
emacs-5aa4ad53e8cd9b51f6ee187eefc445adc9835043.zip
Regenerate.
-rwxr-xr-xconfigure319
1 files changed, 9 insertions, 310 deletions
diff --git a/configure b/configure
index 7483969ac7e..10e5ab3dbce 100755
--- a/configure
+++ b/configure
@@ -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
993fi 993fi
994 994
@@ -8391,7 +8391,6 @@ fi
8391echo "$as_me:$LINENO: checking for X" >&5 8391echo "$as_me:$LINENO: checking for X" >&5
8392echo $ECHO_N "checking for X... $ECHO_C" >&6 8392echo $ECHO_N "checking for X... $ECHO_C" >&6
8393 8393
8394ac_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.
8397if test "${with_x+set}" = set; then 8396if 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
8486if test "$ac_x_includes" = no; then 8485if 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 8622echo "${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
8627echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8628fi 8623fi
8629 8624
8630if test "$no_x" = yes; then 8625if test "$no_x" = yes; then
@@ -21029,301 +21024,6 @@ _ACEOF
21029 fi 21024 fi
21030fi 21025fi
21031 21026
21032# This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
21033echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
21034echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
21035if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
21036 echo $ECHO_N "(cached) $ECHO_C" >&6
21037else
21038 cat >conftest.$ac_ext <<_ACEOF
21039/* confdefs.h. */
21040_ACEOF
21041cat confdefs.h >>conftest.$ac_ext
21042cat >>conftest.$ac_ext <<_ACEOF
21043/* end confdefs.h. */
21044#include <sys/types.h>
21045#include <$ac_cv_struct_tm>
21046
21047
21048int
21049main ()
21050{
21051static struct tm ac_aggr;
21052if (ac_aggr.tm_zone)
21053return 0;
21054 ;
21055 return 0;
21056}
21057_ACEOF
21058rm -f conftest.$ac_objext
21059if { (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
21081else
21082 echo "$as_me: failed program was:" >&5
21083sed 's/^/| /' conftest.$ac_ext >&5
21084
21085cat >conftest.$ac_ext <<_ACEOF
21086/* confdefs.h. */
21087_ACEOF
21088cat confdefs.h >>conftest.$ac_ext
21089cat >>conftest.$ac_ext <<_ACEOF
21090/* end confdefs.h. */
21091#include <sys/types.h>
21092#include <$ac_cv_struct_tm>
21093
21094
21095int
21096main ()
21097{
21098static struct tm ac_aggr;
21099if (sizeof ac_aggr.tm_zone)
21100return 0;
21101 ;
21102 return 0;
21103}
21104_ACEOF
21105rm -f conftest.$ac_objext
21106if { (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
21128else
21129 echo "$as_me: failed program was:" >&5
21130sed 's/^/| /' conftest.$ac_ext >&5
21131
21132ac_cv_member_struct_tm_tm_zone=no
21133fi
21134rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21135fi
21136rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21137fi
21138echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
21139echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
21140if test $ac_cv_member_struct_tm_tm_zone = yes; then
21141
21142cat >>confdefs.h <<_ACEOF
21143#define HAVE_STRUCT_TM_TM_ZONE 1
21144_ACEOF
21145
21146
21147fi
21148
21149if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
21150
21151cat >>confdefs.h <<\_ACEOF
21152#define HAVE_TM_ZONE 1
21153_ACEOF
21154
21155else
21156 echo "$as_me:$LINENO: checking for tzname" >&5
21157echo $ECHO_N "checking for tzname... $ECHO_C" >&6
21158if test "${ac_cv_var_tzname+set}" = set; then
21159 echo $ECHO_N "(cached) $ECHO_C" >&6
21160else
21161 cat >conftest.$ac_ext <<_ACEOF
21162/* confdefs.h. */
21163_ACEOF
21164cat confdefs.h >>conftest.$ac_ext
21165cat >>conftest.$ac_ext <<_ACEOF
21166/* end confdefs.h. */
21167#include <time.h>
21168#ifndef tzname /* For SGI. */
21169extern char *tzname[]; /* RS6000 and others reject char **tzname. */
21170#endif
21171
21172int
21173main ()
21174{
21175atoi(*tzname);
21176 ;
21177 return 0;
21178}
21179_ACEOF
21180rm -f conftest.$ac_objext conftest$ac_exeext
21181if { (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
21203else
21204 echo "$as_me: failed program was:" >&5
21205sed 's/^/| /' conftest.$ac_ext >&5
21206
21207ac_cv_var_tzname=no
21208fi
21209rm -f conftest.err conftest.$ac_objext \
21210 conftest$ac_exeext conftest.$ac_ext
21211fi
21212echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
21213echo "${ECHO_T}$ac_cv_var_tzname" >&6
21214 if test $ac_cv_var_tzname = yes; then
21215
21216cat >>confdefs.h <<\_ACEOF
21217#define HAVE_TZNAME 1
21218_ACEOF
21219
21220 fi
21221fi
21222
21223
21224if test "$ac_cv_func_gettimeofday" = yes; then
21225 echo "$as_me:$LINENO: checking for struct timezone" >&5
21226echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
21227if test "${emacs_cv_struct_timezone+set}" = set; then
21228 echo $ECHO_N "(cached) $ECHO_C" >&6
21229else
21230 cat >conftest.$ac_ext <<_ACEOF
21231/* confdefs.h. */
21232_ACEOF
21233cat confdefs.h >>conftest.$ac_ext
21234cat >>conftest.$ac_ext <<_ACEOF
21235/* end confdefs.h. */
21236#include <sys/time.h>
21237int
21238main ()
21239{
21240struct timezone tz;
21241 ;
21242 return 0;
21243}
21244_ACEOF
21245rm -f conftest.$ac_objext
21246if { (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
21269else
21270 cat >conftest.$ac_ext <<_ACEOF
21271/* confdefs.h. */
21272_ACEOF
21273cat confdefs.h >>conftest.$ac_ext
21274cat >>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
21287main () {
21288 struct timeval time;
21289 struct timezone dummy;
21290 exit (gettimeofday (&time, &dummy));
21291}
21292_ACEOF
21293rm -f conftest$ac_exeext
21294if { (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
21305else
21306 echo "$as_me: program exited with status $ac_status" >&5
21307echo "$as_me: failed program was:" >&5
21308sed 's/^/| /' conftest.$ac_ext >&5
21309
21310( exit $ac_status )
21311emacs_cv_struct_timezone=no
21312fi
21313rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21314fi
21315else
21316 echo "$as_me: failed program was:" >&5
21317sed 's/^/| /' conftest.$ac_ext >&5
21318
21319emacs_cv_struct_timezone=no
21320fi
21321rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21322fi
21323echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5
21324echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
21325fi
21326
21327ok_so_far=yes 21027ok_so_far=yes
21328echo "$as_me:$LINENO: checking for socket" >&5 21028echo "$as_me:$LINENO: checking for socket" >&5
21329echo $ECHO_N "checking for socket... $ECHO_C" >&6 21029echo $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
23609echo "$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
23948echo "$as_me: creating $ac_file" >&6;}
23949 rm -f "$ac_file"
23950 fi
23951_ACEOF 23650_ACEOF
23952cat >>$CONFIG_STATUS <<_ACEOF 23651cat >>$CONFIG_STATUS <<_ACEOF
23953 sed "$ac_vpsub 23652 sed "$ac_vpsub