History log of /memcached-1.4.29/configure.ac (Results 1 – 25 of 117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.6.32, 1.6.31, 1.6.30, 1.6.29, 1.6.28, 1.6.27, 1.6.26, 1.6.25, 1.6.24, 1.6.23, 1.6.22, 1.6.21, 1.6.20, 1.6.19, 1.6.18, 1.6.17, 1.6.16, 1.6.15, 1.6.14, 1.6.13, 1.6.12, 1.6.11, 1.6.10, 1.6.9, 1.6.8, 1.6.7, 1.6.6, 1.6.5, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.22, 1.5.21, 1.5.20, 1.5.19, 1.5.18, 1.5.17, 1.5.16, 1.5.15, 1.5.14, 1.5.13, 1.5.12, 1.5.11, 1.5.10, 1.5.9, 1.5.8, 1.5.7, 1.5.6, 1.5.5, 1.5.4, 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.39, 1.4.38, 1.4.37, flash-with-wbuf-stack, 1.4.36, 1.4.35, 1.4.34, 1.4.33, 1.4.32, 1.4.31, 1.4.30, 1.4.29, 1.4.28
# 60e98600 28-Jun-2016 dormando <[email protected]>

don't fail on systems without 64bit atomics

We only explicitly tested for short atomics. Then I added 8byte atomic usage
in the logger: now separately test for those.. since some systems can have on

don't fail on systems without 64bit atomics

We only explicitly tested for short atomics. Then I added 8byte atomic usage
in the logger: now separately test for those.. since some systems can have one
but not the other, I'd rather use atomics where available then fall back to
a mutex when necessary.

Reproduced this on a raspberry pi 2.

show more ...


Revision tags: 1.4.27, 1.4.26, 1.4.25
# 6b65e45a 19-Nov-2015 Johan Bergström <[email protected]>

Automake improvements

- avoid initializing the gnu stack (foreign)
- make memcached easier to cross-compile


# 543959a7 18-Nov-2015 dormando <[email protected]>

fix configure.ac warning and use system automake

... there should always be an 'automake' alias, and we haven't had an
"unsupported" version in probably ten years. hopefully this stops systems with

fix configure.ac warning and use system automake

... there should always be an 'automake' alias, and we haven't had an
"unsupported" version in probably ten years. hopefully this stops systems with
upgraded automakes from breaking every time.

show more ...


Revision tags: 1.4.24, 1.4.23, 1.4.22, 1.4.21, 1.4.20, 1.4.19, 1.4.18
# f19571ab 17-Apr-2014 Eric McConville <[email protected]>

Reworked C-alignment check to be clear-as-day.

See bug/pull discussions
- http://code.google.com/p/memcached/issues/detail?id=100
- https://github.com/memcached/memcached/pull/3
- http://code.goo

Reworked C-alignment check to be clear-as-day.

See bug/pull discussions
- http://code.google.com/p/memcached/issues/detail?id=100
- https://github.com/memcached/memcached/pull/3
- http://code.google.com/p/memcached/issues/detail?id=360

Conflicts:
configure.ac

show more ...


Revision tags: 1.4.17, 1.4.16, 1.4.15, 1.4.14, 1.4.13, 1.4.12, 1.4.11, 1.4.11-rc1, 1.4.11-beta1, 1.4.10, 1.4.9, 1.4.9-beta1, 1.4.8, 1.4.8-rc1, 1.4.7, 1.4.7-rc1, 1.4.6, 1.4.6-rc1, 1.6.0-beta1
# 2fa661a7 19-Jan-2011 Dagobert Michelsen <[email protected]>

Take endianness into account on alignment check


# 6d02111b 21-Jul-2012 Simon Liu <[email protected]>

Add linux accept4() support.


# 145bcfd0 27-Nov-2013 Eric McConville <[email protected]>

Created DETECT_CLANG autoconf function, and excluded '-pthread' from CFLAGS when GCC is clang


# ad275883 01-Sep-2012 Trond Norbye <[email protected]>

Issue 286: --disable-coverage drops "-pthread" option

-pthread was added as part of setting up the gcov options


# dece7f87 01-Feb-2012 Dustin Sallings <[email protected]>

Better detection of sasl_callback_ft


# de1f30c5 26-Jan-2012 dormando <[email protected]>

properly detect GCC atomics

I was naive. GCC atomics were added in 4.1.2, and not easily detectable
without configure tests. 32bit platforms, centos5, etc.


# 9d871c0e 27-Aug-2011 Trond Norbye <[email protected]>

Fix -rpath for macosx


# 569decdb 10-Aug-2011 dormando <[email protected]>

Do the monotonic clock ourselves

I've still removed the "set the time now" stuff that the flush_all commands
do. They push to one second in the past, and with some startup fudge the tests
all pass.

Do the monotonic clock ourselves

I've still removed the "set the time now" stuff that the flush_all commands
do. They push to one second in the past, and with some startup fudge the tests
all pass.

Relying on libevent's firing of clock_handler was drifting ~5ms per tick.
Fudging it further wouldn't be a great idea.

show more ...


# 56d95469 08-Aug-2011 Trond Norbye <[email protected]>

Issue 214: Search for network libraries before searching for libevent


# f5111cc6 08-Aug-2011 Trond Norbye <[email protected]>

Issue 213: Search for clock_gettime in librt


# d07bfbe0 18-Jul-2011 Trond Norbye <[email protected]>

Fix whitespace bug in configure.ac


# 3eb59952 15-Jul-2011 Trond Norbye <[email protected]>

Gcc on Solaris sparc wants -R and not -rpath


# 2f0a742e 13-Jul-2011 Trond Norbye <[email protected]>

Issue 121: Set the runtime path when --with-libevent is used

Without a runtime path we're failing to run the programs we're
building as part of configure, and memcached won't find the library
during

Issue 121: Set the runtime path when --with-libevent is used

Without a runtime path we're failing to run the programs we're
building as part of configure, and memcached won't find the library
during startup.

show more ...


# 21762900 11-Nov-2010 Trond Norbye <[email protected]>

Fix cross compilation issues in configure


Revision tags: 1.4.5
# 7a221d95 24-Feb-2010 Trond Norbye <[email protected]>

Add support for --enable-sasl-pwdb

--enable-sasl-pwdb allows memcached to use it's own password file and
verify a plaintext password.

The file is specified with the environment variable
MEMCACHED_S

Add support for --enable-sasl-pwdb

--enable-sasl-pwdb allows memcached to use it's own password file and
verify a plaintext password.

The file is specified with the environment variable
MEMCACHED_SASL_PWDB, and is a plain text file with the following
syntax:

username:password

Please note that you have to specify "mech_list: plain" in your sasl
config file for this to work.

Ex:
echo "mech_list: plain" > memcached.conf
echo "myname:mypass" > /tmp/memcached-sasl-db
export MEMCACHED_SASL_PWDB=/tmp/memcached-sasl-db
export SASL_CONF_PATH=`pwd`/memcached.conf
./memcached -S -v

and you should be able to use your favorite memcached client with sasl
support to connect to the server.

(Please note that not all SASL implementations support
SASL_CB_GETCONF, so you may have to install the sasl config
(memcached.conf) to the systemwide location)

show more ...


# a0a70329 15-Feb-2010 Dustin Sallings <[email protected]>

Backporting AC_PROG_CC_C99 macro for redhat.

RedHat 5.4 (and CentOS) ship with 2.59 which doesn't have the
AC_PROG_CC_C99 macro necessary for detecting C99 flags for the
compiler.


# ba7fdc5b 26-Dec-2009 Paul Lindner <[email protected]>

add tests to detect ARM CPU alignment issues


Revision tags: 1.4.4, 1.4.3
# 24869322 04-Nov-2009 Trond Norbye <[email protected]>

Allow semi-broken C99 compilers to compile memcached

Some C compilers understand the syntax we use in memcached, but do not
ship stdbool.h or stdint.h. According to C99 inttypes.h contains the
form

Allow semi-broken C99 compilers to compile memcached

Some C compilers understand the syntax we use in memcached, but do not
ship stdbool.h or stdint.h. According to C99 inttypes.h contains the
formatting macros we use (PRInn) and is supposed to include stdint.h.

This patch tries to detect stdbool.h and inttypes.h and tries to
include them from config.h

show more ...


Revision tags: 1.4.3-rc2, 1.4.3-rc1, 1.4.2, 1.4.2-rc1, 1.4.1, 1.4.1-rc1, 1.4-rc1, 1.4.0, 1.4.0-rc1
# da3d85a5 10-May-2009 Dustin Sallings <[email protected]>

Relax the warnings a bit for cyrus-sasl


# 48abfccc 08-May-2009 Dustin Sallings <[email protected]>

Look for sasl.


# 4f847025 18-Oct-2009 Dustin Sallings <[email protected]>

Fixed some more == in shell tests.

These cases keep coming up. They are not valid expressions for test,
though many of the implementations have seemed to have added support
since it seems to be a c

Fixed some more == in shell tests.

These cases keep coming up. They are not valid expressions for test,
though many of the implementations have seemed to have added support
since it seems to be a common mistake.

show more ...


12345