aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlecoanet2006-09-01 07:05:21 +0000
committerlecoanet2006-09-01 07:05:21 +0000
commit9c1dd961216fee9128120da508aa8e887d25d5fc (patch)
tree1c0f8eb8debfd52355b732bb31515ee97cf459b0 /configure
parent64e7099ac57e517154449d28c5007a6954941646 (diff)
downloadtkzinc-9c1dd961216fee9128120da508aa8e887d25d5fc.zip
tkzinc-9c1dd961216fee9128120da508aa8e887d25d5fc.tar.gz
tkzinc-9c1dd961216fee9128120da508aa8e887d25d5fc.tar.bz2
tkzinc-9c1dd961216fee9128120da508aa8e887d25d5fc.tar.xz
Fix a bug probably generated by autoconf near line 2225 an extra quote
is added in a awk expression
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index df9d662..137baa9 100755
--- a/configure
+++ b/configure
@@ -2225,7 +2225,7 @@ echo "configure:2216: checking system version (for dynamic loading)" >&5
# results, and the version is kept in special file).
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
- system=MP-RAS-`awk '{print }' /etc/.relid'`
+ system=MP-RAS-`awk '{print }' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`