X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=c69392bfe17f9d1ed77d9943d8a6b5278b888d11;hp=e55dc9e004e349f19a0faeffc27eec153e161f55;hb=04ec0b82ab9c6a2662300a9257a5aff1c4dd56e7;hpb=b236ddb1df16f8eb025d485b75153c4f25f4afc6 diff --git a/configure.in b/configure.in index e55dc9e0..c69392bf 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.30 2001/01/17 01:31:56 zarq Exp $ +dnl $Id: configure.in,v 1.13.2.33 2001/06/07 07:48:11 guus Exp $ AC_INIT(src/tincd.c) -AM_INIT_AUTOMAKE(tinc, 1.0pre4) +AM_INIT_AUTOMAKE(tinc, 1.0-cvs) AM_CONFIG_HEADER(config.h) dnl Include the macros from the m4/ directory @@ -45,6 +45,8 @@ case $host_os in ;; esac +AC_CACHE_SAVE + dnl Checks for libraries. dnl Checks for header files. @@ -80,6 +82,7 @@ AC_CHECK_FUNC(gethostbyname, [], [ AC_CHECK_LIB(nsl, gethostbyname) ]) +AC_CACHE_SAVE dnl These are defined in files in m4/ tinc_TUNTAP @@ -93,6 +96,13 @@ AC_ARG_ENABLE(tracing, AC_SUBST(INCLUDES) -AC_OUTPUT([Makefile src/Makefile -doc/Makefile doc/es/Makefile intl/Makefile lib/Makefile -m4/Makefile po/Makefile.in redhat/Makefile debian/Makefile]) +AC_OUTPUT(Makefile +src/Makefile +doc/Makefile +doc/es/Makefile +intl/Makefile +lib/Makefile +m4/Makefile +po/Makefile.in +redhat/Makefile +debian/Makefile)