* acgeneral.m4: Likewise.
* aclang.m4: Likewise.
* acspecific.m4: Likewise.
* libm4.m4: Likewise.
+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
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
# 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])
])# _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],
# AC_SHELL_MKDIR_P(PATH)
-# ------------------------
+# ----------------------
# Emulate `mkdir -p' with plain `mkdir'.
define([AC_SHELL_MKDIR_P],
[{ case $1 in
# 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'.
# AC_EGREP_HEADER(PATTERN, HEADER-FILE,
# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-# --------------------------------------------------------
+# ---------------------------------------------------------
AC_DEFUN([AC_EGREP_HEADER],
[AC_EGREP_CPP([$1],
[#include <$2>
# 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
# _AC_PROG_F77_V
-# ---------------
+# --------------
#
# Determine the flag that causes the Fortran 77 compiler to print
# information of library and object files (normally -v)
# _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:
# _AC_PATH_X_XMKMF
-# ---------------
+# ----------------
# Internal subroutine of AC_PATH_X.
# Set ac_x_includes and/or ac_x_libraries.
define([_AC_PATH_X_XMKMF],
# _AC_PATH_X_DIRECT
-# ----------------
+# -----------------
# Internal subroutine of AC_PATH_X.
# Set ac_x_includes and/or ac_x_libraries.
define([_AC_PATH_X_DIRECT],
# 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
# _AC_PROG_F77_V
-# ---------------
+# --------------
#
# Determine the flag that causes the Fortran 77 compiler to print
# information of library and object files (normally -v)
# _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:
# 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
# _AC_PROG_F77_V
-# ---------------
+# --------------
#
# Determine the flag that causes the Fortran 77 compiler to print
# information of library and object files (normally -v)
# _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:
# 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])
])# _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],
# AC_SHELL_MKDIR_P(PATH)
-# ------------------------
+# ----------------------
# Emulate `mkdir -p' with plain `mkdir'.
define([AC_SHELL_MKDIR_P],
[{ case $1 in
# 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'.
# AC_EGREP_HEADER(PATTERN, HEADER-FILE,
# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-# --------------------------------------------------------
+# ---------------------------------------------------------
AC_DEFUN([AC_EGREP_HEADER],
[AC_EGREP_CPP([$1],
[#include <$2>
# 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
# _AC_PROG_F77_V
-# ---------------
+# --------------
#
# Determine the flag that causes the Fortran 77 compiler to print
# information of library and object files (normally -v)
# _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:
# _AC_PATH_X_XMKMF
-# ---------------
+# ----------------
# Internal subroutine of AC_PATH_X.
# Set ac_x_includes and/or ac_x_libraries.
define([_AC_PATH_X_XMKMF],
# _AC_PATH_X_DIRECT
-# ----------------
+# -----------------
# Internal subroutine of AC_PATH_X.
# Set ac_x_includes and/or ac_x_libraries.
define([_AC_PATH_X_DIRECT],
# m4_assert( EXPRESSION [, EXIT-STATUS = 1 ])
-# ------------------------------------------
+# -------------------------------------------
# This macro ensures that EXPRESSION evaluates to true, and exits if
# EXPRESSION evaluates to false.
define([m4_assert],
# m4_for(VARIABLE, FIRST, LAST, [STEP = +/-1], EXPRESSION)
-# --------------------------------------
+# --------------------------------------------------------
# Expand EXPRESSION defining VARIABLE to FROM, FROM + 1, ..., TO.
# Both limits are included.