* configure.in (MONO_VERSION): Emit it into config.make. Don't build Consts.cs.
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 22 Sep 2005 08:32:55 +0000 (08:32 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 22 Sep 2005 08:32:55 +0000 (08:32 -0000)
svn path=/trunk/mono/; revision=50461

ChangeLog
configure.in

index 0561c190dbf995a79209ea29f0640156b0c7158f..16a731f2287647871c4786d485b0c0375bfcf621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-22  Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in (MONO_VERSION): Emit it into config.make.  Don't
+       build Consts.cs.
+
 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
 
        * docs/exception-handling.txt: Add section about libunwind.
index 151c98c36f881e4e0d339d9f5c49111148a29f17..52da442527f1993c60ea0610326661feb2191bba 100644 (file)
@@ -1825,8 +1825,7 @@ fi
     print vsplit [1] "." vsplit [2] "." vsplit [3] "." vsplit [4]
   }')]
 
-  # Generate Consts.cs
-  sed -e "s/@MONO_VERSION@/$myver/" $srcdir/$mcsdir/build/common/Consts.cs.in > $srcdir/$mcsdir/build/common/Consts.cs
+  echo "MONO_VERSION = $myver" >> $srcdir/$mcsdir/build/config.make
 )
 
 libgdiplus_msg=${libgdiplus_loc:-assumed to be installed}