bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] Bug in --with-path-foo in inetutils-1.4.2


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] Bug in --with-path-foo in inetutils-1.4.2
Date: Mon, 29 Sep 2003 12:06:42 +0200 (MEST)

   ./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.

I've committed the following change.

2003-09-28  Alfred M. Szmidt  <address@hidden>

        * acinclude.m4 (IU_CONFIG_PATHS): New variables `IU_UCASE' and
        `iu_lcase'.

Index: acinclude.m4
--- acinclude.m4
+++ acinclude.m4
@@ -272,6 +272,10 @@
                           downcased, with \`_' changed to \`-'
   --without-PATHVAR       Never define PATHVAR by any method])dnl
 
+  # For case-conversion with sed
+  IU_UCASE=ABCDEFGHIJKLMNOPQRSTUVWXYZ
+  iu_lcase=abcdefghijklmnopqrstuvwxyz
+
   iu_cache_file="/tmp/,iu-path-cache.$$"
   iu_tmp_file="/tmp/,iu-tmp.$$"
   ac_clean_files="$ac_clean_files $iu_cache_file $iu_tmp_file"




reply via email to

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