lexer: Add support for macro punctuation.
[pspp] / tests / atlocal.in
index df10bef95c6cd1755a6532c3790d2c9fcd30ba78..66292efe04821be02cf831fd2b7f99610d609c75 100644 (file)
@@ -22,6 +22,8 @@
 EXEEXT='@EXEEXT@'
 PERL='@PERL@'
 PYTHON='@PYTHON@'
+TEX='@TEX@'
+GWC='@GWC@'
 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
 host='@host@'
 PACKAGE_STRING='@PACKAGE_STRING@'
@@ -63,8 +65,8 @@ export GZIP
 WINEPREFIX=$HOME/.wine    # Work around the following kludge to keep wine happy
 export WINEPREFIX
 
-HOME=/nonexistent              # Kluge to make PSPP ignore $HOME/.pspprc.
-export HOME
+# Make PSPP ignore $HOME/.pspprc.
+alias pspp='pspp --no-statrc'
 
 # Avoids error messages during tests if $TERM is set to an unknown terminal.
 TERM=; unset TERM