Mike Frysinger adeab0c5b3 config/debuginfod: do not include pkg.m4 directly
Any code using AC_DEBUGINFOD from this dir is using -I../config when
running aclocal, so an explicit include on pkg.m4 is unnecessary:
aclocal will find the pkg.m4 in this dir just as easily.  This is
seen in the only two dirs that use AC_DEBUGINFOD (binutils & gdb)
as their aclocal.m4 already has m4_include on config m4 files.

The include as written only works if aclocal is run on a dir that is
at the same level of config/.  Any other depth will fail.
./
|-- config/
|-- binutils/    # works
|-- gdb/         # works
`-- sim/         # works
    `-- <port>/  # fails

It fails even if AC_DEBUGINFOD itself isn't used:
sim/bfin/ $ aclocal -I../../config
aclocal-1.15: error: ../../config/debuginfod.m4:8: file '../config/pkg.m4' does not exist
2021-02-13 00:15:11 -05:00
..
2018-06-18 09:33:48 -04:00
2018-06-18 09:33:48 -04:00
2015-07-14 09:18:16 -07:00
2018-06-18 09:33:48 -04:00
2018-06-18 09:33:48 -04:00
2020-09-08 20:12:57 +09:30
2018-10-31 17:16:41 +00:00
2015-07-27 07:43:26 -07:00
2018-11-09 16:08:10 +00:00
2020-04-29 14:25:36 -07:00
2018-10-31 17:16:41 +00:00
2017-01-05 00:02:57 +10:30
2018-04-05 15:22:13 -07:00
2015-07-27 07:43:26 -07:00
2015-07-14 09:18:16 -07:00
2015-07-27 07:43:26 -07:00
2015-07-14 09:18:16 -07:00
2015-07-27 07:43:26 -07:00
2015-07-14 08:39:12 -07:00