Fix package variable in AM_INIT_AUTOMAKE
authorTrond Norbye <trond.norbye@sun.com>
Wed, 13 May 2009 15:34:00 +0000 (17:34 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Wed, 13 May 2009 15:34:00 +0000 (17:34 +0200)
configure.ac

index 43154b865c1ee04fee181b6c8d096a3cb8facf03..d36c05fd1ac85509626028c62a62ca44c3121473 100644 (file)
@@ -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