bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release 2.51 now?


From: Lars J. Aas
Subject: Re: Release 2.51 now?
Date: Tue, 17 Jul 2001 18:38:30 +0200
User-agent: Mutt/1.2.5i

On Tue, Jul 17, 2001 at 01:50:23PM +0200, Akim Demaille wrote:
: 
: | : s/AC_TR_CPP/AS_TR_CPP/g
: | 
: | Ah...
: | 
: | Any way to stay compatible with 2.50 and 2.50c until 2.51 is released?
: 
: ifndef([AS_TR_CPP], [define([AS_TR_CPP], defn([AC_TR_CPP]))])

BTW, this didn't work right off the bat, so I did this instead:

AC_DEFUN([SIM_AS_TR_CPP],
[m4_ifdef([AS_TR_CPP],[AS_TR_CPP([$1])],[AC_TR_CPP([$1])])])

  Lars J



reply via email to

[Prev in Thread] Current Thread [Next in Thread]