summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2008-02-22 11:06:17 +0100
committerBernhard R. Link <brlink@debian.org>2008-02-22 11:06:17 +0100
commit9120e78541e6e58f0a859de8dfe0c1b00eb0f264 (patch)
treed2d2dad53c6d01b614e327c8feae5f6c6878cfbe
parent0f793c3f0ba508afa251cab5cfd45fe79123584f (diff)
downloadratpoison-9120e78541e6e58f0a859de8dfe0c1b00eb0f264.zip
remove AC_CANONICAL_HOST and bin-dist target as only user of it
-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,