From 01284ddb4d5680e60a57fd17043f0b675b42acf8 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 9 Jul 2006 09:16:25 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@386 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index b006b3fd..408a2574 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -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) -- 2.39.5