[cairo] Small bug in autogen.sh for cairo-gtk-engine
Thom May
thom at planetarytramp.net
Tue Mar 16 07:10:12 PST 2004
Hi guys,
cairo-gtk-engine's autogen.sh doesn't pass its arguments on to configure.
Patch attached.
-Thom
-------------- next part --------------
Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/autogen.sh,v
retrieving revision 1.1
diff -u -u -r1.1 autogen.sh
--- autogen.sh 1 Aug 2003 14:54:34 -0000 1.1
+++ autogen.sh 16 Mar 2004 15:08:35 -0000
@@ -5,4 +5,4 @@
libtoolize -f
ln -s `which libtool` .
automake -a
-./configure
\ No newline at end of file
+./configure --enable-maintainer-mode ${1+"$@"}|| exit 1
More information about the cairo
mailing list