# HG changeset patch # User nenolod # Date 1157473110 25200 # Node ID 84006edb52930c5051f39e229c7f2f7c7b115b38 # Parent 006dd0fe9835aec531127327c1ab0b9ab9cbec8e [svn] - don't be picky about what aclocal version we are using. diff -r 006dd0fe9835 -r 84006edb5293 ChangeLog --- a/ChangeLog Tue Sep 05 09:14:08 2006 -0700 +++ b/ChangeLog Tue Sep 05 09:18:30 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-05 16:14:08 +0000 William Pitcock + revision [2169] + - why is this here? it really fucks with my SVN client on OS X, so I am deleting it as it's unreferenced + + + Changes: Modified: + +0 -637 trunk/Plugins/Input/sexypsf/spu.c + + 2006-09-05 15:40:08 +0000 Yoshiki Yazawa revision [2167] - do not show filepopup for blank region when a playlist is shorter than the playlist window. diff -r 006dd0fe9835 -r 84006edb5293 autogen.sh --- a/autogen.sh Tue Sep 05 09:14:08 2006 -0700 +++ b/autogen.sh Tue Sep 05 09:18:30 2006 -0700 @@ -9,7 +9,7 @@ fi AUTOCONF=${AUTOCONF:-autoconf} -ACLOCAL=${ACLOCAL:-aclocal-1.9} +ACLOCAL=${ACLOCAL:-aclocal} AUTOHEADER=${AUTOHEADER:-autoheader} dump_help_screen ()