Displaying 1 result from an estimated 1 matches for "am_suffix".
Did you mean:
  addsuffix
  
2004 Jul 19
0
Ogg Vorbis CVS (ok,
...M_NEEDED automake$AM_NEEDED ${AUTOMAKE}; do
($am --version < /dev/null > /dev/null 2>&1) || continue
ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP | $VERSIONMKINT`
verneeded=`echo $AM_NEEDED | $VERSIONMKINT`
if test $ver -ge $verneeded; then
AUTOMAKE=$am
echo $AUTOMAKE
+	AM_SUFFIX=${AUTOMAKE##automake}
break
fi
done
test -z $AUTOMAKE &&  echo "no"
echo -n "checking for aclocal $AM_NEEDED or later... "
-    for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED aclocal aclocal17; do
+    for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED aclocal$AM_SUFFIX ${AC...