[Vorbis-dev] new release monday

Sebastian Pipping webmaster at hartwork.org
Sat May 3 09:47:43 PDT 2008


I stumbled upon an oddity in autogen.sh:
The current for loop favors old aclocal versions
before new ones:

   for am in automake-$AM_NEEDED automake$AM_NEEDED \
     automake automake-1.7 automake-1.8 automake-1.9 \
     automake-1.10; do

My Cygwin has aclocal-1.10 installed but aclocal-1.6
is chosen. Shouln't it be something like

   for am in automake-1.10 automake-1.9 automake-1.8 \
     automake-1.7 automake-$AM_NEEDED automake$AM_NEEDED \
     automake ; do

instead?



Sebastian


More information about the Vorbis-dev mailing list