Ralf Wildenhues wrote:
* Chris Pickett wrote on Wed, Apr 05, 2006 at 07:28:23AM CEST:
For example, I didn't know AC_PROG_CC set "-g -O2", even
though I had been using it for a while.
Quoting info Autoconf "C Compiler":
| If using the GNU C compiler, set shell variable `GCC' to `yes'.
| If
Please accept my apologies if you feel I'm beating a dead horse.
* Chris Pickett wrote on Wed, Apr 05, 2006 at 09:03:28AM CEST:
> Ralf Wildenhues wrote:
> >* Chris Pickett wrote on Wed, Apr 05, 2006 at 07:28:23AM CEST:
> >
> >>For example, I didn't know AC_PROG_CC set "-g -O2", even
> >>though I
Hi John,
* John L. Ries wrote on Wed, Apr 05, 2006 at 01:51:06AM CEST:
> The Autoconf in question was built on a DEC 3000/600 under Tru64 UNIX 5.0
> with GNU m4 1.4, Perl v5.8.6, and gawk 3.0.4. Please let me know if you
> need further information.
Well, it would be great if you could redo tes
Hi,
When writing test suites in testsuite.at for autotesting I would like to
know how to access the test file names.
Do we need to give absolute file names for input test files? If so,
migrating to another development enviornment would result test case
failures.
And what is the recommened way to
Hi Randima,
* Randima wrote on Thu, Apr 06, 2006 at 05:13:43AM CEST:
>
> When writing test suites in testsuite.at for autotesting I would like to
> know how to access the test file names.
> Do we need to give absolute file names for input test files? If so,
> migrating to another development env