From: amrutjoshi Date: Thu, 24 Oct 2002 13:43:21 +0000 (+0000) Subject: Patched configure.in to get the correct portalslib. Usually $enable_portalsdir/utils... X-Git-Tag: 0.5.16~128 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=1800681864374332151a1ce425cd6357146f0f82;p=fs%2Flustre-release.git Patched configure.in to get the correct portalslib. Usually $enable_portalsdir/utils/linux. To override use --with-portalslib= --- diff --git a/lustre/configure.in b/lustre/configure.in index 2b7c8ac..1d39d90 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -64,7 +64,7 @@ AC_ARG_ENABLE(portalsdir, [ --enable-portalsdir=[path] (deprecated) set path to PORTALS=$enable_portalsdir AC_SUBST(PORTALS) -portalslib_def='$(top_srcdir)/../portals' +portalslib_def=$enable_portalsdir AC_ARG_WITH(portalslib, [ --with-portalslib=[path] set path to Portals library (default=../portals/linux/utils)], enable_portalslib=$withval) AC_ARG_ENABLE(portalslib, [ --enable-portalslib=[path] (deprecated) set path to Portals lib (default=../portals/linux/utils)],, enable_portalslib=$portalslib_def) PORTALSLIB=$enable_portalslib/linux/utils