From d48137727103e0b53657ad7167ca1afc71886c94 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 18 Jul 2000 10:35:12 +0000 Subject: [PATCH] fix some typos git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8697 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 1601f39d7..28e25b439 100644 --- a/configure.in +++ b/configure.in @@ -172,7 +172,7 @@ fi AM_CONDITIONAL(DCE, test "$with_dce" = yes) ## XXX quite horrible: -if -f /etc/ibmcxx.cfg; then +if test -f /etc/ibmcxx.cfg; then x=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg` dpagaix_LDADD=`echo $x | sed -n -e '/libraries/{;s/^[^=]*=\(.*\)/\1/;s/,/ /gp;}'` dpagaix_CFLAGS=`echo $x | sed -n -e '/options/{;s/^[^=]*=\(.*\)/\1/;s/-q[^,]*//;s/,/ /gp;}'` @@ -993,7 +993,6 @@ AC_OUTPUT(Makefile \ appl/ftp/common/Makefile \ appl/ftp/ftp/Makefile \ appl/ftp/ftpd/Makefile \ - appl/kauth/Makefile \ appl/kx/Makefile \ appl/login/Makefile \ appl/otp/Makefile \