From: Ezra Peisach Date: Mon, 18 Aug 1997 15:30:50 +0000 (+0000) Subject: * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV needs to X-Git-Tag: krb5-1.1-beta1~1044 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07d5604905ea9de035ddfb347a02355e5f230f99;p=krb5.git * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV needs to have sed expression in single quotes unstead of double to deal with a shell quoting bug in the dejagnu test suite. Shared library dejagn testing now works on the alpha... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10181 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 03828db01..69af8c10c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 18 11:28:25 1997 Ezra Peisach + + * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV needs to + have sed expression in single quotes unstead of double to deal + with a shell quoting bug in the dejagnu test suite. + Tue Aug 12 11:09:30 1997 Ezra Peisach * aclocal.m4 (WITH_HESIOD): Fix --with-hesiod support to DTRT if diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 6783d876a..e7d3c294d 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1192,7 +1192,7 @@ alpha-dec-osf*) CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -Wl,-rpath -Wl,$(PROG_RPATH)' CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)' # $(PROG_RPATH) is here to handle things like a shared tcl library - RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`:$(PROG_RPATH):/usr/shlib:/usr/ccs/lib:/usr/lib/cmplrs/cc:/usr/lib:/usr/local/lib; export LD_LIBRARY_PATH; _RLD_ROOT=/dev/dummy/d; export _RLD_ROOT;' + RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e '"'s/-L//g' -e 's/ /:/g'"'`:$(PROG_RPATH):/usr/shlib:/usr/ccs/lib:/usr/lib/cmplrs/cc:/usr/lib:/usr/local/lib; export LD_LIBRARY_PATH; _RLD_ROOT=/dev/dummy/d; export _RLD_ROOT;' ;; # untested...