Revision: 1054 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1054&view=re... Author: hyperair Date: 2009-11-05 08:51:21 +0000 (Thu, 05 Nov 2009)
Log Message: ----------- Fix original PKG_CONFIG_PATH if previously set
This is if PKG_CONFIG_PATH was altered from the --with-geany-prefix= option.
Modified Paths: -------------- trunk/geany-plugins/build/geany.m4
Modified: trunk/geany-plugins/build/geany.m4 =================================================================== --- trunk/geany-plugins/build/geany.m4 2009-11-04 19:01:51 UTC (rev 1053) +++ trunk/geany-plugins/build/geany.m4 2009-11-05 08:51:21 UTC (rev 1054) @@ -14,6 +14,6 @@ geanyversion=$(${PKG_CONFIG} --modversion geany) AC_SUBST([geanypluginsdir])
- PKG_CONFIG_PATH="${PKG_CONFIG_PATH#*:}" + export PKG_CONFIG_PATH="${PKG_CONFIG_PATH#*:}" test -z "${PKG_CONFIG_PATH}" && unset PKG_CONFIG_PATH ])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org