diff options
| author | Adrian Robert | 2008-10-03 18:43:29 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-10-03 18:43:29 +0000 |
| commit | 8d87199ba0bf8c314c277a3da3e227e7fcbdff32 (patch) | |
| tree | d6b3b676e8afbfed9121c5a1fd4080fb08fe52d6 | |
| parent | 46b0ebed94ff5cf1ca4ff0e03b6a8e76452af1fb (diff) | |
| download | emacs-8d87199ba0bf8c314c277a3da3e227e7fcbdff32.tar.gz emacs-8d87199ba0bf8c314c277a3da3e227e7fcbdff32.zip | |
configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to avoid confusion
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rwxr-xr-x | configure | 36 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 21 insertions, 24 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-09-07 Romain Francoise <romain@orebokech.com> | 8 | 2008-09-07 Romain Francoise <romain@orebokech.com> |
| 2 | 9 | ||
| 3 | * make-dist: Distribute doc/man/ChangeLog. | 10 | * make-dist: Distribute doc/man/ChangeLog. |
| @@ -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 | |||
| 18746 | cat confdefs.h >>conftest.$ac_ext | 18740 | cat confdefs.h >>conftest.$ac_ext |
| 18747 | cat >>conftest.$ac_ext <<_ACEOF | 18741 | cat >>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> | ||
| 18751 | int | 18744 | int |
| 18752 | main () | 18745 | main () |
| 18753 | { | 18746 | { |
| 18754 | int (*fp) (FILE *, off_t, int) = fseeko; | 18747 | return 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 | |||
| 18792 | cat >>conftest.$ac_ext <<_ACEOF | 18784 | cat >>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> | ||
| 18797 | int | 18788 | int |
| 18798 | main () | 18789 | main () |
| 18799 | { | 18790 | { |
| 18800 | int (*fp) (FILE *, off_t, int) = fseeko; | 18791 | return 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} | |||
| 24297 | echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" | 24287 | echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" |
| 24298 | echo " Does Emacs use -lxft? ${HAVE_XFT}" | 24288 | echo " Does Emacs use -lxft? ${HAVE_XFT}" |
| 24299 | 24289 | ||
| 24300 | echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | 24290 | echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" |
| 24301 | echo | 24291 | echo |
| 24302 | 24292 | ||
| 24303 | if test $USE_XASSERTS = yes; then | 24293 | if 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} | |||
| 2846 | echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" | 2846 | echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" |
| 2847 | echo " Does Emacs use -lxft? ${HAVE_XFT}" | 2847 | echo " Does Emacs use -lxft? ${HAVE_XFT}" |
| 2848 | 2848 | ||
| 2849 | echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | 2849 | echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" |
| 2850 | echo | 2850 | echo |
| 2851 | 2851 | ||
| 2852 | if test $USE_XASSERTS = yes; then | 2852 | if test $USE_XASSERTS = yes; then |