diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2010-11-04 03:50:24 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-05 10:03:29 +0100 |
commit | 89d1ad91fe4b1b65f0e902f94aba99a6cefbf631 (patch) | |
tree | 0e60718831c6079622aeff26b0ec283c40f95ef5 /package/Makefile.autotools.in | |
parent | 3256bcafb57999b3807ef73e4525ee5d2e462668 (diff) |
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.in | 2 |
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 |