Index: ChangeLog =================================================================== RCS file: /sources/lilypond/lilypond/ChangeLog,v retrieving revision 1.4948 diff -u -r1.4948 ChangeLog --- ChangeLog 11 May 2006 13:00:10 -0000 1.4948 +++ ChangeLog 11 May 2006 22:58:37 -0000 @@ -1,3 +1,7 @@ +2006-05-12 Karl Hammar + + * stepmake/aclocal.m4: bump python requirement to version 2.4 + 2006-05-11 Graham Percival * Documentation/user/programming-interface.itely: first round of Index: stepmake/aclocal.m4 =================================================================== RCS file: /sources/lilypond/lilypond/stepmake/aclocal.m4,v retrieving revision 1.168 diff -u -r1.168 aclocal.m4 --- stepmake/aclocal.m4 3 May 2006 20:30:59 -0000 1.168 +++ stepmake/aclocal.m4 11 May 2006 22:58:37 -0000 @@ -752,7 +752,7 @@ fi AC_SUBST(SHELL) - STEPMAKE_PYTHON(REQUIRED, 1.5) + STEPMAKE_PYTHON(REQUIRED, 2.4) if expr "$MAKE" : '.*\(echo\)' >/dev/null; then $MAKE -v 2> /dev/null | grep GNU > /dev/null