package/gutenprint: add back the hook for creating the m4local directory
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 17 Feb 2020 22:52:02 +0000 (23:52 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 18 Feb 2020 00:11:44 +0000 (01:11 +0100)
commit7f5a2c5466a6ee37b62b48fc6175e30448f4e7fa
treec7f16de481750ddacb4262a1a835db897d1649b9
parent509db3b88a8de704ae19e2d38246990fb5f6f2de
package/gutenprint: add back the hook for creating the m4local directory

Commit 64c42c5e2c26261e26c3548c86b02f55d12f341b removed the hook for
creating the m4local directory with the assumption that it would be
created because the first include is treated in a special way if it
doesn't exists

However, this assumption was wrong as m4local is the second include, the
first one is m4 (which already exists in the archive). So put back the
hook. The other solutions would be to patch:
 - Makefile.{am,in} to remove m4local
 - configure.ac and Makefile.{am,in} to add m4local before m4
However, both solutions don't seem to be upstreamable

Fixes:
 - http://autobuild.buildroot.org/results/e40313c6ec193d6156e26eff62303545fba09413

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gutenprint/gutenprint.mk