common/autoconf/autogen.sh

changeset 674
a09e9c9ca963
parent 664
15c1642967c9
child 783
92facce22941
     1.1 --- a/common/autoconf/autogen.sh	Tue Apr 09 09:45:48 2013 +0200
     1.2 +++ b/common/autoconf/autogen.sh	Tue Apr 09 13:05:22 2013 -0700
     1.3 @@ -43,8 +43,8 @@
     1.4  
     1.5  custom_hook=$custom_script_dir/custom-hook.m4
     1.6  
     1.7 -AUTOCONF=$(which autoconf 2> /dev/null);
     1.8 -AUTOCONF_267=$(which autoconf-2.67 2> /dev/null);
     1.9 +AUTOCONF="`which autoconf 2> /dev/null | grep -v '^no autoconf in'`"
    1.10 +AUTOCONF_267="`which autoconf-2.67 2> /dev/null | grep -v '^no autoconf-2.67 in'`"
    1.11  
    1.12  echo "Autoconf found: ${AUTOCONF}"
    1.13  echo "Autoconf-2.67 found: ${AUTOCONF_267}"

mercurial