On Aug  9, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:

> I think this definitely means Autoconf 2.50 must not obsolete the
> symbols from Automake until an Automake with quoted macro names is
> released.  This problem is a good means to have Mike shot in Joe's
> foot.

I have an idea.  We could create AC_DEFUN_HOOK, so that we could use
it like this:

AC_DEFUN_HOOK([AM_OLD_NAME],[AC_ALIAS([AM_OLD_NAME],[AC_NEW_NAME])])

AC_DEFUN would then run
ifdef([AC_DEFUN_HOOK($1)],[indir([AC_DEFUN_HOOK($1)])]) after defining
$1.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to