diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 918856e..e638fcf 100644 --- a/configure.in +++ b/configure.in @@ -1,26 +1,14 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(iptools, 0.2, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(iptools, 0.2) +AC_INIT(p11-tests, 0.1, stef@memberwebs.com) +AM_INIT_AUTOMAKE(p11-tests, 0.1) -AC_CONFIG_SRCDIR([src/ipmunge.c]) +AC_CONFIG_SRCDIR([src/p11-tests.c]) AM_CONFIG_HEADER([config.h]) # Checks for programs. AC_PROG_CC AC_PROG_INSTALL -# Checks for header files. -AC_HEADER_STDC -AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h]) - -# Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST -AC_TYPE_SIZE_T - -# Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_MEMCMP -AC_CHECK_FUNCS([atexit inet_ntoa inet_pton memset strerror strspn strtol]) - AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT + |