also set the plugin builddir to pwd
authorWim Taymans <wim.taymans@gmail.com>
Sun, 16 Dec 2001 23:46:50 +0000 (23:46 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 16 Dec 2001 23:46:50 +0000 (23:46 +0000)
Original commit message from CVS:
also set the plugin builddir to pwd

configure.ac

index 8e40988..56dd7b7 100644 (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)