Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>.

This commit is contained in:
"Steven J. Hill"
2007-07-05 17:54:38 +00:00
parent 5e1e636abf
commit c488d2c681
2 changed files with 45 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ $(AUTOCONF_HOST_DIR)/bin/$(AUTOCONF_BINARY): $(AUTOCONF_HOST_DIR)/.configured
$(AUTOCONF): $(AUTOCONF_HOST_DIR)/bin/$(AUTOCONF_BINARY)
$(MAKE) -C $(AUTOCONF_HOST_DIR) install;
host-autoconf: m4-host host-libtool $(AUTOCONF)
host-autoconf: host-m4 host-libtool $(AUTOCONF)
host-autoconf-clean:
$(MAKE) CC=$(HOST_CC) -C $(AUTOCONF_HOST_DIR) uninstall