[GRASS-SVN] r30172 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 15 16:44:24 EST 2008
Author: martinl
Date: 2008-02-15 16:44:24 -0500 (Fri, 15 Feb 2008)
New Revision: 30172
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
configure: Don't generate Makefile for vdigit from Makefile.in
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2008-02-15 21:27:04 UTC (rev 30171)
+++ grass/trunk/configure 2008-02-15 21:44:24 UTC (rev 30172)
@@ -15534,7 +15534,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/vdigit/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 grass.pc include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -15784,7 +15784,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/vdigit/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 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-02-15 21:27:04 UTC (rev 30171)
+++ grass/trunk/configure.in 2008-02-15 21:44:24 UTC (rev 30172)
@@ -1746,7 +1746,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/vdigit/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 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