From 703bd712d0b694703e40ee6232cbafabedabeadb Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Mon, 2 Jun 2014 18:34:26 +0200 Subject: [PATCH] [wip/genom3-openprs] Fix autoreconf target, invoked via the checkout target Use the bundled 'bootstrap' script instead of autoreconf, because of the long standing issue with the missing 'autoconf' subdirectory. Reported by Raphael Hoheneder on openrobots@, thanks! --- genom3-openprs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/genom3-openprs/Makefile b/genom3-openprs/Makefile index 9b12aa5e..6809e27d 100644 --- a/genom3-openprs/Makefile +++ b/genom3-openprs/Makefile @@ -17,6 +17,9 @@ LICENSE= 2-clause-bsd GNU_CONFIGURE= yes NOT_FOR_PLATFORM= # empty +# for checkout target +AUTORECONF_SCRIPT= ${SH} +AUTORECONF_ARGS= ${WRKSRC}/bootstrap.sh include ../../wip/transgen3/depend.mk include ../../pkgtools/pkg-config/depend.mk -- GitLab