]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/suite.at: Move "-*- Autoconf -*-" to the second line.
authorPavel Roskin <proski@gnu.org>
Fri, 27 Oct 2000 14:43:44 +0000 (14:43 +0000)
committerPavel Roskin <proski@gnu.org>
Fri, 27 Oct 2000 14:43:44 +0000 (14:43 +0000)
ChangeLog
tests/suite.at

index 8528657f2a86faf3aebcada0d1d7034dd340cbd1..5411f57ebf660dc6adeaef9574e0e3660b8e3a24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 822900edd79ef7006a6730a4745c518689a08025..75c9c3e1b1201ab6a766bc216084782837f89f49 100644 (file)
@@ -1,4 +1,5 @@
-#! /bin/sh                                             -*- Autoconf -*-
+#! /bin/sh
+# -*- Autoconf -*-
 # Validation suite for Autoconf
 # Copyright 2000 Free Software Foundation, Inc.