* aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENV
authorEzra Peisach <epeisach@mit.edu>
Tue, 7 Oct 1997 12:07:37 +0000 (12:07 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 7 Oct 1997 12:07:37 +0000 (12:07 +0000)
        change as the dejagnu/Makefile.in can now deal with the older
        quoting scheme and makes this version more readable.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10212 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index bc25f3518c8238e81d91acb5bd89b0ebfa6430c2..39fa07bf464a3a7457cdeccf36a39685ac9a4e4a 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  7 08:05:43 1997  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENV
+        change as the dejagnu/Makefile.in can now deal with the older
+        quoting scheme and makes this version more readable.
+
 Tue Sep 30 18:56:37 1997  Tom Yu  <tlyu@mit.edu>
 
        * acconfig.h: Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES.
index e7d3c294d193a251651cb4500542d88c6dbe788e..6783d876a5312aab96acdfb64bde07f41254bcad 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...