|
|
# Adding switch to properly enable/disable esound support. See bug #6920. | # Adding switch to properly enable/disable esound support. See bug #6920. |
epatch ${FILESDIR}/${P}-esd_switch.patch | epatch ${FILESDIR}/${P}-esd_switch.patch |
| |
|
export WANT_AUTOMAKE=1.7 |
|
cp aclocal.m4 old_macros.m4 |
einfo "Running aclocal" | einfo "Running aclocal" |
aclocal || die "Aclocal failed" |
aclocal -I . || die "Aclocal failed" |
einfo "Running autoconf" | einfo "Running autoconf" |
autoconf || die "Autoconf failed" | autoconf || die "Autoconf failed" |
} | } |