summaryrefslogtreecommitdiffstats
path: root/recipes-extended/upx/libucl/0001-configure.ac-Fix-with-current-autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/upx/libucl/0001-configure.ac-Fix-with-current-autoconf.patch')
-rw-r--r--recipes-extended/upx/libucl/0001-configure.ac-Fix-with-current-autoconf.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-extended/upx/libucl/0001-configure.ac-Fix-with-current-autoconf.patch b/recipes-extended/upx/libucl/0001-configure.ac-Fix-with-current-autoconf.patch
new file mode 100644
index 00000000..ba84cdd6
--- /dev/null
+++ b/recipes-extended/upx/libucl/0001-configure.ac-Fix-with-current-autoconf.patch
@@ -0,0 +1,30 @@
1From 76e95c0db3f30f0279c54f7c0041c59fa24bf7a6 Mon Sep 17 00:00:00 2001
2From: Andrei Gherzan <andrei@resin.io>
3Date: Fri, 6 May 2016 01:00:14 +0200
4Subject: [PATCH 1/2] configure.ac: Fix with current autoconf
5
6Old versions of autoconf define _AC_SRCPATHS, new (2.60 and later) use _AC_SRCDIRS.
7
8Upstream-Status: Pending
9
10Signed-off-by: Andrei Gherzan <andrei@resin.io>
11---
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/configure.ac b/configure.ac
16index 16adb1d..0bd1c91 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -48,7 +48,7 @@ AC_CANONICAL_TARGET
20 AM_MAINTAINER_MODE
21
22 if test -z "$ac_abs_top_srcdir"; then
23- _AC_SRCPATHS(.)
24+ _AC_SRCDIRS(.)
25 fi
26 if test -r .Conf.settings1; then
27 . ./.Conf.settings1
28--
292.1.4
30