On Fri, Aug 14, 2009 at 07:56:55PM +0200, Daniel Leidert wrote: > JFTR: autoconf AFAIK doesn't set any pkg* variable.
Yes, I know. Evidently my initial mail was incompletely explained. > pkgdatadir and pkglibdir are defined by automake simply as as > $libdir/@PACKAGE@ and $datarootdir/@pack...@. So you can only affect > $libdir and $datarootdir. Further there is no variable $pkglibexecdir. $ dpkg-query -W automake automake 1:1.11-1 $ dpkg -L automake | xargs grep pkglibexec /usr/share/automake-1.11/am/header-vars.am:pkglibexecdir = $(libexecdir)/@PACKAGE@ /usr/bin/automake-1.11: pkgdatadir pkgincludedir pkglibdir pkglibexecdir -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

