po/POTFILES and po/Makefile should not be generated by configure.
[tinc] / configure.in
index df0f2bc..7e16a06 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl $Id: configure.in,v 1.13.2.39 2002/02/10 21:57:51 guus Exp $
+dnl $Id: configure.in,v 1.13.2.42 2002/03/10 14:05:35 guus Exp $
 
 AC_INIT(src/tincd.c)
 AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
@@ -50,6 +50,10 @@ case $host_os in
     AC_DEFINE(HAVE_OPENBSD)
     [ rm -f src/device.c; ln -sf openbsd/device.c src/device.c ]
   ;;
+  *netbsd*)
+    AC_DEFINE(HAVE_NETBSD)
+    [ rm -f src/device.c; ln -sf netbsd/device.c src/device.c ]
+  ;;
 esac
 
 AC_CACHE_SAVE
@@ -94,6 +98,7 @@ AC_CACHE_SAVE
 dnl These are defined in files in m4/
 tinc_TUNTAP
 tinc_OPENSSL
+tinc_ZLIB
 
 dnl Check if checkpoint tracing has to be enabled
 AC_ARG_ENABLE(tracing,
@@ -111,6 +116,4 @@ intl/Makefile
 lib/Makefile
 m4/Makefile
 po/Makefile.in
-po/POTFILES
-po/Makefile
 )