[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Simplify _AC_PROG_CC_G
From: |
Akim Demaille |
Subject: |
Re: [PATCH] Simplify _AC_PROG_CC_G |
Date: |
18 Oct 2000 15:43:03 +0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
>>>>> "Morten" == Morten Eriksen <address@hidden> writes:
Morten> Note also that the patch introduces a change of semantics;
Morten> _AC_COMPILE_IFELSE tests for the compiler exit code and the
Morten> presence of an object file after compilation, while the old
Morten> code checked only if the compiler had any output on stderr
Morten> when compiling with "-g". This seems rather bogus to me, but
Morten> if anyone know a good reason for this please speak up. :^}
There was one of those famous Autoconf debates about it. Alexandre
will know better than I do.
This is a big problem with *ourselves*: we should put even more
comments. In fact, you should look in the archives of autoconf@, IIRC
this issue was raised not so long ago, and Pavel (IIRC), suggested
that we'd better generate with -o and with -g -o, and compare the
sizes to decide if we keep -g or not.