f030c1fae5
--HG-- extra : convert_revision : e42e0255389433a8b5b99438fea34fe33e487e3d
9 lines
155 B
Bash
9 lines
155 B
Bash
#
|
|
# Automake'ify MNG.
|
|
#
|
|
|
|
cd $wrksrc && \
|
|
$ln_cmd -sf makefiles/configure.in . && \
|
|
$ln_cmd -sf makefiles/Makefile.am .
|
|
|
|
. $PKGFS_TMPLHELPDIR/automake.sh
|