On Wed, Jun 28, 2000 at 06:48:24PM +0200, Akim Demaille wrote:
: | Since I don't actually use CVS autoconf anywhere (because of it's
: | incompatibilities with automake)
:
: What do you mean?
We use a patched automake-1.4a (2000-05-31), and we use it with a
patched autoconf-2.14.1 (2000-01-13). We've tried upgrading autoconf
before but I believe there was a lot of mess with the AC_*/AM_* macros
we configure automake and libtool with in configure.in so we gave up.
Problem may be resolved now, though.
: I approve this patch, but I will rewrite the while into a for.
: I'll write a test too.
Sure, rewrite anything you want - I just want the basic functionality.
What kind of test are you talking about, BTW?
: | +[_ac_save_ifs=$IFS
:
: For shell vars we don't _ac_.... The user is really not expected to
: touch any ac_... variable (but ac_cv_..., which is a known bug :).
OK, I'll remember that for my next patch.
Lars J