diff options
Diffstat (limited to 'eclass/gnome2-live.eclass')
-rw-r--r-- | eclass/gnome2-live.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 952e230..6e19c2c 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -47,7 +47,11 @@ gnome2-live_src_prepare() { gnome-doc-common gnome-doc-prepare --automake intltoolize --force - eautoreconf + # Add by default; it's ignored if DNE + AT_M4DIR=m4 eautoreconf + + # Disable pyc compiling. Doesn't harm if DNE + ln -sf $(type -P true) py-compile ### Keep this in-sync with gnome2.eclass! # Prevent scrollkeeper access violations |