also set the plugin builddir to pwd

Original commit message from CVS:
also set the plugin builddir to pwd
This commit is contained in:
Wim Taymans 2001-12-16 23:46:50 +00:00
parent 644940125e
commit 209747879b

View file

@ -1140,7 +1140,7 @@ AC_DEFINE_UNQUOTED(PLUGINS_DIR,"$PLUGINS_DIR")
AC_SUBST(PLUGINS_DIR)
dnl Set location of uninstalled plugin directory
PLUGINS_BUILDDIR=${builddir}
PLUGINS_BUILDDIR=`pwd`
AC_DEFINE_UNQUOTED(PLUGINS_BUILDDIR,"$PLUGINS_BUILDDIR")
AC_SUBST(PLUGINS_BUILDDIR)