oaf autoconf patch



Hi,
	The --with-orbit-prefix option is ignored in the oaf build when
checking for orbit-idl.

	Attached is a patch against 0.6.5 to do it the same way as for
orbit-config.

Cheers,
Mark

--- ./oaf-0.6.5/aclocal.bak     Mon Apr  9 21:19:17 2001
+++ ./oaf-0.6.5/aclocal.m4      Mon Apr  9 21:20:06 2001
@@ -1462,6 +1462,17 @@
      ifelse([$3], , :, [$3])
   fi

+  if test x$orbit_config_exec_prefix != x ; then
+     if test x${ORBIT_IDL+set} != xset ; then
+        ORBIT_IDL=$orbit_config_exec_prefix/bin/orbit-idl
+     fi
+  fi
+  if test x$orbit_config_prefix != x ; then
+     if test x${ORBIT_IDL+set} != xset ; then
+        ORBIT_IDL=$orbit_config_prefix/bin/orbit-idl
+     fi
+  fi
+
   AC_PATH_PROG(ORBIT_IDL, orbit-idl, ifelse([$3], , :, [$3]))
   AC_SUBST(ORBIT_CFLAGS)
   AC_SUBST(ORBIT_LIBS)





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