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 = no; then

while it really should look more like

 if test "x$ac_cv_prog_gcc_traditional" = "xno"; then

this occurs 2 times (once with "no", once with "yes")

mf.adr
IOhannes




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages autoconf depends on:
ii  debianutils                   2.17       Miscellaneous utilities specific t
ii  m4                            1.4.4-1    a macro processing language
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 

Versions of packages autoconf recommends:
ii  automake1.8 [automaken]   1.8.5+nogfdl-1 A tool for generating GNU Standard
ii  automake1.9 [automaken]   1.9.6+nogfdl-2 A tool for generating GNU Standard

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to