Merge lp:libmemcached/1.0 into lp:libmemcached

Proposed by Brian Aker
Status: Merged
Merged at revision: 1114
Proposed branch: lp:libmemcached/1.0
Merge into: lp:libmemcached
Diff against target: 17 lines (+2/-1)
1 file modified
configure.ac (+2/-1)
To merge this branch: bzr merge lp:libmemcached/1.0
Reviewer Review Type Date Requested Status
Tangent Trunk Pending
Review via email: mp+399622@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2014-02-16 11:31:04 +0000
3+++ configure.ac 2021-03-14 19:47:01 +0000
4@@ -13,11 +13,12 @@
5 AC_PREREQ([2.61])
6 AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/])
7
8+AC_CONFIG_AUX_DIR([build-aux])
9+
10 # Setup the compilers early on
11 AC_PROG_CC([cc gcc clang])
12 AC_PROG_CXX([c++ g++ clang++])
13
14-AC_CONFIG_AUX_DIR([build-aux])
15 AC_CONFIG_MACRO_DIR([m4])
16
17 AC_CANONICAL_HOST

Subscribers

People subscribed via source and target branches

to all changes: