Mercurial > emacs
changeset 31994:baf314674954
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 29 Sep 2000 09:32:42 +0000 |
parents | 46576e0d9de9 |
children | 6a45a15137b0 |
files | ChangeLog configure |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 29 09:32:16 2000 +0000 +++ b/ChangeLog Fri Sep 29 09:32:42 2000 +0000 @@ -1,3 +1,7 @@ +2000-09-29 Dave Love <fx@gnu.org> + + * configure.in: Fix alpha*-dec-osf4 using the osf5 config. + 2000-09-26 Gerd Moellmann <gerd@gnu.org> * make-dist: Adapt to the change of leim/Makefile which was
--- a/configure Fri Sep 29 09:32:16 2000 +0000 +++ b/configure Fri Sep 29 09:32:42 2000 +0000 @@ -891,7 +891,7 @@ # to have been a usable /usr/bin/cpp. NON_GNU_CPP='cpp' case "${canonical}" in - alpha*-dec-osf[4-9]*) + alpha*-dec-osf[5-9]*) opsys=osf5-0 ;; esac ;; @@ -3504,7 +3504,7 @@ int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x; +typedef int charset[2]; const charset x = {0,0}; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -4152,7 +4152,7 @@ REL_ALLOC=${GNU_MALLOC} fi -in + for ac_hdr in stdlib.h unistd.h sys/stat.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` @@ -5652,7 +5652,7 @@ #include "confdefs.h" #include <alloca.h> int main() { -char *p = alloca(2 * sizeof(int)); +void *p = alloca(2 * sizeof(int)); ; return 0; } EOF if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then