X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=856a47b13012d39b2170bf5a3a79958b2d6a3c10;hb=e4f65db89726ac06ba7e787d420db4422d9a6e98;hp=ccc0d26c04a6ddef10589c49b9f72e31bc190e5c;hpb=ec495b2f15fc5ae22136c226c7966caf51f643f8;p=tinc diff --git a/configure.in b/configure.in index ccc0d26c..856a47b1 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_PREREQ(2.61) AC_INIT AC_CONFIG_SRCDIR([src/tincd.c]) AC_GNU_SOURCE -AM_INIT_AUTOMAKE(tinc, 1.1-cvs) +AM_INIT_AUTOMAKE(tinc, 1.1pre1) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE @@ -20,6 +20,7 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_RANLIB +AM_PATH_PYTHON dnl Check and set OS @@ -126,14 +127,10 @@ AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp, ) dnl Checks for library functions. -AC_FUNC_MEMCMP -AC_FUNC_ALLOCA AC_TYPE_SIGNAL AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system time usleep unsetenv vsyslog writev], [], [], [#include "have.h"] ) -AC_FUNC_MALLOC -AC_FUNC_REALLOC dnl Support for SunOS @@ -176,6 +173,6 @@ AC_ARG_ENABLE(jumbograms, AC_SUBST(INCLUDES) -AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile gui/Makefile]) AC_OUTPUT