mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
* acfunctions.m4: Formatting fixes.
* acgeneral.m4: Likewise. * aclang.m4: Likewise. * acspecific.m4: Likewise. * libm4.m4: Likewise.
This commit is contained in:
parent
53e7a1a55a
commit
c865483335
10
ChangeLog
10
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
|
||||
|
@ -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])
|
||||
|
10
acgeneral.m4
10
acgeneral.m4
@ -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>
|
||||
|
@ -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:
|
||||
|
@ -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],
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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])
|
||||
|
@ -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>
|
||||
|
@ -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:
|
||||
|
@ -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],
|
||||
|
4
libm4.m4
4
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user