[master] efaba47 Recognize OpenBSD as platform. Federico says it almost works.

Poul-Henning Kamp phk at varnish-cache.org
Thu Aug 9 10:27:31 CEST 2012


commit efaba477e6235e283252d3bd63c570e02166ef64
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Aug 9 08:27:03 2012 +0000

    Recognize OpenBSD as platform.  Federico says it almost works.
    
    Submitted by:	Federico G. Schwindt

diff --git a/autogen.sh b/autogen.sh
index 07df626..6d28093 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,9 @@ Darwin)
 FreeBSD)
     LIBTOOLIZE=libtoolize
     ;;
+OpenBSD)
+    LIBTOOLIZE=libtoolize
+    ;;
 Linux)
     LIBTOOLIZE=libtoolize
     ;;



More information about the varnish-commit mailing list