Hi, the new ./autogen.sh contains echo -n "Looking for latest automake version ... " for minor in `seq 15 -1 6`; do ver=1.$minor if (automake-$ver --version) < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake-$ver ACLOCAL=aclocal-$ver echo $ver break fi done This is not a good choice, since the "seq" command ist specific to Linux and not available for e.g. Mac OS X. So, this needs to be changed rather urgently. Greetings, lexA --- Remember: There are only two tools in life. WD-40, for when something doesn't move, and should, and Duct Tape, for when something is moving and it shouldn't. So does the universe explode if you spray duct tape with WD-40? _______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs