aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2008-10-03 18:43:29 +0000
committerAdrian Robert2008-10-03 18:43:29 +0000
commit8d87199ba0bf8c314c277a3da3e227e7fcbdff32 (patch)
treed6b3b676e8afbfed9121c5a1fd4080fb08fe52d6
parent46b0ebed94ff5cf1ca4ff0e03b6a8e76452af1fb (diff)
downloademacs-8d87199ba0bf8c314c277a3da3e227e7fcbdff32.tar.gz
emacs-8d87199ba0bf8c314c277a3da3e227e7fcbdff32.zip
configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to avoid confusion
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure36
-rw-r--r--configure.in2
3 files changed, 21 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 05ea805d575..bab931331aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4 "X") to avoid confusion.
5
6 * configure: Regenerate.
7
12008-09-07 Romain Francoise <romain@orebokech.com> 82008-09-07 Romain Francoise <romain@orebokech.com>
2 9
3 * make-dist: Distribute doc/man/ChangeLog. 10 * make-dist: Distribute doc/man/ChangeLog.
diff --git a/configure b/configure
index dd3a49e69ed..dfd5dc9572a 100755
--- a/configure
+++ b/configure
@@ -16660,7 +16660,6 @@ cat >>conftest.$ac_ext <<_ACEOF
16660# endif 16660# endif
16661#endif 16661#endif
16662 16662
16663#include <limits.h>
16664#include <stdlib.h> 16663#include <stdlib.h>
16665 16664
16666#ifdef HAVE_UNISTD_H 16665#ifdef HAVE_UNISTD_H
@@ -16809,15 +16808,12 @@ main ()
16809 isn't worth using anyway. */ 16808 isn't worth using anyway. */
16810 alarm (60); 16809 alarm (60);
16811 16810
16812 for (;;) 16811 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
16813 { 16812 continue;
16814 t = (time_t_max << 1) + 1; 16813 time_t_max--;
16815 if (t <= time_t_max) 16814 if ((time_t) -1 < 0)
16816 break; 16815 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
16817 time_t_max = t; 16816 continue;
16818 }
16819 time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
16820
16821 delta = time_t_max / 997; /* a suitable prime number */ 16817 delta = time_t_max / 997; /* a suitable prime number */
16822 for (i = 0; i < N_STRINGS; i++) 16818 for (i = 0; i < N_STRINGS; i++)
16823 { 16819 {
@@ -16832,12 +16828,10 @@ main ()
16832 && mktime_test ((time_t) (60 * 60 * 24)))) 16828 && mktime_test ((time_t) (60 * 60 * 24))))
16833 return 1; 16829 return 1;
16834 16830
16835 for (j = 1; ; j <<= 1) 16831 for (j = 1; 0 < j; j *= 2)
16836 if (! bigtime_test (j)) 16832 if (! bigtime_test (j))
16837 return 1; 16833 return 1;
16838 else if (INT_MAX / 2 < j) 16834 if (! bigtime_test (j - 1))
16839 break;
16840 if (! bigtime_test (INT_MAX))
16841 return 1; 16835 return 1;
16842 } 16836 }
16843 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); 16837 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
@@ -18746,13 +18740,11 @@ _ACEOF
18746cat confdefs.h >>conftest.$ac_ext 18740cat confdefs.h >>conftest.$ac_ext
18747cat >>conftest.$ac_ext <<_ACEOF 18741cat >>conftest.$ac_ext <<_ACEOF
18748/* end confdefs.h. */ 18742/* end confdefs.h. */
18749#include <sys/types.h> /* for off_t */ 18743#include <stdio.h>
18750 #include <stdio.h>
18751int 18744int
18752main () 18745main ()
18753{ 18746{
18754int (*fp) (FILE *, off_t, int) = fseeko; 18747return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18755 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18756 ; 18748 ;
18757 return 0; 18749 return 0;
18758} 18750}
@@ -18792,13 +18784,11 @@ cat confdefs.h >>conftest.$ac_ext
18792cat >>conftest.$ac_ext <<_ACEOF 18784cat >>conftest.$ac_ext <<_ACEOF
18793/* end confdefs.h. */ 18785/* end confdefs.h. */
18794#define _LARGEFILE_SOURCE 1 18786#define _LARGEFILE_SOURCE 1
18795#include <sys/types.h> /* for off_t */ 18787#include <stdio.h>
18796 #include <stdio.h>
18797int 18788int
18798main () 18789main ()
18799{ 18790{
18800int (*fp) (FILE *, off_t, int) = fseeko; 18791return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18801 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18802 ; 18792 ;
18803 return 0; 18793 return 0;
18804} 18794}
@@ -24297,7 +24287,7 @@ echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}
24297echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" 24287echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
24298echo " Does Emacs use -lxft? ${HAVE_XFT}" 24288echo " Does Emacs use -lxft? ${HAVE_XFT}"
24299 24289
24300echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 24290echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
24301echo 24291echo
24302 24292
24303if test $USE_XASSERTS = yes; then 24293if test $USE_XASSERTS = yes; then
diff --git a/configure.in b/configure.in
index b1fccfde9df..9a8c8e36ecf 100644
--- a/configure.in
+++ b/configure.in
@@ -2846,7 +2846,7 @@ echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}
2846echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" 2846echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
2847echo " Does Emacs use -lxft? ${HAVE_XFT}" 2847echo " Does Emacs use -lxft? ${HAVE_XFT}"
2848 2848
2849echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 2849echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
2850echo 2850echo
2851 2851
2852if test $USE_XASSERTS = yes; then 2852if test $USE_XASSERTS = yes; then