• 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/liquid-dsp/0001-configure.ac-use-AC_CONFIG_MACRO_DIR.patch
guillaume william brsguillaume william brs committed f9e4ccac11209 Oct 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From c9d239490d47d5dd3d7d7b8b7d9007171c5f60ce Mon Sep 17 00:00:00 2001
2
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3
Date: Sun, 11 Oct 2015 15:27:09 +0200
4
Subject: [PATCH] configure.ac: use AC_CONFIG_MACRO_DIR
5
​
6
Instead of having to explicitly pass -I./scripts when running aclocal,
7
use the AC_CONFIG_MACRO_DIR() macro in configure.ac. This allows to
8
use "autoreconf" normally, without any hacks.
9
​
10
Submitted upstream at https://github.com/jgaeddert/liquid-dsp/pull/15.
11
​
12
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13
---
14
 bootstrap.sh | 2 +-
15
 configure.ac | 1 +
16
 2 files changed, 2 insertions(+), 1 deletion(-)
17
​
18
diff --git a/bootstrap.sh b/bootstrap.sh
19
index 640e01d..eb4894e 100755
20
--- a/bootstrap.sh
21
+++ b/bootstrap.sh
22
@@ -27,7 +27,7 @@
23
 #
24
 
25
 rm -f config.cache aclocal.m4
26
-aclocal -I./scripts
27
+aclocal
28
 autoconf
29
 autoheader
30
 #automake --foreign --add-missing
31
diff --git a/configure.ac b/configure.ac
32
index a9ad1d7..3b1ba68 100644
33
--- a/configure.ac
34
+++ b/configure.ac
35
@@ -25,6 +25,7 @@
36
 
37
 AC_INIT([liquid-dsp],[1.2.0],[support@liquidsdr.org])
38
 AC_CONFIG_SRCDIR([src/libliquid.c])
39
+AC_CONFIG_MACRO_DIR([scripts])
40
 
41
 # permit auxiliary scripts directory (e.g. config.sub, config.guess, install-sh)
42
 AC_CONFIG_AUX_DIR(scripts/)
43
-- 
44
2.6.1
45
​
  • 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.