Changeset d0e9cea


Ignore:
Timestamp:
2009-12-09T11:58:29Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
c29b62b
Parents:
d9bca7f
Message:

handle Gentoo's automake wrapper when searching for automake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    rd9bca7f rd0e9cea  
    77
    88AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|")
     9
     10ifeq ($(AMPATH),)
     11# Gentoo, it has some crappy wrapper
     12AMPATH = $(shell find /usr/share/ -maxdepth 1 -name 'automake-*'|tail -n 1)
     13endif
    914
    1015ifeq ($(BITLBEE),yes)
Note: See TracChangeset for help on using the changeset viewer.