Fix erroneous subsitute by previous commit.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 8 Jul 2017 04:29:43 +0000 (06:29 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 8 Jul 2017 04:29:43 +0000 (06:29 +0200)
Commit 691a034d7f2139076fa012739dffd40ef5db4a9b  inadvertenntly
commented out the first line of every .at file.  This commit
fixes that.

123 files changed:
tests/data/calendar.at
tests/data/data-in.at
tests/data/data-out.at
tests/data/datasheet-test.at
tests/data/dictionary.at
tests/data/encrypted-file.at
tests/data/file.at
tests/data/format-guesser.at
tests/data/pc+-file-reader.at
tests/data/por-file.at
tests/data/sys-file-reader.at
tests/data/sys-file.at
tests/language/command.at
tests/language/control/do-if.at
tests/language/control/do-repeat.at
tests/language/control/loop.at
tests/language/control/temporary.at
tests/language/data-io/data-list.at
tests/language/data-io/data-reader.at
tests/language/data-io/dataset.at
tests/language/data-io/file-handle.at
tests/language/data-io/get-data-psql.at
tests/language/data-io/get-data-txt.at
tests/language/data-io/get.at
tests/language/data-io/inpt-pgm.at
tests/language/data-io/list.at
tests/language/data-io/match-files.at
tests/language/data-io/matrix-data.at
tests/language/data-io/print-space.at
tests/language/data-io/print.at
tests/language/data-io/save-translate.at
tests/language/data-io/save.at
tests/language/dictionary/attributes.at
tests/language/dictionary/delete-variables.at
tests/language/dictionary/formats.at
tests/language/dictionary/missing-values.at
tests/language/dictionary/mrsets.at
tests/language/dictionary/rename-variables.at
tests/language/dictionary/sort-variables.at
tests/language/dictionary/split-file.at
tests/language/dictionary/sys-file-info.at
tests/language/dictionary/value-labels.at
tests/language/dictionary/variable-display.at
tests/language/dictionary/vector.at
tests/language/dictionary/weight.at
tests/language/expressions/parse.at
tests/language/lexer/command-name.at
tests/language/lexer/lexer.at
tests/language/lexer/q2c.at
tests/language/lexer/scan.at
tests/language/lexer/segment.at
tests/language/lexer/variable-parser.at
tests/language/stats/aggregate.at
tests/language/stats/autorecode.at
tests/language/stats/correlations.at
tests/language/stats/crosstabs.at
tests/language/stats/descriptives.at
tests/language/stats/examine.at
tests/language/stats/factor.at
tests/language/stats/flip.at
tests/language/stats/frequencies.at
tests/language/stats/glm.at
tests/language/stats/graph.at
tests/language/stats/logistic.at
tests/language/stats/means.at
tests/language/stats/npar.at
tests/language/stats/oneway.at
tests/language/stats/quick-cluster.at
tests/language/stats/rank.at
tests/language/stats/regression.at
tests/language/stats/reliability.at
tests/language/stats/roc.at
tests/language/stats/sort-cases.at
tests/language/stats/t-test.at
tests/language/utilities/cache.at
tests/language/utilities/cd.at
tests/language/utilities/date.at
tests/language/utilities/insert.at
tests/language/utilities/permissions.at
tests/language/utilities/set.at
tests/language/utilities/show.at
tests/language/utilities/title.at
tests/language/xforms/compute.at
tests/language/xforms/count.at
tests/language/xforms/recode.at
tests/language/xforms/sample.at
tests/language/xforms/select-if.at
tests/libpspp/abt.at
tests/libpspp/bt.at
tests/libpspp/encoding-guesser.at
tests/libpspp/float-format.at
tests/libpspp/heap.at
tests/libpspp/hmap.at
tests/libpspp/hmapx.at
tests/libpspp/i18n.at
tests/libpspp/line-reader.at
tests/libpspp/ll.at
tests/libpspp/llx.at
tests/libpspp/range-map.at
tests/libpspp/range-set.at
tests/libpspp/range-tower.at
tests/libpspp/sparse-array.at
tests/libpspp/sparse-xarray-test.at
tests/libpspp/str.at
tests/libpspp/string-map.at
tests/libpspp/string-set.at
tests/libpspp/stringi-map.at
tests/libpspp/stringi-set.at
tests/libpspp/tower.at
tests/libpspp/u8-istream.at
tests/libpspp/zip.at
tests/math/chart-geometry.at
tests/math/moments.at
tests/math/randist.at
tests/output/ascii.at
tests/output/charts.at
tests/output/html.at
tests/output/output.at
tests/output/paper-size.at
tests/output/tables.at
tests/perl-module.at
tests/ui/syntax-gen.at
tests/ui/terminal/main.at

index 316abf20f7282e6fd10cf44f1da6a538e02d8a56..4520858ef57f135a305081de9e09e5ad6f9b98f3 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([calendar])
+dnl
+AT_BANNER([calendar])
 
 AT_SETUP([epoch])
 AT_DATA([epoch.sps],
index a8526160498aab03304730b0cd922e6642a892a5..dfdf37ef1fb6b04258451551a307fd679313f863 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([data input (data-in)])
+dnl
+AT_BANNER([data input (data-in)])
 
 m4_divert_push([PREPARE_TESTS])
 [data_in_prng () {
index 4ebb57c41e7222d49fc0d71449e93e88f4a12645..f84e144928e74fbf1ef87eecb6c28fa5b4b71056 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([data output (data-out)])
+dnl
+AT_BANNER([data output (data-out)])
 
 AT_SETUP([numeric format output])
 AT_DATA([num-out.pl],
index 2530b301f06fbe461870c3e3d550ce9d4e149d1b..0b24cfa821de68acf280d536f0e584f9383de01a 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([datasheet])
+dnl
+AT_BANNER([datasheet])
 
 m4_define([DATASHEET_TEST],
   [AT_SETUP([$1x$2, $3 backing rows, backing widths $4])
index 9d4be8d173db7d2454f887438477bb33ff5920ad..bc14638dfb498297834964baf1e636bd29b4bd1f 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([dictionary])
+dnl
+AT_BANNER([dictionary])
 
 AT_SETUP([dictionary case-insensitivity])
 AT_DATA([dictionary.sps], [dnl
index ebb9126e300accae1e34b000638624b162948fd9..cfad7e05e22d32aeb778b802866869716a762db7 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([encrypted files])
+dnl
+AT_BANNER([encrypted files])
 
 AT_SETUP([decrypt an encrypted system file])
 AT_KEYWORDS([system file decrypt pspp-convert])
index 6875da59721e2d27fa711a56c070d3c12840455e..686984046aaefdffabf7f82d30c1c89cf693bd12 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([files handling])
+dnl
+AT_BANNER([files handling])
 
 AT_SETUP([Write error - directory exists])
 
index 724bc7dfb8e86f8a8cf97f80784fbfa7d6f4fda0..f5df6efe806c3e9236018be4c8b92a614da0a21c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([format guesser])
+dnl
+AT_BANNER([format guesser])
 
 AT_SETUP([format guesser])
 AT_DATA([format-guesser.txt], [dnl
index a8a74f6120cc6da124ff11362950aae0ba9f1acd..2e032cdfb6a46fecaf6ed169fdbc717aed9cbd82 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SPSS/PC+ file reader - positive])
+dnl
+AT_BANNER([SPSS/PC+ file reader - positive])
 
 AT_SETUP([variable labels and missing values])
 AT_KEYWORDS([sack synthetic PC+ file positive])
index 2e8a2232d14da2092f9291360978967689f026e6..d7ba8048650e9d3f382ab87f906424bc72185cfc 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([portable files])
+dnl
+AT_BANNER([portable files])
 
 AT_SETUP([overwriting portable file])
 AT_DATA([output.por], [abcdef
index db453d54d33d438006ab3fa570c1d353c09571da..e23917884efacd75deeadef5f254c82a0f6dfbdf 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([system file reader - positive])
+dnl
+AT_BANNER([system file reader - positive])
 
 AT_SETUP([variable labels and missing values])
 AT_KEYWORDS([sack synthetic system file positive])
index 3eaa0c51238dcc11ca960d6d38753a309ac68172..6e49b783c4eaa29665cf24373c3c626a743f293a 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([system files])
+dnl
+AT_BANNER([system files])
 
 # Also tests that long variable names are preserved by SAVE and GET.
 AT_SETUP([write and read numeric data])
index ce18d0ecf8ddd727977c7229c9c3a991e66dee2c..476c8e71e8dda02bc934903aa362f1a7a96ed361 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([command parser])
+dnl
+AT_BANNER([command parser])
 
 dnl Tests for a bug which crashed pspp when given certain invalid input.
 AT_SETUP([command parser crash bug])
index 3e67de2d86df538b3db05eb1b34e53e5814a0b33..01dae0d904f03fbc6eb676a373f76acb4cf8fe72 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([DO IF])
+dnl
+AT_BANNER([DO IF])
 
 AT_SETUP([DO IF])
 (for a in 0 1 ' '; do
index 9b04a12823d6fe3af6ab0e3776fb35be07948326..4afd5eaf52e5798c1dbc5a50a5d917277c224259 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([DO REPEAT])
+dnl
+AT_BANNER([DO REPEAT])
 
 AT_SETUP([DO REPEAT -- simple])
 AT_DATA([do-repeat.sps], [dnl
index 2db9189b59c0a5548458d75e3726d46444680a48..60baac7e9c785af928ebbbc4488524008dba2e6b 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([LOOP])
+dnl
+AT_BANNER([LOOP])
 
 m4_define([LOOP_DATA], [dnl
 data list notable /x 1 y 2 z 3.
index 1ce0d772ff919df0572997b1154fe8b7f727fa77..675ad777b615f04d08edda43d19ef7411d00b3b5 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([TEMPORARY])
+dnl
+AT_BANNER([TEMPORARY])
 
 dnl Tests for a bug that manifested when all transformations are temporary.
 AT_SETUP([TEMPORARY as first transformation])
index d29c559ddc45e7d82f38941060dbbea7f1ff6a53..5bfdb497b1f60b4fc4fa708ccfa28b2e1698f066 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([DATA LIST])
+dnl
+AT_BANNER([DATA LIST])
 
 AT_SETUP([DATA LIST LIST with empty fields])
 AT_DATA([data-list.pspp], [dnl
index eda72194a9cc6632825631e506d560baae987241..4ca00a6aa72822c53b98bd597c282bde3f7eb2ff 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([BEGIN DATA])
+dnl
+AT_BANNER([BEGIN DATA])
 
 # BEGIN DATA can run as a command in itself, or it can appear as part
 # of the first procedure.  First, test it after a procedure.
index 5af6b5d96f9e8852a6d03f5c731b1bd4a4fe62a7..64139f9360732dc50059b379621725242bde0212 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([DATASET commands])
+dnl
+AT_BANNER([DATASET commands])
 
 AT_SETUP([DATASET COPY])
 AT_DATA([dataset.pspp], [dnl
index c46e473d8bcb594de0292513aa17740fd0e2d440..2207513cb6713d247a606259bf13e64fe2806ecf 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([FILE HANDLE])
+dnl
+AT_BANNER([FILE HANDLE])
 
 AT_SETUP([FILE HANDLE])
 AT_DATA([wiggle.txt], [dnl
index f385eb397b7c0c3b7961eef9d5c6ad6460bc4920..fc99babf348d49bdc4fc1f4367644e08460f21ec 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([GET DATA /TYPE=PSQL])
+dnl
+AT_BANNER([GET DATA /TYPE=PSQL])
 
 m4_define([INIT_PSQL], 
   [AT_SKIP_IF([test "$PSQL_SUPPORT" = no])
index 739f1c2896acd67d83249a3b4157dc177b490f24..25d7d6b93dce48ad336fc9a22d1878568ef0a3e1 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([GET DATA /TYPE=TXT])
+dnl
+AT_BANNER([GET DATA /TYPE=TXT])
 
 dnl These tests exercise features of GET DATA /TYPE=TXT that
 dnl it has in common with DATA LIST, using tests drawn from
index 666e288d36ac244de2878fa91a4eeea9f6d47e68..f4ce9ac8f0d102e812f2db762abe97d99159f892 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([GET])
+dnl
+AT_BANNER([GET])
 
 dnl Tests for a bug which caused the second procedure
 dnl after GET to have corrupt input.
index 7b28c3896d3de9d1c488cc49207bc32faae5aa53..a6ce23eefb3303c000a4312366e541f769c486ce 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([INPUT PROGRAM])
+dnl
+AT_BANNER([INPUT PROGRAM])
 
 dnl Tests for a bug which caused a crash when 
 dnl reading invalid INPUT PROGRAM syntax.
index e174fcd9643723d80428b225980ecaf1e6817d80..ccf03d66ff2d08025e33e1982debafc7d97bcea3 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([LIST])
+dnl
+AT_BANNER([LIST])
 
 AT_SETUP([LIST plain cases])
 AT_DATA([data.txt], [dnl
index 125f08659ccb84ef104fefde72ea15d8d404db55..f1b13daecf236f4ea35eaab6dc3001ab919793d4 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([MATCH FILES])
+dnl
+AT_BANNER([MATCH FILES])
 
 m4_define([PREPARE_MATCH_FILES],
   [AT_DATA([data1.txt], [dnl
index bf36d5e7d8c2fa2daf1022cccf23b35da5022a31..67a37872997eca03587bf641045b2ccfff028a1c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([MATRIX DATA])
+dnl
+AT_BANNER([MATRIX DATA])
 
 AT_SETUP([Matrix data (lower file)])
 
index a9d3a43129a326c280da25704986fec4d7b795ff..f3367f1b2e50883da524a4eccb494bc8ed12f71e 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([PRINT SPACE])
+dnl
+AT_BANNER([PRINT SPACE])
 
 AT_SETUP([PRINT SPACE without arguments])
 AT_DATA([print-space.sps], [dnl
index 8da9cd2a2075cf912b001e3545823c5970a059df..02c18c619f2e3513268291e9c283ec2ea758be87 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([PRINT and WRITE])
+dnl
+AT_BANNER([PRINT and WRITE])
 
 dnl These tests check unusual aspects of the PRINT and WRITE
 dnl transformations:
index 89561f8740e478cd9e42dd602c24695525bbb950..aca5b0ed2a82e382312e8e72475d5cdd496980d9 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SAVE TRANSLATE /TYPE=CSV])
+dnl
+AT_BANNER([SAVE TRANSLATE /TYPE=CSV])
 
 m4_define([PREPARE_SAVE_TRANSLATE_CSV], [dnl
 AT_KEYWORDS([SAVE TRANSLATE])
index c267a3fd4c6663c206ce46cbe9752c4acf329705..a2c005a93d57cb771adc240bd1501cc6991ac44b 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([IMPORT and EXPORT])
+dnl
+AT_BANNER([IMPORT and EXPORT])
 
 AT_SETUP([IMPORT and EXPORT])
 AT_DATA([import-export.sps], [dnl
index ce5510f47e3214d813e4df83a14a9d5b0c4939e5..8b9e7c96b701291cc79df34f2fb981235ce83423 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES])
+dnl
+AT_BANNER([VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES])
 
 AT_SETUP([VARIABLE ATTRIBUTES and DATAFILE ATTRIBUTES])
 AT_DATA([save-attrs.pspp],
index 3cf7e21d7c821f291f4c7cf01cd229b18c611db5..9ced4d36e811524a378a4fbd7a05fcd7ca07aa2c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([DELETE VARIABLES])
+dnl
+AT_BANNER([DELETE VARIABLES])
 
 dnl Checks for regressions against a crash reported in bug #38843.
 AT_SETUP([DELETE VARIABLES with FILTER])
index d6e6f0be7660c2491d8ff5430ebb2b73bc3661cf..aa391f2c8a4a56200ed49e3fcb3950ecd8dc7c12 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([FORMATS])
+dnl
+AT_BANNER([FORMATS])
 
 AT_SETUP([FORMATS positive tests])
 AT_DATA([formats.sps], [dnl
index b74b7ae8017be1cf353f25b60b6fdb804ce83126..8073ab79e1f1082a9ace2bd009222639774c4bd5 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([MISSING VALUES])
+dnl
+AT_BANNER([MISSING VALUES])
 
 AT_SETUP([MISSING VALUES valid cases])
 AT_DATA([missing-values.sps], [dnl
index 08256768b3a525a3f4de4ecc14504c2f5d29096b..49d9c7b215a56f68fc014df6ae0d14b38d39f529 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([MRSETS])
+dnl
+AT_BANNER([MRSETS])
 
 m4_define([DEFINE_MRSETS_DATA],
   [DATA LIST NOTABLE /w x y z 1-4 a b c d 5-8 (a).
index bf8c55454c01b025b90195596b9a36620029f711..53bec038232d2b0ce76abe72401c998e3e2c1ec3 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([RENAME VARIABLES])
+dnl
+AT_BANNER([RENAME VARIABLES])
 
 AT_SETUP([RENAME VARIABLES])
 AT_DATA([rename-variables.sps], [dnl
index c35329c53bf1d05fe8b92f87f1513376ba785e7b..17d8017dc97c0f99ceab675e2e7b582efedd4db5 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SORT VARIABLES])
+dnl
+AT_BANNER([SORT VARIABLES])
 
 AT_SETUP([SORT VARIABLES])
 # This reverses the order of its input lines.
index 61c8919b6fa9bfe5e363bcb2851931c858e2f0b7..9538e714d89b652fd6b7c34d5c96b68c95c529d3 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SPLIT FILE])
+dnl
+AT_BANNER([SPLIT FILE])
 
 AT_SETUP([SPLIT FILE - basic test])
 AT_DATA([split-file.sps], [dnl
index 36aba23c75ef9fbd060ee753e824ed807695a9fc..ac8e8cd54a9de16f507cf6646418961d4aa3da2d 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SYSFILE INFO])
+dnl
+AT_BANNER([SYSFILE INFO])
 
 AT_SETUP([SYSFILE INFO])
 AT_DATA([sysfile-info.sps], [dnl
index 904803f65cd16cc442181b9a3fcc07765fc80d22..60bbdc33401cd532f22d553d3b4a879ba489cff4 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([VALUE LABELS])
+dnl
+AT_BANNER([VALUE LABELS])
 
 AT_SETUP([VALUE LABELS date formats])
 AT_DATA([value-labels.sps], [dnl
index 46ab6b04c8e8a2db342c491ce7d76f70a38ddbb1..16de8a2640fe3c2d0e7e44352654255757d3ca31 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([variable display attributes])
+dnl
+AT_BANNER([variable display attributes])
 
 AT_SETUP([variable display attribute commands])
 AT_DATA([var-display.sps], [dnl
index 57f92d08eda7bef1bd6b1a107dae749ad9dab26f..67fdee495f80d54ebd5afd7696d544c737d5a65b 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([VECTOR])
+dnl
+AT_BANNER([VECTOR])
 
 AT_SETUP([VECTOR short form])
 AT_DATA([vector.sps], [dnl
index 65ca70244c33e0c27005a1386fccbeb7a3283dab..a0f3c53cd629312edcf7bf0e43e67e3f2c77820d 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([WEIGHT])
+dnl
+AT_BANNER([WEIGHT])
 
 AT_SETUP([WEIGHT])
 AT_DATA([weight.txt], [dnl
index 4a1dc855e3f70d7803eace8fc1e34de16d99bcc5..eadc30dd74afdd39bddcf980de5b049f92b3eaf9 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([expression parsing])
+dnl
+AT_BANNER([expression parsing])
 
 AT_SETUP([parse expression with unknown variable crash])
 AT_DATA([parse.sps], [dnl
index ef17cfb0752b30a4f2c46430a6b31fcdd7bad4e3..18a005ca230374e7e667052aaf63d016c95149a1 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([command name matching])
+dnl
+AT_BANNER([command name matching])
 \f
 AT_SETUP([single words])
 AT_KEYWORDS([command name matching])
index 2ca25ce32caa82317f6e9be2e1eb52f41fa0876f..f13940bd6767d43585a4ce2887ef945b83c01bd8 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([lexer])
+dnl
+AT_BANNER([lexer])
 
 AT_SETUP([lexer ignores initial @%:@! line])
 AT_DATA([lexer.sps], [dnl
index b453f1254658462e84a0305d3eba0df8652db40d..0b985e62801e9007aa6b75d221a85237222e1e12 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([q2c])
+dnl
+AT_BANNER([q2c])
 
 AT_SETUP([q2c enforces mandatory subcommands])
 AT_DATA([q2c.sps], [dnl
index ccb58f1680f34652572b99011a74e485a4ab8794..a6b0e62881663c00ba87075203e08d067d3ef2c0 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([syntax scanning])
+dnl
+AT_BANNER([syntax scanning])
 m4_define([PSPP_CHECK_SCAN],
   [AT_CHECK([scan-test $1 input], [0], [expout])])
 \f
index fd7e66bf4efe2ae606de74ac2728ed638e3ccc25..bd3bc38281ef9f15718092fb6bc013e64da0cf66 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([syntax segmentation])
+dnl
+AT_BANNER([syntax segmentation])
 m4_define([PSPP_CHECK_SEGMENT],
   [AT_CHECK([segment-test $1 input], [0], [expout])
    AT_CHECK([segment-test -1 $1 input], [0], [expout])
index 42fea678e2eaf9e418fa6a10e70e8efedfcbfda5..a7f792fb2ed598e7857d9eef5e05437a24ab6294 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Variable parser])
+dnl
+AT_BANNER([Variable parser])
 
 dnl This program tests that both long and short variable names are parsed OK.
 dnl It use CROSSTABS, since its TABLES subcommand exercises the array var set 
index 167286257bdb6c68f20cec526b3f969ee43fc977..976899b23386602b1d055e058dc4b856228fc7e6 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([AGGREGATE procedure])
+dnl
+AT_BANNER([AGGREGATE procedure])
 
 dnl CHECK_AGGREGATE(OUTFILE, SORT, MISSING)
 dnl
index 1b6644c74aa03a1a514a1df94565ebb27703d10f..5dfdf5250ec2efb85e3ca3beae1f553ba6afa75f 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([AUTORECODE procedure])
+dnl
+AT_BANNER([AUTORECODE procedure])
 
 AT_SETUP([AUTORECODE numbers and short strings])
 AT_DATA([autorecode.sps],
index 1a4c2679db839acec37a4d440b305f40c389522c..12819835d33dc72e7e207e7f4518f381f284b7b5 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([CORRELATIONS])
+dnl
+AT_BANNER([CORRELATIONS])
 
 AT_SETUP([CORRELATIONS -- unweighted])
 AT_DATA([correlations.sps], [dnl
index 6196b4e6c203cc72ef79664d7dd9c32222c92e65..6c34c68a436ad7fd6367da29354be1b0ba5ed024 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([CROSSTABS procedure])
+dnl
+AT_BANNER([CROSSTABS procedure])
 
 AT_SETUP([CROSSTABS integer mode crash])
 AT_DATA([crosstabs.sps],
index 46fde44fd29af276f58d2edec81a2296dd3b3b1a..bc3bbb66d1ced6322116a9625feb53d2d2e3aab7 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([DESCRIPTIVES procedure])
+dnl
+AT_BANNER([DESCRIPTIVES procedure])
 
 AT_SETUP([DESCRIPTIVES basics])
 AT_DATA([descriptives.sps],
index 27248a19dd600a9cf9f0f9e025e761f8bae31f0a..6ccfac555a7d150a2d4e5f95d806c65bb3e1f361 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([EXAMINE])
+dnl
+AT_BANNER([EXAMINE])
 
 AT_SETUP([EXAMINE])
 AT_DATA([examine.sps], [
index df94e8678b77adc98731790169086662ae32c753..ac29f50cfc4e024d3840dd1c43b3f2eec580bc0f 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([FACTOR procedure])
+dnl
+AT_BANNER([FACTOR procedure])
 
 AT_SETUP([FACTOR extraction=paf method=correlation])
 dnl This example is based on data from http://www.ats.ucla.edu/stat/Spss/output/factor1.htm
index 7c029da9e57c1402a579ad7c8f6ef9bfa2bd39e6..06fb969fa56c7406cd8a5606beab21ccf7bba988 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([FLIP command])
+dnl
+AT_BANNER([FLIP command])
 
 AT_SETUP([FLIP with NEWNAMES])
 AT_DATA([flip.sps], [dnl
index 73eb6b933964f5ec4ff4b1446666a55bf1cc023f..cf7913b40d57e8d4509f2b2b38da2437f8411679 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([FREQUENCIES procedure])
+dnl
+AT_BANNER([FREQUENCIES procedure])
 
 AT_SETUP([FREQUENCIES string variable])
 AT_DATA([frequencies.sps],
index 9c74ffe5463c35fd76885647e833456cbcd4a7eb..bbc343bc50443abaa5aaf99fbae4b5263fac25f0 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([GLM procedure])
+dnl
+AT_BANNER([GLM procedure])
 
 AT_SETUP([GLM latin square design])
 
index 20ed394322af07ea987f0637cfa135d4c5db1a55..5fc6f82cc4118bac91b8050944e3917cb871157c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([GRAPH])
+dnl
+AT_BANNER([GRAPH])
 
 AT_SETUP([GRAPH simple scatterplot])
 AT_DATA([scatterplot.sps],[
index 5058cf485842fa8860fd56e6d347cf92321c4e47..3d7ae76c38de9de5ac8635edea76e58799fc3b37 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([LOGISTIC REGRESSION])
+dnl
+AT_BANNER([LOGISTIC REGRESSION])
 
 dnl These examples are adapted from
 dnl http://www.uvm.edu/~dhowell/gradstat/psych341/lectures/Logistic%20Regression/LogisticReg1.html
index 6a87412bff571047eefdc952df3f4adf86bf9077..aa59242d5c3a5b50c7e9203ae1020c88a71fbfe6 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([MEANS procedure])
+dnl
+AT_BANNER([MEANS procedure])
 
 AT_SETUP([MEANS simple example])
 
index ba1e43d702a983d078750aa60e34fef5c3388c81..24a8cce65956b07353806a964b1af51944fc257d 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([NPAR TESTS])
+dnl
+AT_BANNER([NPAR TESTS])
 
 AT_SETUP([NPAR TESTS BINOMIAL P < 0.5; N1/N2 < 1])
 AT_DATA([npar.sps], [dnl
index 34b1687a03ec2a124e7394631d48e36ba66da9ce..6cec7597497aa48aae862d25a9149d3b7689e1f8 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([ONEWAY procedure])
+dnl
+AT_BANNER([ONEWAY procedure])
 
 AT_SETUP([ONEWAY basic operation])
 AT_DATA([oneway.sps],
index 669fea7b9dd7a7dda00f661690cc7377ed5c8ec1..d547dc765630bb970d8c8836c9eaa1eb48d62207 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([QUICK CLUSTER])
+dnl
+AT_BANNER([QUICK CLUSTER])
 
 AT_SETUP([QUICK CLUSTER with small data set])
 AT_DATA([quick-cluster.sps], [dnl
index 5ff827c778c29940ce26dcc76286f865724d6077..589375b67bee32ff09ad2225d25c9d89c0c80101 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([RANK])
+dnl
+AT_BANNER([RANK])
 
 AT_SETUP([RANK simple case with defaults])
 AT_DATA([rank.sps], [dnl
index e7aa2f7ea9ba5303f16732bbb923d8684122a341..7461a45a033739431b5f6c77c7491a0836f6a27a 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([LINEAR REGRESSION])
+dnl
+AT_BANNER([LINEAR REGRESSION])
 
 AT_SETUP([LINEAR REGRESSION - basic])
 AT_DATA([regression.sps], [dnl
index 0d6ea8d2f3f0a1d7e42a6a0cfdf18ecfb3b16826..be203415813530a46c0f938cad56e36983296e95 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([RELIABILITY])
+dnl
+AT_BANNER([RELIABILITY])
 
 AT_SETUP([RELIABILITY])
 AT_DATA([reliability.sps], [dnl
index d3a146fdb27d32737fe19e7ddc6389cf167c70c2..34c5b0011fb04b3276144ba339ba26db21e019e7 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([ROC])
+dnl
+AT_BANNER([ROC])
 
 AT_SETUP([ROC, free distribution])
 AT_DATA([roc.sps], [dnl
index 2a79c8bda790d405089736e1cb2957f77ca70bb5..4f6492d964b932868f9517bad8505f36b5ffa057 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SORT CASES])
+dnl
+AT_BANNER([SORT CASES])
 
 m4_divert_push([PREPARE_TESTS])
 [sort_cases_gen_data () {
index 52e4ffc3440581b3da155501cc2c39607fd864bd..46492319cf04ccb623fe95a0829ec0727c1f23b1 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([T-TEST])
+dnl
+AT_BANNER([T-TEST])
 
 AT_SETUP([T-TEST /PAIRS])
 AT_DATA([t-test.sps], [dnl
index 26f4975dbe89fe29d77590898e0103f2fe13a3d2..bb0f208d9ad5b089d53602dbc978715c5a1e2e73 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([CACHE])
+dnl
+AT_BANNER([CACHE])
 
 AT_SETUP([CACHE])
 AT_DATA([cache.sps], [dnl
index e9fa032950b667f7a785dadbb18dffd30fb87ae2..c120bbd9ddceafb245e8c4f1c555a6ac1e1dd217 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([CD])
+dnl
+AT_BANNER([CD])
 
 AT_SETUP([CD])
 mkdir subdir
index 28f95a859edd8ae8eb39d6f568be0c50d837a482..2b5b9032d5091ffd5199e19a530357e289038ef4 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([USE])
+dnl
+AT_BANNER([USE])
 
 AT_SETUP([USE ALL])
 AT_DATA([use.sps], [dnl
index 0b120ebb3fe05be7d9e8b8a22e4aa999cdc42312..a7a24fbf1d3a515c39fbcfc2866a8221483cde4b 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([INSERT])
+dnl
+AT_BANNER([INSERT])
 
 dnl Create a file "batch.sps" that is valid syntax only in batch mode.
 m4_define([CREATE_BATCH_SPS], 
index 837c283e7f1abc3c53c26ee163077e443b80b938..a6610dab955ac04e68d78be3811dede13c72e48c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([PERMISSIONS])
+dnl
+AT_BANNER([PERMISSIONS])
 
 AT_SETUP([PERMISSIONS])
 AT_DATA([foobar], [Hello
index 3172ec39d34039ea1b0f249108af8a213465a516..059fdfbbc34a6f83a68639c97685be70de6cffed 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SET])
+dnl
+AT_BANNER([SET])
 
 # This crashed older versions of PSPP (bug #30682).
 AT_SETUP([SET FORMAT to invalid output format])
index bf815745ada4317ac80f9235d4a92a32926676e6..e934d59b5d9a93539f55f6af085abbc5379c9e37 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SHOW])
+dnl
+AT_BANNER([SHOW])
 
 AT_SETUP([SHOW N])
 
index d695350d3be1457e8d1be9d3a200f91925b322d5..bd8318ffb9d20495f04a7c8c3e08fdc34b25c4a7 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([TITLE and related commands])
+dnl
+AT_BANNER([TITLE and related commands])
 
 AT_SETUP([FILE LABEL and (ADD) DOCUMENT])
 AT_DATA([file-label.sps], [dnl
index 462293908e83040546091aabc5754daf18e83217..85e52caffd40edbf0f220ea587619cfb6efc3e15 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([COMPUTE transformation])
+dnl
+AT_BANNER([COMPUTE transformation])
 
 AT_SETUP([COMPUTE crash with SAVE])
 AT_DATA([compute.sps],
index 79ae15545587fb07c6f145c4d61fb2a893801577..d6a1f67d5bf82faa3254e7e23197d84b6975845f 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([COUNT])
+dnl
+AT_BANNER([COUNT])
 
 AT_SETUP([COUNT -- numeric data])
 AT_DATA([count.sps], [dnl
index 65228a9c7af1e462a8f0a428d4be1fe69e26943a..05f2ef64db57da4b03dd5908b510ecb9f52fae3b 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([RECODE transformation])
+dnl
+AT_BANNER([RECODE transformation])
 
 m4_define([RECODE_SAMPLE_DATA],
   [DATA LIST LIST NOTABLE/x (f1) s (a4) t (a10).
index 3e414c542e75317939099cb4aed6b2f168be5176..4024a922660f437702a560365c0f0effeacfb7dc 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SAMPLE])
+dnl
+AT_BANNER([SAMPLE])
 
 AT_SETUP([SAMPLE])
 AT_DATA([sample.sps], [dnl
index c2f8558edd469eafcfb37e8cb934d7e9ccb1d1b4..27dd9ab78fb801dd56eaa2884af8c3d807a59393 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([FILTER])
+dnl
+AT_BANNER([FILTER])
 
 AT_SETUP([FILTER])
 AT_DATA([filter.sps], [dnl
index 332cd4c82c2c82bc6fc46f1ce82b19c0ff041cb1..df4b34a8b2e6b730a0f5f320006f9c975f368db2 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Augmented binary tree (ABT) library])
+dnl
+AT_BANNER([Augmented binary tree (ABT) library])
 
 m4_define([CHECK_ABT],
   [AT_SETUP([ABT -- $1])
index c60e13985f5da1e6ff7a4d12188d96f5aa2f13cf..838364184bcec66730c934c9e4649758986b21d4 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Balanced tree (BT) library])
+dnl
+AT_BANNER([Balanced tree (BT) library])
 
 m4_define([CHECK_BT],
   [AT_SETUP([BT -- $1])
index 4e3de92826c6d4958526bc45eca758e738ef0124..1c7af5b70993a627525c069bab64d46dcabaad88 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([encoding guesser])
+dnl
+AT_BANNER([encoding guesser])
 
 AT_SETUP([ASCII])
 AT_KEYWORDS([encoding guesser])
index 7ca4645d4389de441a5f8a59f6defe11503afc80..c65a09bc19d14a52174979472b35cc7b88b061b5 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([floating point formats])
+dnl
+AT_BANNER([floating point formats])
 
 AT_SETUP([floating point format conversions])
 AT_DATA([float-format.txt], [dnl
index 01f603394ee4426984662877ae8728702ef62bb1..d9041a622a9a3528afba1af0fa245b2ad5f248c4 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Heap library])
+dnl
+AT_BANNER([Heap library])
 
 m4_define([CHECK_HEAP],
   [AT_SETUP([heap -- $1])
index a2bf2d03ade240adfb307335c164f38b65936539..e36d8d8a79bdab9b0cbb866d0763b9723d4c661f 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Hash map (hmap) library])
+dnl
+AT_BANNER([Hash map (hmap) library])
 
 m4_define([CHECK_HMAP],
   [AT_SETUP([hmap -- $1])
index 5375112e754a074c47dc4823d643375141e93b49..034963ff6dd3b03f97b439969ae346439385e3be 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Hash map of pointers (hmapx) library])
+dnl
+AT_BANNER([Hash map of pointers (hmapx) library])
 
 m4_define([CHECK_HMAPX],
   [AT_SETUP([hmapx -- $1])
index 2b175472523061b3820d408dcb5b2ca6b3d18aae..78b86fd7540213901328682979b225d4e24ac5b6 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([i18n recoding])
+dnl
+AT_BANNER([i18n recoding])
 
 # CHECK_I18N_RECODE([TITLE], [FROM-CODING], [TO-CODING],
 #                   [FROM-TEXT], [TO-TEXT])
index 84be1a700cee20c98e2339c9994d876c8990058e..30870d1feb276ad711dfd8da857682346fc4b227 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([line_reader])
+dnl
+AT_BANNER([line_reader])
 
 AT_SETUP([read ASCII])
 AT_KEYWORDS([line_reader])
index 91f83e9836af714a6567a19ad701221d5f2a8fcb..36c9f51b7ebd4475064245a98e683fcfb6ec82bc 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([doubly linked list (ll) library])
+dnl
+AT_BANNER([doubly linked list (ll) library])
 
 m4_define([CHECK_LL],
   [AT_SETUP([ll -- $1])
index b18ae7236f92d82421a1b9a28608e60c5f28e279..7b7507296fcb63d4fe485732e1e57610b9197a87 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([doubly linked list of pointers (llx) library])
+dnl
+AT_BANNER([doubly linked list of pointers (llx) library])
 
 m4_define([CHECK_LLX],
   [AT_SETUP([llx -- $1])
index db23e71020ca213248db1cc8fea1a566fad5408e..d31d08cf3cf11d878fd672c9e1893f5070ec1502 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([range map library])
+dnl
+AT_BANNER([range map library])
 
 m4_define([CHECK_RANGE_MAP],
   [AT_SETUP([range-map -- $1])
index a599e5c4861f5cb1bf10539ca5dd63d822167b29..cb29ae6d5a3bbeec91ef11a699f1921966f1c6de 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([range set library])
+dnl
+AT_BANNER([range set library])
 
 m4_define([CHECK_RANGE_SET],
   [AT_SETUP([range-set -- $1])
index 0a56270a819fd9a0b67ccaf6b0bf1cc7b39328b0..981b0ba8bf041953a5890a1ca57007de21fd7600 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([range tower library])
+dnl
+AT_BANNER([range tower library])
 
 m4_define([CHECK_RANGE_TOWER],
   [AT_SETUP([range-tower -- $1])
index c6e86d47f10920457339bb58a501459496fcaa18..83ff809fb7b12d5f3b4733699b05efed47330454 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([sparse array library])
+dnl
+AT_BANNER([sparse array library])
 
 m4_define([CHECK_SPARSE_ARRAY],
   [AT_SETUP([sparse array -- $1])
index a323e6b9615f712e251d35318e46ac5631dad957..76f0c3362d46a6fe5995132754cd1a14ae509c1a 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([sparse external arrays])
+dnl
+AT_BANNER([sparse external arrays])
 
 m4_divert_push([PREPARE_TESTS])
 [sparse_xarray_queue_limit () {
index cd76694620eca104c62a9fc849817e31d6722e2f..c132a94d58d0176c9f5480f05f346d544958e75c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([string library])
+dnl
+AT_BANNER([string library])
 
 AT_SETUP([26-adic string formatting])
 AT_CHECK([str-test format-26adic])
index 6b4713a4fcc1972235feec3c8b9cb40bf65afaad..5732ec75352f910a591b2c3e5cce83e2e8eefedb 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([string map library])
+dnl
+AT_BANNER([string map library])
 
 m4_define([CHECK_STRING_MAP],
   [AT_SETUP([string map -- $1])
index 3adfc7600289e3ae0adda2a1224b580d74a5a19a..ee22ccebc1ba1c040b92bb144c96692f09099af6 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([string set library])
+dnl
+AT_BANNER([string set library])
 
 m4_define([CHECK_STRING_SET],
   [AT_SETUP([string set -- $1])
index 250751399021626387d9d688879434a15237b32a..61a916dd2542cdc4d0371fd23880811bb231c10a 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([case-insensitive string map library])
+dnl
+AT_BANNER([case-insensitive string map library])
 
 m4_define([CHECK_STRINGI_MAP],
   [AT_SETUP([case-insensitive string map -- $1])
index 89fe67b6ff5061473022314121062e976b87f56d..16594c0be5a9e48f77c26e8edc644490def982b7 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([case-insensitive string set library])
+dnl
+AT_BANNER([case-insensitive string set library])
 
 m4_define([CHECK_STRINGI_SET],
   [AT_SETUP([case-insensitive string set -- $1])
index e30aa2a017a78e9040c4b88e4938422531e39caf..ae89b5b2c009da970ea472256c8decfcc9d5a4f6 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([tower library])
+dnl
+AT_BANNER([tower library])
 
 m4_define([CHECK_TOWER],
   [AT_SETUP([tower -- $1])
index b13eb9ba579147675d76605276274e85f3121425..9b1bafcd3928101ad3347cac821877170d4d2fe4 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([u8_istream])
+dnl
+AT_BANNER([u8_istream])
 
 AT_SETUP([read ASCII])
 AT_KEYWORDS([u8_istream])
index f1e9ff2353a2b014dac2d8171ee8dab52f839074..f8278412e5affae847d3ecba407901279704e08c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([zip])
+dnl
+AT_BANNER([zip])
 
 AT_SETUP([Basic zip - unzip test])
 AT_KEYWORDS([compression])
index 5b0b6d3e44e3a20b1548d1669a259d37ad51ebe8..143d2147753777bd5c3bf82d68c1adc76114cdc7 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Chart Geometry])
+dnl
+AT_BANNER([Chart Geometry])
 
 AT_SETUP([Chart Scale])
 AT_CHECK([../../math/chart-get-scale-test], [0], [ignore])
index 51a8d989da496bde63f806fce173b292cd439a56..5552f434bf7669f3cd63ef7e71afdfdbd2039507 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([calculating moments])
+dnl
+AT_BANNER([calculating moments])
 
 m4_define([MOMENTS_TESTCASES],
   [[[1 2 3 4], [W=4.000 M1=2.500 M2=1.667 M3=0.000 M4=-1.200]],
index 2958780855cda1136cbfb5d0d302a9c526dce6c4..677bee812067dbcd72e7a7d6eb8d0dfbca5778ba 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([random distributions])
+dnl
+AT_BANNER([random distributions])
 
 m4_divert_push([PREPARE_TESTS])
 [randist_compare () {
index bb43535487c6212dbc88e53615a97bcf408b3ed6..dfdd4b649721341422d376a542cc2b1b8b04f890 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([ASCII driver -- rendering corner cases])
+dnl
+AT_BANNER([ASCII driver -- rendering corner cases])
 
 AT_SETUP([ASCII driver overwriting single-width text])
 AT_KEYWORDS([render rendering])
index 4f86d82ff9f53f4d40185b5974e6159e70a60304..28d5ac672e53c481742c35001fc2fa1489f663d6 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([CHARTS Rudimentary run tests])
+dnl
+AT_BANNER([CHARTS Rudimentary run tests])
 
 dnl Check that the charts work
 dnl Currently, "work" means that the commands which
index 91eb44d4bae2eea8eaaae8db7964807f51876e06..973ba08433ec22e0d6987f6f9f634fadac7f555c 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([HTML driver])
+dnl
+AT_BANNER([HTML driver])
 
 AT_SETUP([HTML bug])
 
index af093c0ae1bd0c23017c3c94870209ec015bf371..bb97e011db8c00979531a6c56e9e0c3af5383621 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([output drivers])
+dnl
+AT_BANNER([output drivers])
 
 m4_define([OUTPUT_UNWRITABLE_DIR],
   [AT_SETUP([output $1 to unwritable directory])
index c3e3c880535ea547788df55af9dbec65c098c0ba..5b811c45552dcd2765db102d372de1ba885d6878 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([output -- paper sizes])
+dnl
+AT_BANNER([output -- paper sizes])
 
 AT_SETUP([letter default paper size])
 AT_DATA([paper-size.sps], [dnl
index c17b1276f9b9285f1e656babdf7bffe7fc4f4888..623d366c0cc1371e2a0ceb1d1ddbce5f26c44199 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([output -- tables])
+dnl
+AT_BANNER([output -- tables])
 
 AT_SETUP([OUTPUT precision])
 
index d0f8d73a648b9a2fd1c73d7af2fa39733f27fd33..c13a8b857a80bd4a31ea606b63a638b23984827e 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([Perl module tests])
+dnl
+AT_BANNER([Perl module tests])
 
 dnl This command can be used to run with the PSPP Perl module after it has been
 dnl built (with "make") but before it has been installed.  The -I options are
index 62b2d491add14f39d39f68eda6f666c51e004211..71dcb8857c9601d19a9ea6a4bba3ae6ee62e754a 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SYNTAX GENERATOR])
+dnl
+AT_BANNER([SYNTAX GENERATOR])
 
 AT_SETUP([Syntax Generation - printf like])
 
index 9b5a2c1afd897a1c7d5331559ec169f2569fead2..a67447e48ebdc6f7796bde016f9859e486d72c62 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([PSPP terminal UI])
+dnl
+AT_BANNER([PSPP terminal UI])
 
 AT_SETUP([nonexistent syntax file crash])
 AT_CHECK([pspp nonexistent], [1],