ORBit2.m4 patch



A project with AM_PATH_ORBIT2([2.3.95]) in the configure.in will attempt
to generate stubs etc with older IDL compiler.

Index: ORBit2.m4
===================================================================
RCS file: /cvs/gnome/ORBit2/ORBit2.m4,v
retrieving revision 1.1
diff -u -r1.1 ORBit2.m4
--- ORBit2.m4	2001/03/22 14:41:25	1.1
+++ ORBit2.m4	2001/10/13 16:52:01
@@ -192,7 +192,7 @@
      ifelse([$3], , :, [$3])
   fi
 
-  AC_PATH_PROG(ORBIT_IDL, orbit-idl, ifelse([$3], , :, [$3]))
+  AC_PATH_PROG(ORBIT_IDL, orbit-idl-2, ifelse([$3], , :, [$3]))
   AC_SUBST(ORBIT_CFLAGS)
   AC_SUBST(ORBIT_LIBS)
   AC_SUBST(ORBIT_IDL)

--
Ross





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