summaryrefslogtreecommitdiff
path: root/tests/fortran.at
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-08-22 08:51:53 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-08-22 08:51:53 +0200
commite25b72286f1f3927e467a573b8bc0e48255737da (patch)
treeb07c0ee81a14091b4e3c2019a6f63358f289ec3d /tests/fortran.at
parent550a9fa1e1f12b297730bf6db132fc4818686a33 (diff)
downloadautoconf-e25b72286f1f3927e467a573b8bc0e48255737da.tar.gz
Format warning and error messages to match GCS.
* lib/autoconf/general.m4 (_AC_INIT_DIRCHECK) (_AC_INIT_PARSE_ARGS, _AC_CACHE_DUMP): Start warning and error messages with a lowercase letter, end them without punctuation. * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Likewise. * lib/autoconf/libs.m4 (AC_PATH_X): Likewise. * lib/autoconf/status.m4 (AC_OUTPUT, _AC_OUTPUT_MAIN_LOOP): Likewise. * tests/fortran.at (GNU Fortran): Likewise. * tests/torture.at (Deep Package): Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'tests/fortran.at')
-rw-r--r--tests/fortran.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fortran.at b/tests/fortran.at
index 807724dd..e8faf94f 100644
--- a/tests/fortran.at
+++ b/tests/fortran.at
@@ -2,7 +2,7 @@
AT_BANNER([Fortran low level compiling/preprocessing macros.])
-# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003, 2008 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -71,7 +71,7 @@ AC_FC_FREEFORM([],
if test "$ac_compiler_gnu" = yes; then
case $FCFLAGS in
*-ffree-form*) ;;
- *) AC_MSG_ERROR([failed to recognize GNU Fortran's -ffree-form option.]);;
+ *) AC_MSG_ERROR([failed to recognize GNU Fortran's -ffree-form option]);;
esac
fi
]])