Ver código fonte

configure.in: disable pwd -W (WinGRASS)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57294 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 anos atrás
pai
commit
4cea83014a
2 arquivos alterados com 673 adições e 729 exclusões
  1. 665 722
      configure
  2. 8 7
      configure.in

Diferenças do arquivo suprimidas por serem muito extensas
+ 665 - 722
configure


+ 8 - 7
configure.in

@@ -64,11 +64,11 @@ AC_SUBST(BINDIR)
 
 
 AC_PATH_PROG(pwd, pwd, pwd)
 AC_PATH_PROG(pwd, pwd, pwd)
 
 
-if test "$MINGW32" = yes ; then
-  winpwd="$pwd -W"
-else
-  winpwd="$pwd"
-fi
+dnl if test "$MINGW32" = yes ; then
+dnl   winpwd="$pwd -W"
+dnl else
+dnl   winpwd="$pwd"
+dnl fi
 
 
 AC_MSG_CHECKING(for source directory)
 AC_MSG_CHECKING(for source directory)
 
 
@@ -83,7 +83,7 @@ AC_MSG_RESULT("$SRCDIR")
 AC_MSG_CHECKING(for build directory)
 AC_MSG_CHECKING(for build directory)
 
 
 DSTDIR=`$pwd`
 DSTDIR=`$pwd`
-WINDSTDIR=`$winpwd`
+dnl WINDSTDIR=`$winpwd`
 
 
 AC_MSG_RESULT("$DSTDIR")
 AC_MSG_RESULT("$DSTDIR")
 
 
@@ -107,7 +107,8 @@ AC_CONFIG_AUX_DIR("$SRCDIR")
 
 
 # Set GISBASE and GRASS_BIN
 # Set GISBASE and GRASS_BIN
 
 
-GISBASE="${WINDSTDIR}/dist.${ARCH}"
+dnl GISBASE="${WINDSTDIR}/dist.${ARCH}
+GISBASE="${DSTDIR}/dist.${ARCH}"
 GRASS_BIN="${DSTDIR}/bin.${ARCH}"
 GRASS_BIN="${DSTDIR}/bin.${ARCH}"
 
 
 AC_SUBST(GISBASE)
 AC_SUBST(GISBASE)