]> www.ginac.de Git - cln.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Mon, 29 May 2000 12:53:23 +0000 (12:53 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 29 May 2000 12:53:23 +0000 (12:53 +0000)
ChangeLog
autoconf/aclocal.m4

index 55dadce2b5d357e481f2b5c9f281ee826a0f8a36..47c2e1d0bc25c295a09070380dabf90f9419f9eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-29  Bruno Haible  <haible@clisp.cons.org>
+
+        * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
+        Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
+
 2000-05-27  Richard Kreckel  <kreckel@ginac.de>
 
         * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
index e558f584f2cce4c8891d3fd5181af62cbc85fed1..272645a56d458f95eeda6d6b46a33c9862cf952c 100644 (file)
@@ -171,7 +171,7 @@ AC_CACHE_VAL(cl_cv_path_install,
              # AIX installbsd doesn't work without option "-g".
              :
            else
-             ac_cv_path_install="$ac_dir/$ac_prog -c"
+             cl_cv_path_install="$ac_dir/$ac_prog -c"
              break 2
            fi
          fi