• 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/liblog4c-localtime/0004-Add-AC_CONFIG_MACRO_DIR-to-configure.in.patch
Thomas PetazzoniThomas Petazzoni committed 525a94acc3526 Oct 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
From a2553c203d8b8257dea1d2e2139b220935587144 Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Sat, 25 Oct 2014 20:03:25 +0200
Subject: [PATCH 4/5] Add AC_CONFIG_MACRO_DIR to configure.in
​
Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
​
Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
​
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 configure.in | 1 +
 1 file changed, 1 insertion(+)
​
diff --git a/configure.in b/configure.in
index dbf11e9..769b204 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,7 @@ AC_PREREQ(2.57)
 AC_INIT
 AC_CONFIG_SRCDIR([configure.in])
 AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_MACRO_DIR([config])
 AM_CONFIG_HEADER(src/config.h)
 
 LOG4C_MAJOR_VERSION=1
-- 
2.0.0
​
  • 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.