diff options
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl2-mixer/0001-configure.in-Undefine-AC_CONFIG_AUX_DIR.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-mixer/0001-configure.in-Undefine-AC_CONFIG_AUX_DIR.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer/0001-configure.in-Undefine-AC_CONFIG_AUX_DIR.patch b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer/0001-configure.in-Undefine-AC_CONFIG_AUX_DIR.patch deleted file mode 100644 index 0605b32e30..0000000000 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer/0001-configure.in-Undefine-AC_CONFIG_AUX_DIR.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From 9363c98528ef850235852e44f678df6b5c011ee1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sun, 7 Feb 2021 18:08:36 -0800 | ||
| 4 | Subject: [PATCH] configure.in: Undefine AC_CONFIG_AUX_DIR | ||
| 5 | |||
| 6 | This helps reconfiguring with autotools 2.70+ | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | configure.in | 5 ----- | ||
| 12 | 1 file changed, 5 deletions(-) | ||
| 13 | |||
| 14 | --- a/configure.in | ||
| 15 | +++ b/configure.in | ||
| 16 | @@ -1,7 +1,6 @@ | ||
| 17 | dnl Process this file with autoconf to produce a configure script. | ||
| 18 | AC_INIT(README.txt) | ||
| 19 | AC_CONFIG_AUX_DIR(build-scripts) | ||
| 20 | - | ||
| 21 | dnl Set various version strings - taken gratefully from the GTk sources | ||
| 22 | |||
| 23 | # Making releases: | ||
| 24 | @@ -40,10 +39,6 @@ AC_SUBST(LT_CURRENT) | ||
| 25 | AC_SUBST(LT_REVISION) | ||
| 26 | AC_SUBST(LT_AGE) | ||
| 27 | |||
| 28 | -dnl Detect the canonical build and host environments | ||
| 29 | -AC_CONFIG_AUX_DIRS($srcdir/build-scripts) | ||
| 30 | -dnl AC_CANONICAL_HOST | ||
| 31 | - | ||
| 32 | dnl Check for tools | ||
| 33 | AC_PROG_LIBTOOL | ||
| 34 | AC_PROG_CC | ||
