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
+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
-# $Id$
+# $Id: GNUmakefile.postamble 4 2004-08-20 17:04:31Z helge $
ifeq ($(FOUNDATION_LIB),apple)
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
-# $Id$
+# $Id: Version 4 2004-08-20 17:04:31Z helge $
-SUBMINOR_VERSION:=42
+SUBMINOR_VERSION:=43