summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorLionel Landwerlin2010-11-04 03:50:24 +0100
committerPeter Korsgaard2010-11-05 10:03:29 +0100
commit89d1ad91fe4b1b65f0e902f94aba99a6cefbf631 (patch)
tree0e60718831c6079622aeff26b0ec283c40f95ef5 /package/Makefile.autotools.in
parentlibpcap: bump to 1.1.1 (diff)
downloadbuildroot-89d1ad91fe4b1b65f0e902f94aba99a6cefbf631.tar.gz
buildroot-89d1ad91fe4b1b65f0e902f94aba99a6cefbf631.tar.xz
buildroot-89d1ad91fe4b1b65f0e902f94aba99a6cefbf631.zip
package: move autoreconfigure step to pre configure hook
[Peter: update documentation to match] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index b24c2b1af..3e2136937 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -177,7 +177,7 @@ define AUTORECONF_HOOK
endef
ifeq ($$($(2)_AUTORECONF),YES)
-$(2)_POST_PATCH_HOOKS += AUTORECONF_HOOK
+$(2)_PRE_CONFIGURE_HOOKS += AUTORECONF_HOOK
$(2)_DEPENDENCIES += host-automake host-autoconf host-libtool
endif