Re: [Libguestfs] [PATCH libguestfs] build: don't use automake-internal variable

2012-01-23 Thread Richard W.M. Jones
On Mon, Jan 23, 2012 at 10:03:14AM +0100, Jim Meyering wrote: > Hi Rich, > > I realized a day or two late that my suggestion was not quite right. > Here's the fix: Thanks, I have applied this and I'm testing it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rj

Re: [Libguestfs] [PATCH libguestfs] build: don't use automake-internal variable

2012-01-23 Thread Jim Meyering
Additional info, here's an excerpt from Makefile.in regenerated after applying that change: am__libguestfsocaml_a_SOURCES_DIST = guestfs_c.c guestfs_c_actions.c @HAVE_OCAML_TRUE@am_libguestfsocaml_a_OBJECTS = \ @HAVE_OCAML_TRUE@ libguestfsocaml_a-guestfs_c.$(OBJEXT) \ @HAVE_OCAML_TRUE@

[Libguestfs] [PATCH libguestfs] build: don't use automake-internal variable

2012-01-23 Thread Jim Meyering
Hi Rich, I realized a day or two late that my suggestion was not quite right. Here's the fix: >From 5294c21cf07c4ec2f094182ba9f32696f3de2751 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 23 Jan 2012 10:01:40 +0100 Subject: [PATCH libguestfs] build: don't use automake-internal variable