|
|
# We should patch in a switch here and send it upstream | # We should patch in a switch here and send it upstream |
sed -i 's:--load:-v:' gnome-panel/Makefile.am | sed -i 's:--load:-v:' gnome-panel/Makefile.am |
| |
|
if [ ! `use doc` ]; then |
|
sed -i '/include $(top_srcdir)\/gtk-doc.make/d' doc/reference/panel-applet/Makefile.am |
|
fi |
|
|
WANT_AUTOMAKE=1.7 aclocal || die | WANT_AUTOMAKE=1.7 aclocal || die |
WANT_AUTOMAKE=1.7 automake || die | WANT_AUTOMAKE=1.7 automake || die |
| |