Use latest config.* from buildroot in curl

This commit is contained in:
Ulf Samuelsson 2008-07-05 07:44:28 +00:00
parent edbe9d1672
commit 46ca47e436

View File

@ -26,7 +26,9 @@ $(CURL_DIR)/.configured: $(CURL_DIR)/.unpacked
(cd $(CURL_DIR); rm -rf config.cache; \
aclocal; \
libtoolize --force; \
./reconf; \
./reconf; )
$(CONFIG_UPDATE) $(CURL_DIR)
(cd $(CURL_DIR); \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \