]> err.no Git - sope/commitdiff
do not run autoconf in NGStreams
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 27 Aug 2004 17:25:41 +0000 (17:25 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 27 Aug 2004 17:25:41 +0000 (17:25 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@72 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

INSTALL
sope-core/NGStreams/ChangeLog
sope-core/NGStreams/GNUmakefile.postamble
sope-core/NGStreams/Version

diff --git a/INSTALL b/INSTALL
index 3cccd92e6df2d222e10ece7d067bf2f3ffa94646..951fbe89cd65a2cd91920ee2749952f14d1f08cf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -55,6 +55,8 @@ a simple:
 
   make -s debug=yes strip=yes all
 
+(a build takes about 5 minutes on a Debian/Athlon 1.8+)
+
 Installation:
 
   make -s debug=yes strip=yes install
index 611dbecc28b2f97a45ed07ef47fd6f7460a1524d..28e32703d026ef59febf5ad55b4b737744383a70 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile.postamble: do not automatically run autoconf to update
+         configure (the configure checked in should work fine on all 
+         platforms) (v4.3.43)
+
 2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * added new Xcode project
index 0ec647d251cb76db9c145837202a2945e66762e6..fa93130ed996acc314b03546c6c041119401bfd8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: GNUmakefile.postamble 4 2004-08-20 17:04:31Z helge $
 
 ifeq ($(FOUNDATION_LIB),apple)
 
@@ -19,6 +19,7 @@ endif
 
 ifneq ($(GNUSTEP_TARGET_OS),cygwin32)
 configure : configure.in
-       autoconf configure.in > configure
+       #autoconf configure.in > configure
+       echo "configure.in seems to have changed, you might want to rerun autoconf"
        chmod +x configure
 endif
index 6f16b3c2caec12336ce2fcd4f92d51b6463b10f3..a75e77c7712bf9b4038251adb5cce18df7b070da 100644 (file)
@@ -1,3 +1,3 @@
-# $Id$
+# $Id: Version 4 2004-08-20 17:04:31Z helge $
 
-SUBMINOR_VERSION:=42
+SUBMINOR_VERSION:=43