Re: ORBit2 aclocal patch
- From: Martin Baulig <martin home-of-linux org>
- To: Peter Williams <peterw ximian com>
- Cc: michael ximian com, gnome-components-list gnome org
- Subject: Re: ORBit2 aclocal patch
- Date: 14 Jul 2001 15:21:53 +0200
Martin Baulig <martin home-of-linux org> writes:
> Peter Williams <peterw ximian com> writes:
>
> > The attached patch makes ORBit2 remember the aclocal flags passed to
> > it; makes automated build scripts much easier.
> >
> > May I commit?
>
> Patch looks wrong to me, but my bus leaves in 4 minutes, so I'll comment on
> it tomorrow ....
Patch looks good (ORBit2's configure.in is brain-dead).
> > Index: ChangeLog
> > ===================================================================
> > RCS file: /cvs/gnome/ORBit2/ChangeLog,v
> > retrieving revision 1.56
> > diff -u -r1.56 ChangeLog
> > --- ChangeLog 2001/07/13 14:14:39 1.56
> > +++ ChangeLog 2001/07/13 17:17:36
> > @@ -1,3 +1,8 @@
> > +2001-07-13 Peter Williams <peterw ximian com>
> > +
> > + * configure.in (ACLOCAL): Preserve ACLOCAL_FLAGS in
> > + ACLOCAL.
> > +
> > 2001-07-13 Michael Meeks <michael ximian com>
> >
> > * src/orb/poa/poa.c (ORBit_small_handle_request):
> > Index: configure.in
> > ===================================================================
> > RCS file: /cvs/gnome/ORBit2/configure.in,v
> > retrieving revision 1.32
> > diff -u -r1.32 configure.in
> > --- configure.in 2001/07/12 17:38:36 1.32
> > +++ configure.in 2001/07/13 17:17:36
> > @@ -61,6 +61,12 @@
> > AM_PROG_LIBTOOL
> > AM_MAINTAINER_MODE
> >
> > +dnl Useful for automating stuff
> > +AC_CACHE_CHECK([for aclocal flags], ac_cv_orbit_aclocal_flags,[
> > + ac_cv_orbit_aclocal_flags="$ACLOCAL_FLAGS"
> > +])
> > +ACLOCAL="$ACLOCAL $ac_cv_orbit_aclocal_flags"
> > +
> > dnl Checks for programs.
> > AC_PROG_CC
> > AC_PROG_INSTALL
>
> --
> Martin Baulig
> martin gnome org (private)
> baulig suse de (work)
>
> _______________________________________________
> gnome-components-list mailing list
> gnome-components-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-components-list
>
--
Martin Baulig
martin gnome org (private)
baulig suse de (work)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]