]> git.ipfire.org Git - thirdparty/autoconf.git/commit
(AC_PREFIX_PROGRAM): Use macros of the AC_TR_ family.
authorMatthew D. Langston <langston@SLAC.Stanford.EDU>
Wed, 2 Jun 1999 15:15:11 +0000 (15:15 +0000)
committerMatthew D. Langston <langston@SLAC.Stanford.EDU>
Wed, 2 Jun 1999 15:15:11 +0000 (15:15 +0000)
commita59537d7f25b650b62c117e7c0b22b793a0c7a56
tree082d1993d1672761fefadc53a7426b394983cca4
parentee5a794a20aa72c45a78f81d2622aee80b3d1c50
(AC_PREFIX_PROGRAM): Use macros of the AC_TR_ family.
(AC_HAVE_LIBRARY): Likewise.
(AC_CHECK_FUNCS): Likewise.
(AC_CHECK_FILES): Likewise.
(AC_CHECK_SIZEOF): Likewise.
(AC_TR): New macro which performs transliteration by m4 when possible,
or by `tr' at configure time.
(AC_TR_UPCASE_NAME): New macro, transliteration 'a-z' to 'A-Z'.
(AC_TR_UPCASE_FILE): New macro, transliteration 'a-z./-' to 'A-Z___'.
(AC_TR_SH): New macro, transliteration to valid sh var name.
(_AC_SH_QUOTE): New macro which protects non protected backquotes
against shell expansion.
(AC_MSG_CHECKING): Use it.
(AC_CHECKING): Use it.
(AC_MSG_RESULT): Use it.
(AC_VERBOSE): Use it.
(AC_MSG_WARN): Use it.
(AC_MSG_ERROR): Use it.
(_AC_MESSAGE): New macro to report message at m4 time.
(AC_WARNING): New macro to report warnings at m4 runtime.
(AC_FATAL): New macro, to report fatal error at m4 runtime.
(AC_VAR_IF_INDIR): New macro.
(AC_VAR_SET): Likewise.
(AC_VAR_GET): Likewise.
acgeneral.m4
lib/autoconf/general.m4