Changeset 3fd8b71


Ignore:
Timestamp:
2008-01-28T23:29:00Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
6f01885
Parents:
6b266f6
Message:

it seems some distro does not have an automake symlink in /usr/share

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r6b266f6 r3fd8b71  
    22
    33VERSION = 0.3.1
     4
     5AMVERSION = $(shell automake --version|sed 's/.*) //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q')
    46
    57skype.so: skype.c config.mak
     
    1921
    2022prepare: configure.ac
    21         cp /usr/share/automake/install-sh ./
     23        cp /usr/share/automake-$(AMVERSION)/install-sh ./
    2224        cp /usr/share/aclocal/pkg.m4 aclocal.m4
    2325        autoconf
Note: See TracChangeset for help on using the changeset viewer.