URI: 
       tThe "using" message is now suppressed if no arguments are passed to configure. - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 1544d1901757b9627c9b17e3eca45a6b12413b26
   DIR parent fa48a05391aa49c10c249b25af1e1bed2f900007
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Sat, 20 Apr 2002 17:52:05 +0000
       
       The "using" message is now suppressed if no arguments are passed to configure.
       
       
       Diffstat:
         M autogen.sh                          |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/autogen.sh b/autogen.sh
       t@@ -153,7 +153,9 @@ echo "+ removing config.cache ... "
        rm -f config.cache
        
        echo "+ running configure ... "
       -echo "using: $@"
       +if test -n "$*"; then
       +  echo "using: $@"
       +fi
        echo
        
        ./configure "$@" || {