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

version 1.6, 1994/12/12 17:10:31 version 1.7, 1994/12/14 16:15:25
Line 671  test -z "$INSTALL_PROGRAM" && INSTALL_PR Line 671  test -z "$INSTALL_PROGRAM" && INSTALL_PR
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   
   
   echo $ac_n "checking for -lm""... $ac_c" 1>&4
   if eval "test \"`echo '${'ac_cv_lib_m'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&4
   else
     ac_save_LIBS="$LIBS"
   LIBS="$LIBS -lm "
   cat > conftest.$ac_ext <<EOF
   #line 682 "configure"
   #include "confdefs.h"
   
   int main() { return 0; }
   int t() {
   asin()
   ; return 0; }
   EOF
   if eval $ac_link; then
     rm -rf conftest*
     eval "ac_cv_lib_m=yes"
   else
     rm -rf conftest*
     eval "ac_cv_lib_m=no"
   fi
   rm -f conftest*
   LIBS="$ac_save_LIBS"
   
   fi
   if eval "test \"`echo '$ac_cv_lib_'m`\" = yes"; then
     echo "$ac_t""yes" 1>&4
       ac_tr_lib=HAVE_LIB`echo m | tr '[a-z]' '[A-Z]'`
     cat >> confdefs.h <<EOF
   #define $ac_tr_lib 1
   EOF
   
     LIBS="$LIBS -lm"
   
   else
     echo "$ac_t""no" 1>&4
   fi
   
 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&4  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&4
 if eval "test \"`echo '${'ac_cv_func_memcmp'+set}'`\" = set"; then  if eval "test \"`echo '${'ac_cv_func_memcmp'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&4    echo $ac_n "(cached) $ac_c" 1>&4
Line 679  else Line 718  else
   ac_cv_func_memcmp=no    ac_cv_func_memcmp=no
 else  else
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 683 "configure"  #line 722 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 main()  main()
Line 708  if eval "test \"`echo '${'ac_cv_func_$ac Line 747  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 712 "configure"  #line 751 "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 753  if eval "test \"`echo '${'ac_cv_func_get Line 792  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 757 "configure"  #line 796 "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  getopt_long="getopt.o getopt1.o" Line 831  getopt_long="getopt.o getopt1.o"
 fi  fi
   
   
 echo $ac_n "checking for -lm""... $ac_c" 1>&4  for ac_func in rint expm1 log1p
 if eval "test \"`echo '${'ac_cv_lib_m'+set}'`\" = set"; then  
   echo $ac_n "(cached) $ac_c" 1>&4  
 else  
   ac_save_LIBS="$LIBS"  
 LIBS="$LIBS -lm "  
 cat > conftest.$ac_ext <<EOF  
 #line 803 "configure"  
 #include "confdefs.h"  
   
 int main() { return 0; }  
 int t() {  
 sin()  
 ; return 0; }  
 EOF  
 if eval $ac_link; then  
   rm -rf conftest*  
   eval "ac_cv_lib_m=yes"  
 else  
   rm -rf conftest*  
   eval "ac_cv_lib_m=no"  
 fi  
 rm -f conftest*  
 LIBS="$ac_save_LIBS"  
   
 fi  
 if eval "test \"`echo '$ac_cv_lib_'m`\" = yes"; then  
   echo "$ac_t""yes" 1>&4  
     ac_tr_lib=HAVE_LIB`echo m | tr '[a-z]' '[A-Z]'`  
   cat >> confdefs.h <<EOF  
 #define $ac_tr_lib 1  
 EOF  
   
   LIBS="$LIBS -lm"  
   
 else  
   echo "$ac_t""no" 1>&4  
 fi  
   
 for ac_func in rint  
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&4  echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
 if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then

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


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