]> err.no Git - varnish/commitdiff
Use the modern version of AM_INIT_AUTOMAKE, allowing automake to deduce the
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 9 Jul 2006 06:35:48 +0000 (06:35 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 9 Jul 2006 06:35:48 +0000 (06:35 +0000)
correct distribution name.

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

varnish-cache/configure.ac

index c4051566b202d38d9466404635b4a134b01ca9e2..b006b3fd457cf858e188f4649dc6cb36b60a1f75 100644 (file)
@@ -10,7 +10,7 @@ AC_CONFIG_HEADER([config.h])
 AC_CANONICAL_SYSTEM
 AC_LANG(C)
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
 
 # Compiler flags (assume GCC).
 # This section *must* come before AC_PROG_CC / AC_PROG_CPP.