for these in the future.
+2008-05-16 John Darrington <john@darrington.wattle.id.au>
+
+ * compression.sh print-crash.sh print-strings.sh very-long-strings.sh :
+ Removed export VAR=VAL syntax.
+
+ * automake.mk: Added test to check for non-portable shell syntax
+
2008-04-14 Jason Stover <jhs@math.gcsu.edu>
* automake.mk: New test for regression with QR decomposition.
CLEANFILES += *.save pspp.* foo*
+dist-hook:
+ @if grep -q 'export .*=' $(dist_TESTS) ; then \
+ echo 'One or more tests contain non-portable "export VAR=val" syntax' ; \
+ false ; \
+ fi
top_builddir=`cd $top_builddir; pwd`
PSPP=$top_builddir/src/ui/terminal/pspp
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
cleanup()
PSPP=$top_builddir/src/ui/terminal/pspp
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
cleanup()
top_builddir=`cd $top_builddir; pwd`
PSPP=$top_builddir/src/ui/terminal/pspp
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
cleanup()
top_builddir=`cd $top_builddir; pwd`
PSPP=$top_builddir/src/ui/terminal/pspp
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
cleanup()