Diff for /gforth/Attic/configure between versions 1.7 and 1.8

version 1.7, 1994/12/14 16:15:25 version 1.8, 1994/12/15 12:35:09
Line 489  echo "$ac_t""$host" 1>&4 Line 489  echo "$ac_t""$host" 1>&4
 case "$host_cpu" in  case "$host_cpu" in
         hppa*)          hppa*)
                 mach_h=hppa                  mach_h=hppa
                   LIBOBJS="cache.o"
                 ;;                  ;;
         sparc*)          sparc*)
                 mach_h=sparc                  mach_h=sparc
Line 539  else Line 540  else
   ac_cv_cross=yes    ac_cv_cross=yes
 else  else
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 543 "configure"  #line 544 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 main(){return(0);}  main(){return(0);}
 EOF  EOF
Line 563  else Line 564  else
     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }      { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
 else  else
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 567 "configure"  #line 568 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 main () {  main () {
   /* Are we little or big endian?  From Harbison&Steele.  */    /* Are we little or big endian?  From Harbison&Steele.  */
Line 678  else Line 679  else
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="$LIBS -lm "  LIBS="$LIBS -lm "
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 682 "configure"  #line 683 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() { return 0; }  int main() { return 0; }
Line 718  else Line 719  else
   ac_cv_func_memcmp=no    ac_cv_func_memcmp=no
 else  else
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 722 "configure"  #line 723 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 main()  main()
Line 747  if eval "test \"`echo '${'ac_cv_func_$ac Line 748  if eval "test \"`echo '${'ac_cv_func_$ac
   echo $ac_n "(cached) $ac_c" 1>&4    echo $ac_n "(cached) $ac_c" 1>&4
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 751 "configure"  #line 752 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h> /* Arbitrary system header to define __stub macros. */  #include <ctype.h> /* Arbitrary system header to define __stub macros. */
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 792  if eval "test \"`echo '${'ac_cv_func_get Line 793  if eval "test \"`echo '${'ac_cv_func_get
   echo $ac_n "(cached) $ac_c" 1>&4    echo $ac_n "(cached) $ac_c" 1>&4
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 796 "configure"  #line 797 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h> /* Arbitrary system header to define __stub macros. */  #include <ctype.h> /* Arbitrary system header to define __stub macros. */
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 838  if eval "test \"`echo '${'ac_cv_func_$ac Line 839  if eval "test \"`echo '${'ac_cv_func_$ac
   echo $ac_n "(cached) $ac_c" 1>&4    echo $ac_n "(cached) $ac_c" 1>&4
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 842 "configure"  #line 843 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h> /* Arbitrary system header to define __stub macros. */  #include <ctype.h> /* Arbitrary system header to define __stub macros. */
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
Line 887  if eval "test \"`echo '${'ac_cv_func_$ac Line 888  if eval "test \"`echo '${'ac_cv_func_$ac
   echo $ac_n "(cached) $ac_c" 1>&4    echo $ac_n "(cached) $ac_c" 1>&4
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 891 "configure"  #line 892 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h> /* Arbitrary system header to define __stub macros. */  #include <ctype.h> /* Arbitrary system header to define __stub macros. */
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>