r552 - trunk/varnish-cache

phk at projects.linpro.no phk at projects.linpro.no
Fri Jul 21 23:42:00 CEST 2006


Author: phk
Date: 2006-07-21 23:42:00 +0200 (Fri, 21 Jul 2006)
New Revision: 552

Removed:
   trunk/varnish-cache/autogen.phk
Log:
Drop this one now.


Deleted: trunk/varnish-cache/autogen.phk
===================================================================
--- trunk/varnish-cache/autogen.phk	2006-07-21 21:28:51 UTC (rev 551)
+++ trunk/varnish-cache/autogen.phk	2006-07-21 21:42:00 UTC (rev 552)
@@ -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 )




More information about the varnish-commit mailing list