bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in --with-path-foo in inetutils-1.4.2


From: Milan Bobde
Subject: Bug in --with-path-foo in inetutils-1.4.2
Date: Wed, 24 Sep 2003 13:36:54 -0700 (PDT)

There seems to be an inconsistency in the configure script for inetutils-1.4.2.

./configure --help  says:
 --with-PATHVAR=PATH     Set the value of PATHVAR to PATH
                          PATHVAR is the name of a \`PATH_FOO' variable,
                          downcased, with \`_' changed to \`-'

i.e. if you want to set the path used to invoke cp to /bin/cp, you'd
use --with-path-cp=/bin/cp.  Sadly, this fails silently.  You have
to use --with-PATH-CP=/bin/cp.  If this is the intent, the --help
message needs changing.  But there's more to this bug!  Looking
into acinclude.m4, we found that it's still trying to convert 'foo'
in --with-foo to lowercase; see the lines

    iu_pathvar="`echo $iu_path  | sed y/${IU_UCASE}/${iu_lcase}/`"
    AC_MSG_CHECKING(for value of $iu_path)

However, IU_UCASE is not defined anywhere!  The ChangeLog says:

2002-04-21  Alfred M. Szmidt  <address@hidden>
        ...
        * acinclude.m4 (IU_UCASE, iu_lcase): Variables removed.

So -- either IU_UCASE needs to be reinstated, or the code 
needs to be changed to not refer to it, and the doc needs
to be changed to reflect the need for uppercase when setting paths.

Is there a bug tracking system this should be reported to?
Thanks,
Milan





=====
Milan Bobde
University of Southern California
1184 W, 30th Street, # 7, LA-CA 90007
http://www-scf.usc.edu/~bobde/
-------------------------------
"A lie gets halfway around the world before the truth has a chance to get its 
pants on."

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]