Changeset 5e21e06


Ignore:
Timestamp:
2008-02-19T14:40:35Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
6af541d
Parents:
1b97fc0
Message:

typo fix in automake version detection
thanks Sebastian (schwarz.s at gmx.de) for pointing this out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r1b97fc0 r5e21e06  
    33VERSION = 0.3.1
    44
    5 AMVERSION = $(shell automake --version|sed 's/.*) //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
     5AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
    66
    77skype.so: skype.c config.mak
Note: See TracChangeset for help on using the changeset viewer.