Title: HelloTel
I've been using the corbaconf macros at http://corbaconf.kiev.ua/
They look potentially very useful, and I've already gotten some
benefit from them.
However...
It seems wrong that they update universal variables like LIBS.
This gets in the way of non-corba programs in the same package.
It also se
> "Per" == Per Bothner <[EMAIL PROTECTED]> writes:
Per> Anyway, I don't pretend to understand the code in aclocal.m4,
Per> but it certainly *looks* wrong to set dirpart to "", considering
Per> the mkdir "$dirpart/$DEPDIR" just below.
I agree. Thanks for the patch. I'm checking it in.
FYI t
Title: HelloTel
It's regularly reported to the GCC list that libstdc++'s configure
script takes several hours to execute on certain proprietary Unixes,
such as alpha-dec-osf4*. This is due to a bug in the shell. Some
versions of the Bourne shell implement here documents by writing the
text to a file in /tmp. T