[GRASS-dev] configure.in: quotation marks

Glynn Clements glynn at gclements.plus.com
Wed Oct 26 15:08:52 EDT 2011


Martin Landa wrote:

> OK, change bellow should harmless, right?

I would prefer to just expand $INSTDIR:

--- configure.in~
+++ configure.in
@@ -1914,12 +1914,14 @@
     USE_TOGL="1"
 fi
 
+INSTDIR_X=`eval echo "\"$INSTDIR\""`
+
 LOC_MSG()
 LOC_MSG([GRASS is now configured for:  ${host}])
 LOC_MSG()
 LOC_MSG([  Source directory:            ${SRCDIR}])
 LOC_MSG([  Build directory:             ${DSTDIR}])
-LOC_MSG([  Installation directory:      ${INSTDIR}])
+LOC_MSG([  Installation directory:      ${INSTDIR_X}])
 LOC_MSG([  Startup script in directory: ${bindir}])
 LOC_MSG([  C compiler:                  ${CC} ${CFLAGS}])
 LOC_MSG([  C++ compiler:                ${CXX} ${CXXFLAGS}])

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list