]> err.no Git - varnish/commitdiff
Don't use braces where they aren't needed.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 9 Jul 2006 09:16:25 +0000 (09:16 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 9 Jul 2006 09:16:25 +0000 (09:16 +0000)
Let automake know about config.h.
Bump version number to mark that we have passed the first live test.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@386 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index b006b3fd457cf858e188f4649dc6cb36b60a1f75..408a2574661631ead70754e4eb0b99a22f9d5319 100644 (file)
@@ -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@projects.linpro.no])
-AC_CONFIG_SRCDIR([include/varnishapi.h])
-AC_CONFIG_HEADER([config.h])
+AC_INIT([Varnish], [0.2], [varnish-dev@projects.linpro.no])
+AC_CONFIG_SRCDIR(include/varnishapi.h)
+AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_SYSTEM
 AC_LANG(C)