* tests/suite.at: Move "-*- Autoconf -*-" to the second line.

This commit is contained in:
Pavel Roskin 2000-10-27 14:43:44 +00:00
parent 7eadb5fda3
commit 6cb5583f10
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2000-10-27 Pavel Roskin <proski@gnu.org>
* tests/suite.at: Move "-*- Autoconf -*-" to the second line.
2000-10-27 Akim Demaille <akim@epita.fr>
Use AC_MSG_ERROR in the test suite, not just `exit'.
@ -19,9 +23,9 @@
without separators.
* autoheader.sh: Likewise.
* autoreconf.sh: Likewise. Recognize abbreviations for
"--autoconf-dir" and "--m4dir"
"--autoconf-dir" and "--m4dir".
* autoupdate.sh: Likewise. Recognize abbreviations for
"--autoconf-dir"
"--autoconf-dir".
2000-10-26 Pavel Roskin <proski@gnu.org>

View File

@ -1,4 +1,5 @@
#! /bin/sh -*- Autoconf -*-
#! /bin/sh
# -*- Autoconf -*-
# Validation suite for Autoconf
# Copyright 2000 Free Software Foundation, Inc.