common/autoconf/autogen.sh

changeset 674
a09e9c9ca963
parent 664
15c1642967c9
child 783
92facce22941
equal deleted inserted replaced
673:2ef28c12d649 674:a09e9c9ca963
41 custom_script_dir=$CUSTOM_CONFIG_DIR 41 custom_script_dir=$CUSTOM_CONFIG_DIR
42 fi 42 fi
43 43
44 custom_hook=$custom_script_dir/custom-hook.m4 44 custom_hook=$custom_script_dir/custom-hook.m4
45 45
46 AUTOCONF=$(which autoconf 2> /dev/null); 46 AUTOCONF="`which autoconf 2> /dev/null | grep -v '^no autoconf in'`"
47 AUTOCONF_267=$(which autoconf-2.67 2> /dev/null); 47 AUTOCONF_267="`which autoconf-2.67 2> /dev/null | grep -v '^no autoconf-2.67 in'`"
48 48
49 echo "Autoconf found: ${AUTOCONF}" 49 echo "Autoconf found: ${AUTOCONF}"
50 echo "Autoconf-2.67 found: ${AUTOCONF_267}" 50 echo "Autoconf-2.67 found: ${AUTOCONF_267}"
51 51
52 if test "x${AUTOCONF}" = x; then 52 if test "x${AUTOCONF}" = x; then

mercurial