]> err.no Git - varnish/commitdiff
Drop this one now.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 21 Jul 2006 21:42:00 +0000 (21:42 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 21 Jul 2006 21:42:00 +0000 (21:42 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@552 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/autogen.phk [deleted file]

diff --git a/varnish-cache/autogen.phk b/varnish-cache/autogen.phk
deleted file mode 100755 (executable)
index 5122de1..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-#
-# $Id$
-#
-
-set -ex
-
-if [ -d /usr/local/gnu-autotools/bin ] ; then
-       PATH=${PATH}:/usr/local/gnu-autotools/bin
-       export PATH
-fi
-
-base=$(cd $(dirname $0) && pwd)
-for dir in $base $base/contrib/libevent ; do
-       (
-       echo $dir
-       cd $dir
-       aclocal
-       libtoolize --copy --force
-       aclocal
-       autoheader
-       automake --add-missing --copy --foreign
-       autoconf
-       )
-done
-
-sh configure \
-       --enable-pedantic \
-       --enable-wall  \
-       --enable-werror  \
-       --enable-dependency-tracking \
-       "CFLAGS=-std=c99 -Wno-format"
-
-# This is a safety-measure during development
-( cd lib/libvcl && ./*.tcl )