- Timestamp:
- 2010-08-10T00:03:52Z (14 years ago)
- Branches:
- master
- Children:
- 2ef7d37
- Parents:
- be22e7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
rbe22e7b rceed953 5 5 # latest stable 6 6 BITLBEE_VERSION = 1.2.7 7 8 AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|")9 10 ifeq ($(AMPATH),)11 # Gentoo, it has some crappy wrapper12 AMPATH = $(shell find /usr/share/ -maxdepth 1 -name 'automake-*'|tail -n 1)13 endif14 7 15 8 ifeq ($(ASCIIDOC),yes) … … 54 47 55 48 autogen: configure.ac 56 cp $( AMPATH)/install-sh./49 cp $(shell ls /usr/share/automake-*/install-sh | tail -n1) ./ 57 50 autoconf 58 51
Note: See TracChangeset
for help on using the changeset viewer.