package/sdbusplus: create m4 directory before autoreconf
authorMichael Walle <michael@walle.cc>
Mon, 10 Feb 2020 19:11:30 +0000 (20:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 19 Feb 2020 20:01:21 +0000 (21:01 +0100)
commit6bf74ce3dbfec8979e379bc1b919f29d09f0d87b
tree6edcfd09c996149f6c31e2cba87a3eac30f5ceac
parent607040e91381aae35205659e8edd7b2eeb45d420
package/sdbusplus: create m4 directory before autoreconf

Commit d255b67972b4b7f27572581fe0c8c8aa03d850c8 fixed the handling of
the a package local m4/ directory which might be missing. But this
only works if it is the very first argument. But for this package this
is not possible because we already occupy this with the extra include
directory for autoconf-archive. Bring back the hook to create the m4/
directory to fix this.

Fixes:

  http://autobuild.buildroot.net/results/dc907421a343b8523b14fc9a846e0caf7abe630c/

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/sdbusplus/sdbusplus.mk