[cairo-commit] cairo-gtk-engine ChangeLog, 1.2, 1.3 autogen.sh, 1.1, 1.2

OEyvind Kolaas commit at pdx.freedesktop.org
Wed Mar 17 08:42:13 PST 2004


Committed by: pippin

Update of /cvs/cairo/cairo-gtk-engine
In directory pdx:/tmp/cvs-serv21158

Modified Files:
	ChangeLog autogen.sh 
Log Message:
pass arguments from autogen.sh to configure, patch from Thom May


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/ChangeLog	4 Sep 2003 15:16:26 -0000	1.2
--- b/ChangeLog	17 Mar 2004 16:42:10 -0000	1.3
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-03-16  Øyvind Kolås  <oeyvindk at hig.no>
+ 
+ 	* autogen.sh: Applied patch to pass arguments to configure from Thom May,
+ 
  2003-09-04  Carl Worth  <cworth at isi.edu>
  

Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** a/autogen.sh	1 Aug 2003 14:54:34 -0000	1.1
--- b/autogen.sh	17 Mar 2004 16:42:10 -0000	1.2
***************
*** 6,8 ****
  ln -s `which libtool` .
  automake -a
! ./configure
\ No newline at end of file
--- 6,8 ----
  ln -s `which libtool` .
  automake -a
! ./configure --enable-maintainer-mode ${1+"$@"} && echo "Now type \`make' to compile" || exit 1





More information about the cairo-commit mailing list