ORBit2 aclocal patch
- From: Peter Williams <peterw ximian com>
- To: michael ximian com
- Cc: gnome-components-list gnome org
- Subject: ORBit2 aclocal patch
- Date: 13 Jul 2001 13:19:02 -0400
Hi Michael et al,
The attached patch makes ORBit2 remember the aclocal flags passed to
it; makes automated build scripts much easier.
May I commit?
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]