Changeset d0e9cea
- Timestamp:
- 2009-12-09T11:58:29Z (15 years ago)
- Branches:
- master
- Children:
- c29b62b
- Parents:
- d9bca7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
rd9bca7f rd0e9cea 7 7 8 8 AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|") 9 10 ifeq ($(AMPATH),) 11 # Gentoo, it has some crappy wrapper 12 AMPATH = $(shell find /usr/share/ -maxdepth 1 -name 'automake-*'|tail -n 1) 13 endif 9 14 10 15 ifeq ($(BITLBEE),yes)
Note: See TracChangeset
for help on using the changeset viewer.