CVS: sylpheedclaws/plugins/synce configure.ac,1.2.2.11,1.2.2.12
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/synce
In directory sunsite.dk:/tmp/cvs-serv1595/synce
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/synce/configure.ac,v
retrieving revision 1.2.2.11
retrieving revision 1.2.2.12
diff -u -d -r1.2.2.11 -r1.2.2.12
--- configure.ac 2006/05/17 08:42:39 1.2.2.11
+++ configure.ac 2006/05/30 16:43:03 1.2.2.12
@@ -43,9 +43,10 @@
dnl check for sylpheed-claws
PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93)
if test -z $prefix || test "${prefix}" == "NONE" ; then
- SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws)
+ 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_CFLAGS)
AC_SUBST(SYLPHEED_CLAWS_LIBS)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]