[Rhythmbox-devel] build fix



Hi,

This fixes the build from CVS for me. It seems that CVS removes ./macros since it is now empty. This causes aclocal to fail:

aclocal: couldn't open directory `macros': No such file or directory

Jon
Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/rhythmbox/autogen.sh,v
retrieving revision 1.11
diff -p -u -r1.11 autogen.sh
--- autogen.sh	14 Jul 2004 03:13:02 -0000	1.11
+++ autogen.sh	17 Jul 2004 22:48:07 -0000
@@ -106,7 +106,7 @@ if test -z "$ACLOCAL_FLAGS"; then
 	done
 fi
 
-$ACLOCAL -I macros $ACLOCAL_FLAGS
+$ACLOCAL $ACLOCAL_FLAGS
 
 glib-gettextize --force
 intltoolize --force --automake


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]