[GRASS-SVN] r43248 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 13:35:25 EDT 2010


Author: martinl
Date: 2010-08-24 17:35:25 +0000 (Tue, 24 Aug 2010)
New Revision: 43248

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
configure scrip updated - swig removed


Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2010-08-24 17:32:09 UTC (rev 43247)
+++ grass/trunk/configure	2010-08-24 17:35:25 UTC (rev 43248)
@@ -14464,7 +14464,7 @@
 ac_given_srcdir=$srcdir
 ac_given_INSTALL="$INSTALL"
 
-trap 'rm -fr `echo "include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex include/version.h swig/perl/Makefile.PL swig/perl2/make.pl grass.pc include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex include/version.h grass.pc include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -14719,7 +14719,7 @@
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-"include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex include/version.h swig/perl/Makefile.PL swig/perl2/make.pl grass.pc"}
+CONFIG_FILES=\${CONFIG_FILES-"include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex include/version.h 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	2010-08-24 17:32:09 UTC (rev 43247)
+++ grass/trunk/configure.in	2010-08-24 17:35:25 UTC (rev 43248)
@@ -1916,7 +1916,7 @@
 GRASS_HOME="${DSTDIR}"
 AC_SUBST(GRASS_HOME)
 
-AC_OUTPUT(include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex include/version.h swig/perl/Makefile.PL swig/perl2/make.pl grass.pc)
+AC_OUTPUT(include/Make/Platform.make include/Make/Doxyfile_arch_html include/Make/Doxyfile_arch_latex include/version.h 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