blob: bebaa08bfeb99101c372afe2d8697fc9a3d23b70 [file] [log] [blame]
Andrew Geisslerd1e89492021-02-12 15:35:20 -06001Including m4 files directly like this confuses autotools.bbclass, remove
2the references and rely upon aclocal to collect the m4 files together
3as needed instead making it work like other autotools based projects.
4
5Upstream-Status: Inappropriate [OE configuration specific]
6RP 2021/1/20
7
8Index: bash-5.1/configure.ac
9===================================================================
10--- bash-5.1.orig/configure.ac
11+++ bash-5.1/configure.ac
12@@ -688,47 +688,6 @@ if test x$SIZE = x; then
13 fi
14 AC_SUBST(SIZE)
15
16-m4_include([m4/stat-time.m4])
17-m4_include([m4/timespec.m4])
18-
19-dnl include files for gettext
20-
21-m4_include([m4/codeset.m4])
22-m4_include([m4/extern-inline.m4])
23-m4_include([m4/fcntl-o.m4])
24-m4_include([m4/gettext.m4])
25-m4_include([m4/glibc2.m4])
26-m4_include([m4/glibc21.m4])
27-m4_include([m4/host-cpu-c-abi.m4])
28-m4_include([m4/iconv.m4])
29-m4_include([m4/intdiv0.m4])
30-m4_include([m4/intl.m4])
31-m4_include([m4/intlmacosx.m4])
32-m4_include([m4/intl-thread-locale.m4])
33-m4_include([m4/intmax.m4])
34-m4_include([m4/inttypes-pri.m4])
35-m4_include([m4/inttypes.m4])
36-m4_include([m4/inttypes_h.m4])
37-m4_include([m4/lcmessage.m4])
38-m4_include([m4/lib-ld.m4])
39-m4_include([m4/lib-link.m4])
40-m4_include([m4/lib-prefix.m4])
41-m4_include([m4/lock.m4])
42-m4_include([m4/nls.m4])
43-m4_include([m4/po.m4])
44-m4_include([m4/printf-posix.m4])
45-m4_include([m4/progtest.m4])
46-m4_include([m4/pthread_rwlock_rdlock.m4])
47-m4_include([m4/size_max.m4])
48-m4_include([m4/stdint_h.m4])
49-m4_include([m4/threadlib.m4])
50-m4_include([m4/uintmax_t.m4])
51-m4_include([m4/ulonglong.m4])
52-m4_include([m4/visibility.m4])
53-m4_include([m4/wchar_t.m4])
54-m4_include([m4/wint_t.m4])
55-m4_include([m4/xsize.m4])
56-
57 dnl Turn on any extensions available in the GNU C library.
58 AC_DEFINE(_GNU_SOURCE, 1)
59