Re: A Closer Look at GNU AutoTools

2014-09-13 Thread Ineiev
Hello, John! On Fri, Sep 12, 2014 at 10:43:40AM -0600, John Calcote wrote: > > I honestly don't get why you have a problem with this attitude in open > source software. ... > There are pros and cons to commercial software. The division "open source" vs "commercial" is wrong. you certainly know t

Re: Autoconf and a bare-metal host with no C library

2016-10-14 Thread Ineiev
Hello, On Thu, Oct 13, 2016 at 04:11:47AM +0200, Luca Saiu wrote: > > So the problem is simple: as soon as I add > > --8<---cut here---start->8--- > AC_PROG_CC > --8<---cut here---end--->8--- > > to configure.ac, the generated

different hosts in subprojects

2008-03-18 Thread Ineiev
I try to mount my project on Autoconf. it has very heterogeneous software parts, e.g. (1) fat POSIX host (typically HOST=BUILD=`config.guess') (2) ARM-based microcontroller without external memory (I am used to build tools with arm-elf- prefix) (3) little AVR appendices. (2) and (3) are written

Re: different hosts in subprojects

2008-03-18 Thread Ineiev
--- Bernd Jendrissek <[EMAIL PROTECTED]> wrote: [snip] > With some > shell / batch file magic I was able to get "./configure > --host=unknown" to generate a config.h for the DOS / TopSpeed C > environment, that I then renamed and kept as a precious artifact. > After another "./configure --host=`c

Re: Implementation of `AC_COMPUTE_INT'

2008-03-19 Thread Ineiev
d you please explain in more details or point to documentation on this? Regards, Ineiev ___ Rise to the challenge for Sport Relief with Yahoo! For Good http://uk.promotions.yahoo

Re: Implementation of `AC_COMPUTE_INT'

2008-03-20 Thread Ineiev
mple of such test. they never tell you may change the variable. is this really supported? I mean, doesn't this contradict the principles of how configure scripts should be designed? Or there is another manual documenting this? Regards, Ineiev _

Re: Implementation of `AC_COMPUTE_INT'

2008-03-22 Thread Ineiev
Eric Blake wrote: >Thanks for the suggestion. But it was not a suggestion at all. I am just curious about Autotools. >I would like to add attribution in THANKS; >would you prefer something longer than "Ineiev" I would prefer not to appear in THANKS for such a wee cont

Re: AC_CONFIG_COMMANDS expansion

2008-04-14 Thread Ineiev
ure': > >"version.h":C) echo version is "`awk '/MAJOR/ {major=""} END {printf > "%d\n", major}' module.h`" > version.h ;; Use quadrigraph @S|@, like this: AC_CONFIG_COMMANDS

Re: configure.ac, Makefile.am question

2008-08-25 Thread Ineiev
easons why the originator might want not to follow the GPL himself or herself or theirselves while licensing the program under the GPL. Correct me, please. Regards, Ineiev ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf