From: Trond Norbye Date: Wed, 13 May 2009 15:34:00 +0000 (+0200) Subject: Fix package variable in AM_INIT_AUTOMAKE X-Git-Tag: 0.29-2~11 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=513c469c933b1a59092a2d8e496d0adb2656f464;p=awesomized%2Flibmemcached Fix package variable in AM_INIT_AUTOMAKE --- diff --git a/configure.ac b/configure.ac index 43154b86..d36c05fd 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_SUBST(MEMCACHED_VERSION) VERSION=$MEMCACHED_RELEASE -AM_INIT_AUTOMAKE($PACKAG$, $VERSION, nostdinc no-define -Wall -Werror) +AM_INIT_AUTOMAKE($PACKAGE, $VERSION, nostdinc no-define -Wall -Werror) AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC