test

2000-11-19 Thread portfolio_builder
THE DOUBLER - NEW BUY OPINION: European American Resources, Inc. Symbol: EPAR (OTCBB) Recent Price - $.375 52 Week Range - $.21875 - $1.6875 Estimated Float - 5.9 Million Shares Outstanding - 16.2 Million Shares Gold mining stocks have been a neglected group during this great Bull Market.

getopt question

2000-11-19 Thread Matthew R. MacIntyre
Hello, I've been searching for an answer to this all afternoon and haven't been able to find anything useful, so I am hoping someone on this list can help me. In a package I'm contributing to, we're looking for a way to include GNU getopt in the sources if the build system does not have it inst

Re: documentation

2000-11-19 Thread Tom Tromey
> "Benoit" == benoit LOOF <[EMAIL PROTECTED]> writes: Benoit> I'd lihe to know if there any gurther documentation about automake. Benoit> I've looked at www.gnu.org/software/automake. Is there any other Benoit> location ? Last time I looked, this site is out of date. This is the source of a

Re: Compiler Flags

2000-11-19 Thread Tom Tromey
> "Simon" == Simon Richter <[EMAIL PROTECTED]> >writes: >> On Fri, 17 Nov 2000, Tim Heath wrote: >> How do I add compiler flags? What AM is necessary to accomplish that? Simon> Make your configure.in add them to $CFLAGS, before AC_PROG_CC Simon> (to make sure the compiler actually accepts

Re: defining recursive targets

2000-11-19 Thread Tom Tromey
> "Derek" == Derek R Price <[EMAIL PROTECTED]> writes: Derek> is there some easy (i.e. not involving hacking) way to define a Derek> new recursive target? Nope, but that would be a nice addition. Tom

Re: automake make check error (and more, really)

2000-11-19 Thread Tom Tromey
> "Melissa" == Brown, Melissa <[EMAIL PROTECTED]> writes: Melissa> Here's the error I get when doing the make check on Melissa> automake-1.4: Melissa> . Melissa> . Melissa> . Melissa> PASS: yaccpp.test Melissa> = Melissa> 2 of 194 tests failed Melissa>

Re: Attempting to unit test

2000-11-19 Thread Tom Tromey
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: >> check_PROGRAMS = test_program >> test_program_SOURCES = test.C Pavel> You have discovered a bug in Automake. It still exists in the Pavel> current CVS version. Pavel> Don't start lines in Makefile.am with spaces. Automake will not

Re: spurious output for dependency checking

2000-11-19 Thread Tom Tromey
> "Paul" == Paul Martinolich <[EMAIL PROTECTED]> writes: Paul> Using the CVS version of automake, I am getting spurious output Paul> from the dependency checking /usr/local/share/aclocal/depend.m4 Paul> line 50. Thanks for the report and the patch. I'm going to check it in. Tom

Re: libraries built from subdirectories

2000-11-19 Thread Tom Tromey
> "Marc" == User Marc van Woerkom <[EMAIL PROTECTED]> writes: Marc> I have a question regarding automake 1.4/1.4a: Marc> Is it possible to build a single library from source files Marc> that reside in a couple of subdirectories beneath? This is possible with the cvs automake. Tom