diff options
| author | Dave Love | 2000-09-29 09:32:42 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-29 09:32:42 +0000 |
| commit | a55b799a749ae03ed5f0fb043d8f4c699852d717 (patch) | |
| tree | c90afd1b3e80825923c607f253ea464fdd09a682 | |
| parent | d5c898bbe29295dcc132766b3aec60c5f5eb7f6b (diff) | |
| download | emacs-a55b799a749ae03ed5f0fb043d8f4c699852d717.tar.gz emacs-a55b799a749ae03ed5f0fb043d8f4c699852d717.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 8 |
2 files changed, 8 insertions, 4 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-09-29 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Fix alpha*-dec-osf4 using the osf5 config. | ||
| 4 | |||
| 1 | 2000-09-26 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * make-dist: Adapt to the change of leim/Makefile which was | 7 | * make-dist: Adapt to the change of leim/Makefile which was |
| @@ -891,7 +891,7 @@ case "${canonical}" in | |||
| 891 | # to have been a usable /usr/bin/cpp. | 891 | # to have been a usable /usr/bin/cpp. |
| 892 | NON_GNU_CPP='cpp' | 892 | NON_GNU_CPP='cpp' |
| 893 | case "${canonical}" in | 893 | case "${canonical}" in |
| 894 | alpha*-dec-osf[4-9]*) | 894 | alpha*-dec-osf[5-9]*) |
| 895 | opsys=osf5-0 ;; | 895 | opsys=osf5-0 ;; |
| 896 | esac | 896 | esac |
| 897 | ;; | 897 | ;; |
| @@ -3504,7 +3504,7 @@ else | |||
| 3504 | int main() { | 3504 | int main() { |
| 3505 | 3505 | ||
| 3506 | /* Ultrix mips cc rejects this. */ | 3506 | /* Ultrix mips cc rejects this. */ |
| 3507 | typedef int charset[2]; const charset x; | 3507 | typedef int charset[2]; const charset x = {0,0}; |
| 3508 | /* SunOS 4.1.1 cc rejects this. */ | 3508 | /* SunOS 4.1.1 cc rejects this. */ |
| 3509 | char const *const *ccp; | 3509 | char const *const *ccp; |
| 3510 | char **p; | 3510 | char **p; |
| @@ -4152,7 +4152,7 @@ if test x"${REL_ALLOC}" = x; then | |||
| 4152 | REL_ALLOC=${GNU_MALLOC} | 4152 | REL_ALLOC=${GNU_MALLOC} |
| 4153 | fi | 4153 | fi |
| 4154 | 4154 | ||
| 4155 | in | 4155 | |
| 4156 | for ac_hdr in stdlib.h unistd.h sys/stat.h | 4156 | for ac_hdr in stdlib.h unistd.h sys/stat.h |
| 4157 | do | 4157 | do |
| 4158 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 4158 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| @@ -5652,7 +5652,7 @@ else | |||
| 5652 | #include "confdefs.h" | 5652 | #include "confdefs.h" |
| 5653 | #include <alloca.h> | 5653 | #include <alloca.h> |
| 5654 | int main() { | 5654 | int main() { |
| 5655 | char *p = alloca(2 * sizeof(int)); | 5655 | void *p = alloca(2 * sizeof(int)); |
| 5656 | ; return 0; } | 5656 | ; return 0; } |
| 5657 | EOF | 5657 | EOF |
| 5658 | if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5658 | if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |