comparison configure @ 32034:259c9935f2db

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sat, 30 Sep 2000 14:35:11 +0000
parents baf314674954
children 9492a4c33e92
comparison
equal deleted inserted replaced
32033:2f02ea6f7303 32034:259c9935f2db
817 powerpc-apple-netbsd*) machine=macppc ;; 817 powerpc-apple-netbsd*) machine=macppc ;;
818 mips-*-netbsd*) machine=pmax ;; 818 mips-*-netbsd*) machine=pmax ;;
819 mipsel-*-netbsd*) machine=pmax ;; 819 mipsel-*-netbsd*) machine=pmax ;;
820 ns32k-*-netbsd*) machine=ns32000 ;; 820 ns32k-*-netbsd*) machine=ns32000 ;;
821 powerpc-*-netbsd*) machine=macppc ;; 821 powerpc-*-netbsd*) machine=macppc ;;
822 sparc-*-netbsd*) machine=sparc ;; 822 sparc*-*-netbsd*) machine=sparc ;;
823 vax-*-netbsd*) machine=vax ;; 823 vax-*-netbsd*) machine=vax ;;
824 arm-*-netbsd*) machine=arm ;; 824 arm-*-netbsd*) machine=arm ;;
825 esac 825 esac
826 ;; 826 ;;
827 827
3502 #include "confdefs.h" 3502 #include "confdefs.h"
3503 3503
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 = {0,0}; 3507 typedef int charset[2]; const charset x;
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;
3511 /* NEC SVR4.0.2 mips cc rejects this. */ 3511 /* NEC SVR4.0.2 mips cc rejects this. */
3512 struct point {int x, y;}; 3512 struct point {int x, y;};
5650 cat > conftest.$ac_ext <<EOF 5650 cat > conftest.$ac_ext <<EOF
5651 #line 5652 "configure" 5651 #line 5652 "configure"
5652 #include "confdefs.h" 5652 #include "confdefs.h"
5653 #include <alloca.h> 5653 #include <alloca.h>
5654 int main() { 5654 int main() {
5655 void *p = alloca(2 * sizeof(int)); 5655 char *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
5659 rm -rf conftest* 5659 rm -rf conftest*
5660 ac_cv_header_alloca_h=yes 5660 ac_cv_header_alloca_h=yes