Diff for /embedtools/configure between versions 1.2.2.1 and 1.2.2.3

version 1.2.2.1, 2011/06/08 12:55:29 version 1.2.2.3, 2011/06/13 20:04:12
Line 608  LIBOBJS Line 608  LIBOBJS
 EGREP  EGREP
 GREP  GREP
 CPP  CPP
   OS
 MKDEP  MKDEP
 target_os  target_os
 target_vendor  target_vendor
Line 682  CFLAGS Line 683  CFLAGS
 LDFLAGS  LDFLAGS
 LIBS  LIBS
 CPPFLAGS  CPPFLAGS
CPPCPP'
CPPFLAGS' 
   
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
Line 3328  fi Line 3328  fi
   
   
   
   OS=$(uname)
   
   
 CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}"  CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}"
 LDFLAGS="-L/usr/local/lib ${LDFLAGS}"  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
Line 4905  $as_echo "#define HAVE_WAIT3 1" >>confdefs.h Line 4908  $as_echo "#define HAVE_WAIT3 1" >>confdefs.h
   
 fi  fi
   
for ac_func in alarm bzero dup2 endpwent getcwd gethostbyname gethostname inet_ntoa isascii memmove memset munmap select socket strcasecmp strchr strdup strerror strrchr strspn strstr strtol strtoulfor ac_func in alarm bzero dup2 endpwent getcwd gethostbyname gethostname inet_ntoa isascii memmove memset munmap select socket strcasecmp strchr strdup strerror strrchr strspn strstr strtol strtoul strtonum
 do :  do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"  ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"

Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.3


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