CVS: sylpheedclaws/plugins/cachesaver configure.ac,1.1.2.7,1.1.2.8
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/cachesaver
In directory sunsite.dk:/tmp/cvs-serv1595/cachesaver
Modified Files:
Tag: gtk2
configure.ac
Log Message:
Fix bug #958 (Extra plugins define wrong SYLPHEED_CLAWS_PLUGINDIR when prefix is set)
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/cachesaver/configure.ac,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- configure.ac 2006/05/21 18:47:09 1.1.2.7
+++ configure.ac 2006/05/30 16:42:51 1.1.2.8
@@ -31,9 +31,10 @@
AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
AC_SUBST(SYLPHEED_CLAWS_LIBS)
if test -z $prefix || test "${prefix}" == "NONE" ; then
+ prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws )
SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
else
- SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
+ SYLPHEED_CLAWS_PLUGINDIR='${libdir}/sylpheed-claws/plugins'
fi
AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]