From 8e4f507d22983d3197e1af901194c98e3b802843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Wed, 28 Oct 2015 15:11:06 +0100 Subject: [PATCH] ppl: re-added autoreconf due to autoconf version mismatch. --- develop/ppl/ppl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/develop/ppl/ppl.conf b/develop/ppl/ppl.conf index 85586b3a8..361e4da00 100644 --- a/develop/ppl/ppl.conf +++ b/develop/ppl/ppl.conf @@ -12,6 +12,7 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +hook_add preconf 9 'autoreconf -vfis' # use the host g++ and the native libs and headers we have in tools.cross if atstage toolchain; then export CXX=g++