From: Monty Taylor Date: Wed, 13 May 2009 19:34:08 +0000 (-0700) Subject: Fixed a little autoconf quoting. Updated AC_OUTPUT. X-Git-Tag: 0.29-2~6 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=0de80cb86b88458fcecf9ba0dc5cc5e7b3a28fee;p=awesomized%2Flibmemcached Fixed a little autoconf quoting. Updated AC_OUTPUT. --- diff --git a/configure.ac b/configure.ac index 2cb5ebfa..2bea7797 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libmemcached, [0.29], [http://tangent.org/552/libmemcached.html]) +AC_INIT([libmemcached],[0.29],[http://tangent.org/552/libmemcached.html]) AC_CONFIG_SRCDIR([clients/memcat.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(libmemcached/libmemcached_config.h) @@ -115,4 +115,5 @@ CFLAGS="" CXXFLAGS="" CPPFLAGS="" -AC_OUTPUT(Makefile clients/Makefile tests/Makefile docs/Makefile libmemcached/Makefile libmemcachedutil/Makefile support/Makefile support/libmemcached.pc support/libmemcached.spec support/libmemcached-fc.spec) +AC_CONFIG_FILES([Makefile clients/Makefile tests/Makefile docs/Makefile libmemcached/Makefile libmemcachedutil/Makefile support/Makefile support/libmemcached.pc support/libmemcached.spec support/libmemcached-fc.spec]) +AC_OUTPUT