Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-10-12 Thread Ralf Wildenhues
* Paul Eggert wrote on Thu, Oct 12, 2006 at 09:45:56AM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > Autoconf folks: OK to apply? Alternatively, [...] > > For now I'd rather that you just apply the patch you sent; thanks. Done. Thanks! Ralf -- To UNSUBSCRIBE, email to [EMAIL PRO

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-10-12 Thread IOhannes m zmoelnig
hi Ralf Wildenhues wrote: after that it was simple to find the real source of troubles: i use autoconf/configure to configure a c++-application, so i only use AC_PROG_CXX (and not AC_PROG_CC !) before calling AC_PROG_GCC_TRADITIONAL (which i do for historical reasons...) Well, then you can

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-10-12 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Autoconf folks: OK to apply? Alternatively, how about if we just tag > the macro with a AC_DIAGNOSE([obsolete], ...)? For now I'd rather that you just apply the patch you sent; thanks. I'd like to defer to later the issue of actually issuing diagnost

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-10-12 Thread Ralf Wildenhues
[ apologies for the resend ] [ this is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389558 ] Hello, * IOhannes m zmoelnig wrote on Wed, Sep 27, 2006 at 12:14:01PM CEST: > Ralf Wildenhues wrote: > > >Could you show the package, configure invocation and output where you > >are experiencing thi

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-10-11 Thread Ralf Wildenhues
[ this is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389558 ] Hello, * IOhannes m zmoelnig wrote on Wed, Sep 27, 2006 at 12:14:01PM CEST: > Ralf Wildenhues wrote: > > >Could you show the package, configure invocation and output where you > >are experiencing this with, so we can decide whic

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-09-27 Thread IOhannes m zmoelnig
Ralf Wildenhues wrote: Could you show the package, configure invocation and output where you are experiencing this with, so we can decide which of the above is the case? hi Ralf. i just noticed that the actual line throwing the error is: if test $ac_cv_c_compiler_gnu = yes; then after that

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-09-26 Thread IOhannes m zmoelnig
Package: autoconf Version: 2.60a-3 Severity: normal AC_PROG_GCC_TRADITIONAL tests if $ac_cv_prog_gcc_traditional is set to "yes" or "no"; if ac_cv_prog_gcc_traditional is not set, then the comparision yields an error. the (expanded) shell code looks like: if test $ac_cv_prog_gcc_traditional = n

Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-09-26 Thread Ralf Wildenhues
Hello IOhannes, Thanks for the report. * IOhannes m zmoelnig wrote on Tue, Sep 26, 2006 at 02:22:07PM CEST: > Package: autoconf > Version: 2.60a-3 > Severity: normal > > AC_PROG_GCC_TRADITIONAL tests if $ac_cv_prog_gcc_traditional is set to > "yes" or "no"; if ac_cv_prog_gcc_traditional is not s