r386 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Sun Jul 9 11:16:25 CEST 2006


Author: des
Date: 2006-07-09 11:16:25 +0200 (Sun, 09 Jul 2006)
New Revision: 386

Modified:
   trunk/varnish-cache/configure.ac
Log:
Don't use braces where they aren't needed.
Let automake know about config.h.
Bump version number to mark that we have passed the first live test.

Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2006-07-09 07:13:16 UTC (rev 385)
+++ trunk/varnish-cache/configure.ac	2006-07-09 09:16:25 UTC (rev 386)
@@ -3,9 +3,9 @@
 AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2006 Linpro AS / Verdens Gang AS])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [0.1], [varnish-dev at projects.linpro.no])
-AC_CONFIG_SRCDIR([include/varnishapi.h])
-AC_CONFIG_HEADER([config.h])
+AC_INIT([Varnish], [0.2], [varnish-dev at projects.linpro.no])
+AC_CONFIG_SRCDIR(include/varnishapi.h)
+AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_SYSTEM
 AC_LANG(C)




More information about the varnish-commit mailing list