Re: AC_EXEEXT

2001-05-15 Thread Tim Van Holder
On 16 May 2001 00:22:43 +0200, Ralf Corsepius wrote: > Until now this package's configure.in has been using AC_EXEEXT alone > (w/o AC_PROG_CC), now I seem to need adding AC_PROG_CC, but .. > .. Adding AC_CANONICAL_HOST would give sense, but this also > apparently isn't sufficient. This does seem

Re: 2.49e problems with gcc

2001-05-15 Thread Tim Van Holder
On 12 May 2001 15:47:10 +0200, Akim Demaille wrote: > > On a second thought, the right way to handle this depends upon the > nature of $1: is it always a literal, or can it be a shell variable? > If it's always a literal, then your first approach but using > translit([HAVE_DECL_$1], [a-z], [A-Z])

Re: 2.49e problems with gcc

2001-05-15 Thread Tim Van Holder
Sorry for the delay in replying; my home PC suffered a minor heat stroke and will be out of action for a while :-) On 12 May 2001 15:36:53 +0200, Akim Demaille wrote: > > "Tim" == Tim Van Holder <[EMAIL PROTECTED]> writes: > > Tim> The only call is > > Tim> gcc_AC_CHECK_PROG_VER(MAKEINFO,

´äÀåÀÔ´Ï´Ù

2001-05-15 Thread etxm8ff57
¿©·¯ºÐ¿¡°Ô °¡Àå ÇÊ¿äÇϰí À¯ÀÍÇÑ ÄÄÇ»ÅÍ °ü·ÃÇÁ·Î±×·¥À» ÆÄ°ÝÀûÀ¸·Î ½Ñ °¡°Ý¿¡ °ø±ÞÇÕ´Ï´Ù ÃֽŰÔÀÓ. À¯Æ¿°ü·ÃÇÁ·Î±×·¥. MP3. ºñµð¿À½Ãµð µîµî ¸ðµç ÇÁ·Î±×·¥À» ÆÇ¸ÅÇÕ´Ï´Ù. 5¿ù ÃֽŸ®½ºÆ®ÀÔ´Ï´Ù ¹°·Ð ½Å¿ë °ÆÁ¤À» ÀüÇô ½Å°æ¾²Áö ¸¶½Ê½Ã¿ä ¾ÐÃàÈ­ÀϼÓÀÇ ³»¿ëÀ» º¸½ÅÈÄ ÀüÈ­³ª ¸ÞÀÏ·Î ¿¬¶ôÁֽʽÿä ÀÌ ¸ÞÀÏÀ» º¸³½ ¾Æ

Re: Release candidate

2001-05-15 Thread Alexandre Oliva
On May 14, 2001, "Steve M. Robbins" <[EMAIL PROTECTED]> wrote: > Is it common to use a macro that expands to an lvalue? We've been using this to rename variables but keep them working for backward compatibility. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat

Re: AC_EXEEXT

2001-05-15 Thread Ralf Corsepius
Akim Demaille wrote: > > > "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: > > Ralf> Hi, > > Hi! > > Ralf> With autoconf-cvs AC_EXEEXT doesn't do anything anymore. I.e. > Ralf> configure-scripts which are using AC_EXEEXT, but do not > Ralf> explicitly call AC_PROG_CC, silently break w

Re: AC_EXEEXT

2001-05-15 Thread Akim Demaille
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes: Ralf> Hi, Hi! Ralf> With autoconf-cvs AC_EXEEXT doesn't do anything anymore. I.e. Ralf> configure-scripts which are using AC_EXEEXT, but do not Ralf> explicitly call AC_PROG_CC, silently break with autoconf-cvs Ralf> (@EXEEXT@ will not

AC_EXEEXT

2001-05-15 Thread Ralf Corsepius
Hi, With autoconf-cvs AC_EXEEXT doesn't do anything anymore. I.e. configure-scripts which are using AC_EXEEXT, but do not explicitly call AC_PROG_CC, silently break with autoconf-cvs (@EXEEXT@ will not be substituted). Can't autoconf at least warn about using AC_EXEEXT w/o AC_PROG_CC? Ralf

AM_CONFIG_HEADER problem

2001-05-15 Thread Lars J. Aas
$1 for AM_CONFIG_HEADER is just inserted into config.status verbatim without being flattened. You can write "pretty" lists for AC_CONFIG_FILES but not for AM_CONFIG_HEADER - some consistency would be nice. Lars J