]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acfunctions.m4: Formatting fixes.
authorPavel Roskin <proski@gnu.org>
Thu, 28 Sep 2000 14:26:50 +0000 (14:26 +0000)
committerPavel Roskin <proski@gnu.org>
Thu, 28 Sep 2000 14:26:50 +0000 (14:26 +0000)
* acgeneral.m4: Likewise.
* aclang.m4: Likewise.
* acspecific.m4: Likewise.
* libm4.m4: Likewise.

12 files changed:
ChangeLog
acfunctions.m4
acgeneral.m4
aclang.m4
acspecific.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/lang.m4
lib/autoconf/specific.m4
libm4.m4

index 6b2fd777994fe34cd0bdef27f348d0af393b5a04..9f4e6a998b8e19c14d66a7970ee84a6b0d2f919a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-09-28  Pavel Roskin  <proski@gnu.org>
+
+       * acfunctions.m4: Formatting fixes.
+       * acgeneral.m4: Likewise.
+       * aclang.m4: Likewise.
+       * acspecific.m4: Likewise.
+       * libm4.m4: Likewise.
+
 2000-09-27  Pavel Roskin  <proski@gnu.org>
 
        * acgeneral.m4 (AC_CHECK_PROG): Added protection against spaces
@@ -41,7 +49,7 @@
 2000-09-25  Pavel Roskin  <proski@gnu.org>
 
        * autoheader.sh: Don't check status of variable assignments -
-       it's undefined in ash 0.2.
+       it's undefined in ash 0.2.
        * autoreconf.sh: Likewise.
        * autoupdate.sh: Likewise.
        * autoconf.sh: Likewise. Also eliminated command substitution
index 6a14e387c031ef88471b307b7fb268486c148f97..02362ae6233789aa4065165b48ae3347801c9b38 100644 (file)
@@ -1266,7 +1266,7 @@ fi
 
 
 # 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 742b31ef66c3d10b8a3cea84cf5f11774e468f3d..0691c4f5da95cbb243c293d1143fa1375380c817 100644 (file)
@@ -799,8 +799,8 @@ $debug ||
 ])# _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 @@ define([AC_SHELL_UNSET],
 
 
 # AC_SHELL_MKDIR_P(PATH)
-# ------------------------
+# ----------------------
 # Emulate `mkdir -p' with plain `mkdir'.
 define([AC_SHELL_MKDIR_P],
 [{ case $1 in
@@ -2059,7 +2059,7 @@ ifval([$2], , [ifval([$1], [AC_CONFIG_SRCDIR([$1])])])dnl
 
 
 # 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'.
@@ -3337,7 +3337,7 @@ rm -f conftest*
 
 # 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 9434ccc5e25e983f4bd3cb68aa565dc6133a1505..6e291280956f86a6847a4b4e214b116eb62f9479 100644 (file)
--- a/aclang.m4
+++ b/aclang.m4
@@ -240,7 +240,7 @@ AU_DEFUN([AC_LANG_FORTRAN77], [AC_LANG(Fortran 77)])
 
 
 # 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 @@ fi[]dnl
 
 
 # _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_SUBST(FLIBS)
 
 
 # _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 1c93e85316fc7ebdb9226fcd12e1ac3abdce8ece..c9c31c0d47bbd87a681f8859a098bbc2a7ca5e30 100644 (file)
@@ -1244,7 +1244,7 @@ fi
 
 
 # _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 @@ fi
 
 
 # _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 9434ccc5e25e983f4bd3cb68aa565dc6133a1505..6e291280956f86a6847a4b4e214b116eb62f9479 100644 (file)
@@ -240,7 +240,7 @@ AU_DEFUN([AC_LANG_FORTRAN77], [AC_LANG(Fortran 77)])
 
 
 # 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 @@ fi[]dnl
 
 
 # _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_SUBST(FLIBS)
 
 
 # _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 9434ccc5e25e983f4bd3cb68aa565dc6133a1505..6e291280956f86a6847a4b4e214b116eb62f9479 100644 (file)
@@ -240,7 +240,7 @@ AU_DEFUN([AC_LANG_FORTRAN77], [AC_LANG(Fortran 77)])
 
 
 # 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 @@ fi[]dnl
 
 
 # _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_SUBST(FLIBS)
 
 
 # _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 6a14e387c031ef88471b307b7fb268486c148f97..02362ae6233789aa4065165b48ae3347801c9b38 100644 (file)
@@ -1266,7 +1266,7 @@ fi
 
 
 # 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 742b31ef66c3d10b8a3cea84cf5f11774e468f3d..0691c4f5da95cbb243c293d1143fa1375380c817 100644 (file)
@@ -799,8 +799,8 @@ $debug ||
 ])# _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 @@ define([AC_SHELL_UNSET],
 
 
 # AC_SHELL_MKDIR_P(PATH)
-# ------------------------
+# ----------------------
 # Emulate `mkdir -p' with plain `mkdir'.
 define([AC_SHELL_MKDIR_P],
 [{ case $1 in
@@ -2059,7 +2059,7 @@ ifval([$2], , [ifval([$1], [AC_CONFIG_SRCDIR([$1])])])dnl
 
 
 # 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'.
@@ -3337,7 +3337,7 @@ rm -f conftest*
 
 # 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 9434ccc5e25e983f4bd3cb68aa565dc6133a1505..6e291280956f86a6847a4b4e214b116eb62f9479 100644 (file)
@@ -240,7 +240,7 @@ AU_DEFUN([AC_LANG_FORTRAN77], [AC_LANG(Fortran 77)])
 
 
 # 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 @@ fi[]dnl
 
 
 # _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_SUBST(FLIBS)
 
 
 # _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 1c93e85316fc7ebdb9226fcd12e1ac3abdce8ece..c9c31c0d47bbd87a681f8859a098bbc2a7ca5e30 100644 (file)
@@ -1244,7 +1244,7 @@ fi
 
 
 # _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 @@ fi
 
 
 # _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 1a46c28b3936dccbb03d693fe1bfcb7bdad8fbd0..8b6d3188813829c2bd23fee79be09c90ba77fd34 100644 (file)
--- a/libm4.m4
+++ b/libm4.m4
@@ -107,7 +107,7 @@ m4exit(ifelse([$2],, 1, [$2]))])
 
 
 # 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 @@ define([m4_do],
 
 
 # m4_for(VARIABLE, FIRST, LAST, [STEP = +/-1], EXPRESSION)
-# --------------------------------------
+# --------------------------------------------------------
 # Expand EXPRESSION defining VARIABLE to FROM, FROM + 1, ..., TO.
 # Both limits are included.