Re: Extensions to M4sh

2022-05-04 Thread Per Bothner
t;release"? I'm more likely to build from a git clone. And I believe best practice is to not include autotools-generated scripts in the repository, but instead add 'autoreconfig -i' as an initial first step. -- --Per Bothner p...@bothner.com http://per.bothner.com/

Re: Making Autoconf 2.70 happen in the near future

2020-03-09 Thread Per Bothner
Windows with WSL (i.e. Ubuntu) and Mac with HomeBrew fairly easily. I can probably test plain Windows (without WSL), but I know less about which compilers to install etc, so that would probably be more work, though I need to deal with plain Windows at some point for other reasons. -- --Per

no way to conditionally check for a C compiler?

2014-01-19 Thread Per Bothner
m tests conditionally: depend conditionally on their output!" doesn't apply when the tests conditionally abort ... -- --Per Bothner p...@bothner.com http://per.bothner.com/ ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: libtool and gcj

2002-03-01 Thread Per Bothner
Akim Demaille wrote: >>>>>>"Per" == Per Bothner <[EMAIL PROTECTED]> writes: > Per> Unfortuntely, autoconf 2.52 does not define 'Java' as a language. > Per> But that can probably be worked around. > > Autoconf 2.52+ would be most ha

apparent bug in aclocal.m4

2002-02-22 Thread Per Bothner
ertainly *looks* wrong to set dirpart to "", considering the mkdir "$dirpart/$DEPDIR" just below. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/ Index: aclocal.m4 === RCS file: /cvsroot/aut

Re: rfc: new libgcc build mechanism

2000-05-08 Thread Per Bothner
l have plenty of options: (a) Stick to an old (legacy) verison of gcc, which I suspect is what most legacy users are going to do. (b) Install bash on the machine they use to compile gcc. (c) Cross-compile gcc on some other system. People who are using 4.3BSD *and* want to install a new gcc compil