mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix to plugin installation location
git-svn-id: http://svn.osgeo.org/qgis/trunk@605 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b54897e15f
commit
c070be862b
12
configure.in
12
configure.in
@ -92,7 +92,11 @@ AC_MSG_CHECKING([SPIT option])
|
||||
if test x"$with_spit" = "xno" ; then
|
||||
WANT_SPIT=0
|
||||
else
|
||||
WANT_SPIT=1
|
||||
if test x"$with_pg" = "xyes" -o x"$with_pg" = "x" ; then
|
||||
WANT_SPIT=1
|
||||
else
|
||||
WANT_SPIT=0
|
||||
fi
|
||||
fi
|
||||
|
||||
if test x"$WANT_SPIT" = "x1" ; then
|
||||
@ -147,7 +151,11 @@ dnl ---------------------------------------------------------------------------
|
||||
# AC_SUBST(GRASS_LIB)
|
||||
# AC_SUBST(GRASS_INC)
|
||||
|
||||
|
||||
#echo ${prefix}/lib
|
||||
libdir=${prefix}/lib
|
||||
AC_MSG_CHECKING([plugin install directory])
|
||||
AC_MSG_RESULT([$libdir])
|
||||
#echo Plugins will be installed in $libdir
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user