Andrew Benton wrote:
A possible third option
might be this ugly sed

sed -i 's,$(datadir)/x,`pkg-config --variable=prefix ORBit-2.0`/share/x,' \
    doc/C/Makefile

If that is run just before make -C doc html then it should all `just work'.

Another option is to run configure again like so:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
make -C doc html

Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to