* krb5-config.in (CC_LINK): Use ' vs " to prevent bash expansion of
authorEzra Peisach <epeisach@mit.edu>
Fri, 8 Jun 2001 15:48:01 +0000 (15:48 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 8 Jun 2001 15:48:01 +0000 (15:48 +0000)
variables.
(LIBS): Quote autoconf substitution in case of space being present.

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

src/ChangeLog
src/krb5-config.in

index 0d39679949cd32fc234df2e68d6ca27c5891fae3..14cd7f7ebd91540b10f5caa6380fb5069f7a9b25 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-08  Ezra Peisach  <epeisach@mit.edu>
+
+       * krb5-config.in (CC_LINK): Use ' vs " to prevent bash expansion of
+       variables. 
+       (LIBS): Quote autoconf substitution in case of space being present. 
+
 2001-06-06  Ken Raeburn  <raeburn@mit.edu>
 
        * aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and
index e5a97012abc7b0870f9b3365b3472d9bab4e72f6..3738c3ec10524309b67f754bf7b9374ea5e6b696 100644 (file)
@@ -31,12 +31,12 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 includedir=@includedir@
 libdir=@libdir@
-CC_LINK="@CC_LINK@"
+CC_LINK='@CC_LINK@'
 KRB4_LIB=@KRB4_LIB@
 DES425_LIB=@DES425_LIB@
 
 
-LIBS=@LIBS@
+LIBS='@LIBS@'
 GEN_LIB=@GEN_LIB@
 
 # Defaults for program