Re: ORBit2 aclocal patch



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 ....

> 
> 	Peter
> 
> --
> Peter Williams     peter newton cx / peterw ximian com
> 
> "Why should I have to change my name? He's the one who 
> sucks!"                              -- Michael Bolton
> 
> ? aclocal.diff
> 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)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]