Diff for /embedtools/configure.in between versions 1.1.2.1 and 1.2.2.3

version 1.1.2.1, 2011/06/08 09:08:43 version 1.2.2.3, 2011/06/13 20:04:12
Line 1 Line 1
AC_INIT(embedtools, 1.0, misho@elwix.org)AC_INIT(embedtools, 1.1, misho@elwix.org)
 AC_CONFIG_SRCDIR([src/cfexec.c])  AC_CONFIG_SRCDIR([src/cfexec.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 12  AC_CANONICAL_TARGET Line 12  AC_CANONICAL_TARGET
 AC_CHECK_TOOL(MKDEP, mkdep, no)  AC_CHECK_TOOL(MKDEP, mkdep, no)
 AC_SUBST(MKDEP)  AC_SUBST(MKDEP)
   
   OS=$(uname)
   AC_SUBST(OS)
   
 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 26  AC_CHECK_LIB([util], [openpty]) Line 29  AC_CHECK_LIB([util], [openpty])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h paths.h stdlib.h string.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h utmp.h utmpx.h])  AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h paths.h stdlib.h string.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h utmp.h utmpx.h])
   AC_CHECK_HEADERS([libutil.h])
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE  AC_C_INLINE
Line 45  AC_FUNC_MALLOC Line 49  AC_FUNC_MALLOC
 AC_FUNC_MMAP  AC_FUNC_MMAP
 AC_FUNC_REALLOC  AC_FUNC_REALLOC
 AC_FUNC_WAIT3  AC_FUNC_WAIT3
AC_CHECK_FUNCS([alarm bzero dup2 endpwent getcwd gethostbyname gethostname inet_ntoa isascii memmove memset munmap select socket strcasecmp strchr strdup strerror strrchr strspn strstr strtol strtoul])AC_CHECK_FUNCS([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])
 AC_CHECK_FUNCS([kldnext kldfirstmod modfnext modstat kldload])  AC_CHECK_FUNCS([kldnext kldfirstmod modfnext modstat kldload])
   
 DEBUG=no  DEBUG=no

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


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