GNOME Bugzilla – Bug 580043
gnome-media build from git tries to install to /usr/local
Last modified: 2009-05-02 23:07:26 UTC
Apparently, this is caused by the --enable-shave that is in autogen.sh. Without it, it works just fine. When it's there, the configure command that is run is: Running ./configure --enable-maintainer-mode --enable-shave ... It's possible a gnome-common bug, don't know.
FWIW, instead of forcing --enable-shave, you can use this in configure.in: SHAVE_INIT([.], [enable])
commit b105b2c92f58bd0d320f05c2839e63c6e543b1ba Author: Marc-André Lureau <marc-andre.lureau@nokia.com> Date: Fri Apr 24 14:31:11 2009 +0300 build: fix autogen.sh Closes: http://bugzilla.gnome.org/show_bug.cgi?id=580043