From 9120e78541e6e58f0a859de8dfe0c1b00eb0f264 Mon Sep 17 00:00:00 2001 From: "Bernhard R. Link" Date: Fri, 22 Feb 2008 11:06:17 +0100 Subject: remove AC_CANONICAL_HOST and bin-dist target as only user of it --- Makefile.am | 8 -------- configure.in | 3 --- 2 files changed, 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index a368274..ac23ebc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,14 +37,6 @@ EXTRA_DIST = $(doc_DATA) dist-hook: chmod -R go-w $(distdir) -bin-dist strip-bin-dist: all - -rm -rf $(PACKAGE)-$(VERSION).bin.$(host_triplet) - $(MAKE) $(subst strip-,-strip,install$(subst bin-dist,,$@)) \ - prefix=`pwd`/$(PACKAGE)-$(VERSION).bin.$(host_triplet)/$(prefix) - $(TAR) chof - $(PACKAGE)-$(VERSION).bin.$(host_triplet) \ - | GZIP=$(GZIP_ENV) gzip -c > $(PACKAGE)-$(VERSION).bin.$(host_triplet).tar.gz - -rm -rf $(PACKAGE)-$(VERSION).bin.$(host_triplet) - sense: @echo 42 diff --git a/configure.in b/configure.in index 85ca122..1656ac9 100644 --- a/configure.in +++ b/configure.in @@ -26,9 +26,6 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(src/config.h) -AC_CANONICAL_HOST -AC_SUBST(host_os) - dnl by default turn off debugging AC_MSG_CHECKING(whether to enable debugging) AC_ARG_ENABLE(debug, -- cgit v1.2.3