* lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the

arguments.
Actually, use AU_ALIAS.
From Bruno Haible.
This commit is contained in:
Akim Demaille 2003-09-26 09:11:23 +00:00
parent c8442aa6a7
commit 59d9e7a8c0
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2003-09-26 Akim Demaille <akim@epita.fr>
* lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
arguments.
Actually, use AU_ALIAS.
From Bruno Haible.
2003-09-26 Paul Eggert <eggert@twinsun.com>
* lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,

View File

@ -215,11 +215,8 @@ m4_define([AC_FOREACH],
# AU::AC_HELP_STRING(LHS, RHS, [COLUMN])
# ----------------------------------
AU_DEFUN([AC_HELP_STRING],
[AS_HELP_STRING([$@])dnl
])
# --------------------------------------
AU_ALIAS([AC_HELP_STRING], [AS_HELP_STRING])