+Wed May 4 08:49:13 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+ * README.CVS Smake: Added a CONFIGUREFLAGS variable.
+ * INSTALL: Mentioned build dependencies.
+
Mon May 2 22:37:39 2005 Ben Pfaff <blp@gnu.org>
* INSTALL: Mention dependencies. Thanks to Jaap-Andre de Hoop
graphing features will not work. If you do not have it
installed, you must run `configure' with --without-libplot.
+ * ncurses and GNU readline are optional. They make for a more pleasant
+ command line interface.
+
+PSPP also has the following build dependencies:
+
+ * perl 5.6 or later.
+
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
Foundation, Inc.
cvs archive use:
make -f Smake
+# If you need to pass arguments to configure, use
+# make -f Smake CONFIGUREFLAGS="--with-this --without-that"
make
- and to test it:
+
+
+ To test it:
+
+make check
+
+ For a very thorough test:
make distcheck
Makefile po/Makefile.in: Makefile.in configure install-sh config.h.in po/Makefile.in.in po/POTFILES.in
- ./configure
+ ./configure $(CONFIGUREFLAGS)
configure: configure.ac aclocal.m4
autoconf
msgid ""
msgstr ""
"Project-Id-Version: PSPP 0.3.1\n"
+"Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
"POT-Creation-Date: 2005-05-03 18:47+0800\n"
"PO-Revision-Date: 2004-01-23 13:04+0800\n"
"Last-Translator: John Darrington <john@darrington.wattle.id.au>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: src/aggregate.c:195
+Wed May 4 08:50:11 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+ * casefile.c: Removed unnecessary #include <valgrind/valgrind.h>
+
Tue May 3 19:14:48 WST 2005 John Darrington <john@darrington.wattle.id.au>
* copyleft.c: Updated copyright date.
#include "settings.h"
#include "var.h"
-#ifdef HAVE_VALGRIND_VALGRIND_H
-#include <valgrind/valgrind.h>
-#endif
-
#define IO_BUF_SIZE (8192 / sizeof (union value))
/* A casefile is a sequentially accessible array of immutable