projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e1bef1f
)
Fix package variable in AM_INIT_AUTOMAKE
author
Trond Norbye
<trond.norbye@sun.com>
Wed, 13 May 2009 15:34:00 +0000
(17:34 +0200)
committer
Trond Norbye
<trond.norbye@sun.com>
Wed, 13 May 2009 15:34:00 +0000
(17:34 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 43154b865c1ee04fee181b6c8d096a3cb8facf03..d36c05fd1ac85509626028c62a62ca44c3121473 100644
(file)
--- 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($PACKAG
E
, $VERSION, nostdinc no-define -Wall -Werror)
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC