[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Formatting fixes
From: |
Pavel Roskin |
Subject: |
Formatting fixes |
Date: |
Mon, 25 Sep 2000 14:08:12 -0400 (EDT) |
Hello!
Since I touched AC_SHELL_UNSET I couldn't ignore the fact that it was
named AC_SHELL_UNSETENV in the comment.
Also I decided to refresh my awk skills and scanned for comment separators
not matching the length of the above string :-)
ChangeLog:
* acfunctions.m4: Formatting fixes.
* acgeneral.m4: Likewise.
* aclang.m4: Likewise.
* acspecific.m4: Likewise.
* libm4.m4: Likewise.
Regards,
Pavel Roskin
_________________________________
Index: acfunctions.m4
--- acfunctions.m4 Mon Sep 18 08:29:44 2000
+++ acfunctions.m4 Mon Sep 25 13:50:44 2000
@@ -1266,7 +1266,7 @@
# AU::AM_FUNC_STRTOD
-# -------------------
+# ------------------
# FIXME: Because Automake macros are defined with their name unquoted,
# we can't yet provide the Autoupdate glue.
# AU_ALIAS([AM_FUNC_STRTOD], [AC_FUNC_STRTOD])
Index: acgeneral.m4
--- acgeneral.m4 Mon Sep 25 13:34:35 2000
+++ acgeneral.m4 Mon Sep 25 14:00:09 2000
@@ -799,8 +799,8 @@
])# _AC_SHELL_TMPDIR
-# AC_SHELL_UNSETENV(VAR, [VALUE-IF-UNSET-NOT-SUPPORTED = `'])
-# -----------------------------------------------------------
+# AC_SHELL_UNSET(VAR, [VALUE-IF-UNSET-NOT-SUPPORTED = `'])
+# --------------------------------------------------------
# Try to unset the env VAR, otherwise set it to
# VALUE-IF-UNSET-NOT-SUPPORTED. `ac_unset' must have been computed.
define([AC_SHELL_UNSET],
@@ -808,7 +808,7 @@
# AC_SHELL_MKDIR_P(PATH)
-# ------------------------
+# ----------------------
# Emulate `mkdir -p' with plain `mkdir'.
define([AC_SHELL_MKDIR_P],
[{ case $1 in
@@ -2059,7 +2059,7 @@
# AC_PLAIN_SCRIPT
-# ------------
+# ---------------
# Simulate AC_INIT, i.e., pretend this is the beginning of the `configure'
# generation. This is used by some tests, and let `autoconf' be used to
# generate other scripts than `configure'.
@@ -3339,7 +3339,7 @@
# AC_EGREP_HEADER(PATTERN, HEADER-FILE,
# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-# --------------------------------------------------------
+# ---------------------------------------------------------
AC_DEFUN([AC_EGREP_HEADER],
[AC_EGREP_CPP([$1],
[#include <$2>
Index: aclang.m4
--- aclang.m4 Thu Sep 14 08:41:08 2000
+++ aclang.m4 Mon Sep 25 14:01:33 2000
@@ -240,7 +240,7 @@
# AC_LANG_CONFTEST(BODY)
-# ---------------------
+# ----------------------
# Save the BODY in `conftest.$ac_ext'. Add a trailing new line.
define([AC_LANG_CONFTEST],
[cat >conftest.$ac_ext <<_ACEOF
@@ -1477,7 +1477,7 @@
# _AC_PROG_F77_V
-# ---------------
+# --------------
#
# Determine the flag that causes the Fortran 77 compiler to print
# information of library and object files (normally -v)
@@ -1621,7 +1621,7 @@
# _AC_F77_NAME_MANGLING
-# --------------------
+# ---------------------
# Test for the name mangling scheme used by the Fortran 77 compiler.
#
# Sets ac_cv_f77_mangling. The value contains three fields, separated by
commas:
Index: acspecific.m4
--- acspecific.m4 Fri Sep 22 14:26:16 2000
+++ acspecific.m4 Mon Sep 25 14:02:24 2000
@@ -1244,7 +1244,7 @@
# _AC_PATH_X_XMKMF
-# ---------------
+# ----------------
# Internal subroutine of AC_PATH_X.
# Set ac_x_includes and/or ac_x_libraries.
define([_AC_PATH_X_XMKMF],
@@ -1285,7 +1285,7 @@
# _AC_PATH_X_DIRECT
-# ----------------
+# -----------------
# Internal subroutine of AC_PATH_X.
# Set ac_x_includes and/or ac_x_libraries.
define([_AC_PATH_X_DIRECT],
Index: libm4.m4
--- libm4.m4 Wed Sep 20 08:46:23 2000
+++ libm4.m4 Mon Sep 25 14:03:19 2000
@@ -107,7 +107,7 @@
# m4_assert( EXPRESSION [, EXIT-STATUS = 1 ])
-# ------------------------------------------
+# -------------------------------------------
# This macro ensures that EXPRESSION evaluates to true, and exits if
# EXPRESSION evaluates to false.
define([m4_assert],
@@ -293,7 +293,7 @@
# m4_for(VARIABLE, FIRST, LAST, [STEP = +/-1], EXPRESSION)
-# --------------------------------------
+# --------------------------------------------------------
# Expand EXPRESSION defining VARIABLE to FROM, FROM + 1, ..., TO.
# Both limits are included.
_________________________________
- Formatting fixes,
Pavel Roskin <=