• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libmemcached/0003-move-ac_config_aux_dir.patch
Vicente Olivert RieraVicente Olivert Riera committed a0b32a35efb06 Jan 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Move AC_CONFIG_AUX_DIR up a few lines so the autotools can find it
2
​
3
This patch is based on the same solution adopted by Debian:
4
​
5
  https://lists.debian.org/debian-release/2014/11/msg01231.html
6
​
7
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
8
​
9
diff -rup a/configure.ac b/configure.ac
10
--- a/configure.ac  2014-02-09 11:52:42.000000000 +0000
11
+++ b/configure.ac  2015-01-06 15:07:10.003074775 +0000
12
@@ -13,11 +13,12 @@ m4_include([version.m4])
13
 AC_PREREQ([2.61])
14
 AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/])
15
 
16
+AC_CONFIG_AUX_DIR([build-aux])
17
+
18
 # Setup the compilers early on
19
 AC_PROG_CC([cc gcc clang])
20
 AC_PROG_CXX([c++ g++ clang++])
21
 
22
-AC_CONFIG_AUX_DIR([build-aux])
23
 AC_CONFIG_MACRO_DIR([m4])
24
 
25
 AC_CANONICAL_HOST
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.