aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-08-10 02:03:52 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2010-08-10 02:03:52 +0200
commitceed95352f174c3061dc6ff6e131cd22df1f97ac (patch)
tree277fcbb74b4d11761e901149b25684251d479657
parentbe22e7b1faaa29923b2bb48f4296118784b028aa (diff)
merge autogen cleanup patch from Debian
-rw-r--r--skype/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/skype/Makefile b/skype/Makefile
index a7dfecbf..2e7021f4 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -5,13 +5,6 @@ DATE := $(shell date +%Y-%m-%d)
# latest stable
BITLBEE_VERSION = 1.2.7
-AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|")
-
-ifeq ($(AMPATH),)
-# Gentoo, it has some crappy wrapper
-AMPATH = $(shell find /usr/share/ -maxdepth 1 -name 'automake-*'|tail -n 1)
-endif
-
ifeq ($(ASCIIDOC),yes)
MANPAGES = skyped.1
else
@@ -53,7 +46,7 @@ endif
client: client.c
autogen: configure.ac
- cp $(AMPATH)/install-sh ./
+ cp $(shell ls /usr/share/automake-*/install-sh | tail -n1) ./
autoconf
clean: