aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl-7.28.1/dont_override_ac_config_macro_dir.patch
blob: 6843bc628c58e5d34fe3af140bdbabadd0e1e143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Upstream-Status: Inappropriate [configuration]

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd curl-7.28.1/m4/curl-override.m4 curl-7.28.1/m4/curl-override.m4
--- curl-7.28.1/m4/curl-override.m4	2012-03-08 21:35:25.000000000 +0200
+++ curl-7.28.1/m4/curl-override.m4	2013-01-12 09:46:21.337532290 +0200
@@ -2,7 +2,8 @@
 #***************************************************************************

 # File version for 'aclocal' use. Keep it a single number.
-# serial 5
+# OE hack is second number so based between upstream version numbers.
+# serial 5.1

 dnl CURL_OVERRIDE_AUTOCONF
 dnl -------------------------------------------------
@@ -88,13 +89,3 @@
 m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
 [CURL_CHECK_PATH_SEPARATOR
 m4_define([$0],[])])
-
-dnl Override Autoconf's AC_CONFIG_MACRO_DIR (DIR)
-dnl -------------------------------------------------
-dnl This is an emulation of Autoconf's 2.61 macro.
-dnl This is done to use fixed macro across Autoconf
-dnl versions, and avoid warnings from modern libtool
-dnl which traces usage of this macro.
-
-AC_DEFUN([AC_CONFIG_MACRO_DIR],[:])
-