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
+Mon Aug 18 11:28:25 1997 Ezra Peisach <epeisach@mit.edu>
+
+ * 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 <epeisach@mit.edu>
* aclocal.m4 (WITH_HESIOD): Fix --with-hesiod support to DTRT if
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...