From: phk Date: Fri, 21 Jul 2006 21:42:00 +0000 (+0000) Subject: Drop this one now. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513a47dc57b808e7249688d374ccb3af38503481;p=varnish Drop this one now. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@552 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.phk b/varnish-cache/autogen.phk deleted file mode 100755 index 5122de1c..00000000 --- a/varnish-cache/autogen.phk +++ /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 )