* aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV needs to
authorEzra Peisach <epeisach@mit.edu>
Mon, 18 Aug 1997 15:30:50 +0000 (15:30 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 18 Aug 1997 15:30:50 +0000 (15:30 +0000)
  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

src/ChangeLog
src/aclocal.m4

index 03828db01d1237cd7a45fd11c9456bc5421aacdb..69af8c10c78202022623cdf6994f252c980412e8 100644 (file)
@@ -1,3 +1,9 @@
+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
index 6783d876a5312aab96acdfb64bde07f41254bcad..e7d3c294d193a251651cb4500542d88c6dbe788e 100644 (file)
@@ -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...