summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-19 10:21:18 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2012-09-26 17:45:44 +0200
commit299241a8d600a62c40ecada1b7ddee856fec12ea (patch)
treebaf1cfd0f8db076f83909602da482cae891ed089
parent43c5d494f04077b4a956dd82ae2016100cc3d247 (diff)
downloadptxdist-299241a8d600a62c40ecada1b7ddee856fec12ea.tar.gz
ptxdist-299241a8d600a62c40ecada1b7ddee856fec12ea.tar.xz
systemd: call aclocal with '-I m4'
Otherwise some macros my be undefined and aclocal will fail with: [...] docs/gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL docs/gudev/Makefile.am:98: `docs/gtk-doc.make' included from here [...] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 31271de0e4cceb983cb5578a36d02b984c75c86f) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rwxr-xr-xpatches/systemd-189/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/systemd-189/autogen.sh b/patches/systemd-189/autogen.sh
index c80035135..12cd04671 100755
--- a/patches/systemd-189/autogen.sh
+++ b/patches/systemd-189/autogen.sh
@@ -2,5 +2,5 @@
# don't recreate configure. Otherwise we would need libgcrypt for
# AM_PATH_LIBGCRYPT
-aclocal &&
+aclocal -I m4 &&
automake