Patch to get autogen.sh to work on RH 6.2

Dave Peticolas dave@krondo.com
Tue, 31 Oct 2000 11:16:24 -0800


Derek Atkins writes:
> Hi,
> 
> The following patch is necessary to get the current mainline
> to successfully 'autogen.sh' on a RedHat 6.2 machine.  Namely,
> change 'AM_PATH_GDK_PIXBUF' to 'GNOME_CHECK_GDK_PIXBUF'.
> 
> -derek
> 
> Index: macros/gnome-gdk-pixbuf.m4
> ===================================================================
> RCS file: /home/cvs/cvsroot/gnucash/macros/gnome-gdk-pixbuf.m4,v
> retrieving revision 1.1
> diff -u -r1.1 gnome-gdk-pixbuf.m4
> --- macros/gnome-gdk-pixbuf.m4	2000/09/17 23:12:50	1.1
> +++ macros/gnome-gdk-pixbuf.m4	2000/10/31 14:12:52
> @@ -6,7 +6,7 @@
>  # stolen from Manish Singh
>  # Shamelessly stolen from Owen Taylor
>  
> -dnl AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-F
> OUND]]])
> +dnl GNOME_CHECK_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-N
> OT-FOUND]]])
>  dnl Test for GDK_PIXBUF, and define GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS
>  dnl
>  AC_DEFUN(GNOME_CHECK_GDK_PIXBUF,

I put in the patch, but it looks like it's only changing the comments ...

dave