changeset 1620:84006edb5293 trunk

[svn] - don't be picky about what aclocal version we are using.
author nenolod
date Tue, 05 Sep 2006 09:18:30 -0700
parents 006dd0fe9835
children fae6e0cfcc77
files ChangeLog autogen.sh
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <yaz@cc.rim.or.jp>
   revision [2167]
   - do not show filepopup for blank region when a playlist is shorter than the playlist window. 
--- 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 ()