From: Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de)
Date: Tue Sep 28 1999 - 19:32:36 EDT
Hello,
PACKAGE_PIXMAPS_DIR="`$gnomepath --datadir`/pixmaps/${PACKAGE}"
AC_SUBST(PACKAGE_PIXMAPS_DIR)
The above code does not play along nicely with the rest of the setup.
Autoconf is designed to make it possible to change the installation path of
all components by simply setting prefix to a different root path.
the prefix setting at configure time determines which pathes are hardcoded
into the binaries (if any).
A different prefix at "make install" makes it possible to install the files
into a different root directory.
Those don't need to be the same, as I can install for example on a mounted
partition (make install prefix=/mnt), or in a subdirectory to make a tar
file of glade (or a Debian package, FWIW).
The above code defeats both purposes. Please coordinate with the Gnome
project how you want to treat this deficiency. Until then, one can work
around it by setting the PACKAGE_PIXMAPS_DIR at the make install command
line.
Thanks,
Marcus
-- `Rhubarb is no Egyptian god.' Debian http://www.debian.org Check Key server Marcus Brinkmann GNU http://www.gnu.org for public PGP Key Marcus.Brinkmann@ruhr-uni-bochum.de PGP Key ID 36E7CD09 http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/+---------------------------------------------------------------------+ To unsubscribe from this list, send a message to majordomo@ncis.pn.org with the line "unsubscribe glade-devel" in the body of the message.
This archive was generated by hypermail 2b29 : Tue Aug 01 2000 - 19:23:20 EDT