[GRASS-SVN] r29602 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 8 06:58:47 EST 2008


Author: martinl
Date: 2008-01-08 06:58:47 -0500 (Tue, 08 Jan 2008)
New Revision: 29602

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
gui/wxpython: display_driver renamed to vdigit

Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2008-01-08 11:48:03 UTC (rev 29601)
+++ grass/trunk/configure	2008-01-08 11:58:47 UTC (rev 29602)
@@ -15217,7 +15217,7 @@
 ac_given_srcdir=$srcdir
 ac_given_INSTALL="$INSTALL"
 
-trap 'rm -fr `echo "include/Make/Grass.make include/Make/Platform.make include/version.h include/winname.h swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile gui/wxpython/display_driver/Makefile grass.pc include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "include/Make/Grass.make include/Make/Platform.make include/version.h include/winname.h swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile gui/wxpython/vdigit/Makefile grass.pc include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -15457,7 +15457,7 @@
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-"include/Make/Grass.make include/Make/Platform.make include/version.h include/winname.h swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile gui/wxpython/display_driver/Makefile grass.pc"}
+CONFIG_FILES=\${CONFIG_FILES-"include/Make/Grass.make include/Make/Platform.make include/version.h include/winname.h swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile gui/wxpython/vdigit/Makefile grass.pc"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in	2008-01-08 11:48:03 UTC (rev 29601)
+++ grass/trunk/configure.in	2008-01-08 11:58:47 UTC (rev 29602)
@@ -1646,7 +1646,7 @@
 GRASS_HOME=${DSTDIR}
 AC_SUBST(GRASS_HOME)
 
-AC_OUTPUT(include/Make/Grass.make include/Make/Platform.make include/version.h include/winname.h swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile gui/wxpython/display_driver/Makefile grass.pc)
+AC_OUTPUT(include/Make/Grass.make include/Make/Platform.make include/version.h include/winname.h swig/perl/Makefile.PL swig/perl2/make.pl swig/python/Makefile gui/wxpython/vdigit/Makefile grass.pc)
 
 LOC_MSG([Copying config.status to config.status.${ARCH}])
 cp -f config.status config.status.${ARCH}



More information about the grass-commit mailing list