1 SRC_URI
= "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
2 file://automake182-update-configscripts.patch;patch=1;pnum=1 \
3 ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
4 DESCRIPTION
= "A tool for automatically generating Makefiles."
9 FILESDIR
= "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
13 FILES_$
{PN
} += "${datadir}/automake* ${datadir}/aclocal*"
18 oe_runmake 'DESTDIR
=$
{D
}' install
19 install
-d $
{D
}$
{datadir
}
20 if [ ! -e $
{D
}$
{datadir
}/aclocal
]; then
21 ln
-sf aclocal
-1.8 $
{D
}$
{datadir
}/aclocal
23 if [ ! -e $
{D
}$
{datadir
}/automake
]; then
24 ln
-sf automake
-1.8 $
{D
}$
{datadir
}/automake