mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:01:05 +02:00
call autoconf when there's no ./configure script, move it at Build/Prepare stage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12693 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4e88f567d7
commit
b855e3ddfe
@ -42,11 +42,13 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-linux-headers="$(LINUX_DIR)" \
|
--with-linux-headers="$(LINUX_DIR)" \
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Prepare
|
||||||
(cd $(PKG_BUILD_DIR); \
|
$(call Build/Prepare/Default)
|
||||||
[ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \
|
( cd $(PKG_BUILD_DIR) ; \
|
||||||
autoconf; \
|
[ -f ./configure ] || { \
|
||||||
./configure $(CONFIGURE_ARGS) \
|
ln -sf configure.in configure.ac ; \
|
||||||
|
autoconf ; \
|
||||||
|
} \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user