• 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/ejabberd/0008-add-ac_config_macro_dir.patch
Johan OudinetJohan Oudinet committed 23f4cf81bbe08 Jul 2015
Raw file
Source viewDiff to previous
 
1
upstream: https://github.com/processone/ejabberd/pull/628
2
Author: Johan Oudinet <johan.oudinet@gmail.com>
3
​
4
From 0e7d2b73be335353e9938668a699b3dbb7011c56 Mon Sep 17 00:00:00 2001
5
From: Johan Oudinet <johan.oudinet@gmail.com>
6
Date: Tue, 30 Jun 2015 10:53:45 +0200
7
Subject: [PATCH] configure.ac: add AC_CONFIG_MACRO_DIR
8
​
9
Otherwise, autoconf fails to find extra macros defined in the m4
10
directory.
11
---
12
 configure.ac | 2 ++
13
 1 file changed, 2 insertions(+)
14
​
15
diff --git a/configure.ac b/configure.ac
16
index a3e2638..0a60de0 100644
17
--- a/configure.ac
18
+++ b/configure.ac
19
@@ -6,6 +6,8 @@ AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 0.0`
20
 REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
21
 REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
22
 
23
+AC_CONFIG_MACRO_DIR([m4])
24
+
25
 # Checks for programs.
26
 AC_PROG_MAKE_SET
27
 AC_PROG_INSTALL
28
-- 
29
2.1.4
30
​
  • 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.