summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
-rw-r--r--configure.in3
2 files changed, 0 insertions, 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,