From: des Date: Sun, 9 Jul 2006 06:35:48 +0000 (+0000) Subject: Use the modern version of AM_INIT_AUTOMAKE, allowing automake to deduce the X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b62c84693a7d6c8e841d8c42598ed50abdd5810;p=varnish Use the modern version of AM_INIT_AUTOMAKE, allowing automake to deduce the correct distribution name. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@384 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index c4051566..b006b3fd 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -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.