From: helge Date: Fri, 27 Aug 2004 17:25:41 +0000 (+0000) Subject: do not run autoconf in NGStreams X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0927b318968be6568a6405b1fabf5daa5129ea0;p=sope do not run autoconf in NGStreams git-svn-id: http://svn.opengroupware.org/SOPE/trunk@72 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/INSTALL b/INSTALL index 3cccd92e..951fbe89 100644 --- 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 diff --git a/sope-core/NGStreams/ChangeLog b/sope-core/NGStreams/ChangeLog index 611dbecc..28e32703 100644 --- a/sope-core/NGStreams/ChangeLog +++ b/sope-core/NGStreams/ChangeLog @@ -1,3 +1,9 @@ +2004-08-27 Helge Hess + + * 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 * added new Xcode project diff --git a/sope-core/NGStreams/GNUmakefile.postamble b/sope-core/NGStreams/GNUmakefile.postamble index 0ec647d2..fa93130e 100644 --- a/sope-core/NGStreams/GNUmakefile.postamble +++ b/sope-core/NGStreams/GNUmakefile.postamble @@ -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 diff --git a/sope-core/NGStreams/Version b/sope-core/NGStreams/Version index 6f16b3c2..a75e77c7 100644 --- a/sope-core/NGStreams/Version +++ b/sope-core/NGStreams/Version @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Version 4 2004-08-20 17:04:31Z helge $ -SUBMINOR_VERSION:=42 +SUBMINOR_VERSION:=43