chiark / gitweb /
keys/: New `check' command to remind about keys about to expire.
[tripe] / configure.ac
index 3ca6cf6cb04526ef18c4d15cb7d89125f7e5acd3..ad39a1f40bda9d543a20058b71de00f78765457a 100644 (file)
@@ -122,19 +122,6 @@ AC_ARG_WITH([tracing],
              AC_DEFINE([NTRACE], [1], [Disable all tracing.])],
            [:])
 
-dnl--------------------------------------------------------------------------
-dnl Path MTU discovery.
-
-case $host_os in
-  linux*)
-    pmtu=yes
-    ;;
-  *)
-    pmtu=no
-    ;;
-esac
-AM_CONDITIONAL([PATHMTU], [test $pmtu = yes])
-
 dnl--------------------------------------------------------------------------
 dnl Tunnel devices.
 
@@ -335,6 +322,7 @@ AC_CONFIG_FILES(
   [keys/Makefile]
   [svc/Makefile]
   [mon/Makefile]
+  [contrib/Makefile]
   [t/Makefile t/atlocal])
 AC_OUTPUT