X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=83e1faece7ce38a8f74ac7eeaa548358694e9657;hp=77db35a4ae6b8df05e2281dee396cc7118607a3e;hb=cf63cbef2bcb6a1f21ded439cbb09842581b9020;hpb=5eca9520d93bced1275d45e5e2a933d69354cd6d diff --git a/configure.in b/configure.in index 77db35a4..83e1faec 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.59 2002/09/15 14:55:53 guus Exp $ +dnl $Id: configure.in,v 1.13.2.61 2003/05/06 21:13:13 guus Exp $ AC_PREREQ(2.53) AC_INIT(src/tincd.c) @@ -36,7 +36,7 @@ AC_ISC_POSIX dnl Check and set OS -AC_CANONICAL_HOST +#AC_CANONICAL_HOST case $host_os in *linux*) @@ -154,6 +154,7 @@ dnl These are defined in files in m4/ tinc_TUNTAP tinc_OPENSSL tinc_ZLIB +tinc_LZO dnl Check if support for jumbograms is requested AC_ARG_ENABLE(jumbograms, @@ -169,11 +170,11 @@ AC_ARG_ENABLE(tracing, AC_SUBST(INCLUDES) -AC_OUTPUT(Makefile po/Makefile.in +AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/es/Makefile lib/Makefile -m4/Makefile po/Makefile.in +m4/Makefile )