From f31b6c344e20f6e88d32b3c113aac531c75b39c1 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 7 Oct 1997 12:07:37 +0000 Subject: [PATCH] * 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10212 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ src/aclocal.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index bc25f3518..39fa07bf4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 7 08:05:43 1997 Ezra Peisach + + * 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 * acconfig.h: Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES. diff --git a/src/aclocal.m4 b/src/aclocal.m4 index e7d3c294d..6783d876a 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... -- 2.26.2