aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-09 21:48:47 +0000
committerRoland McGrath <roland@gnu.org>2000-03-09 21:48:47 +0000
commit9ab47461ed5dbad684fdda5a82f07205e170a0df (patch)
tree3ef71b2f731239e53fe7d5cc669f8a0cfbe46234
parent2fd5d0297c335c74a86b9160286cb6dc7eee440b (diff)
downloadglibc-9ab47461ed5dbad684fdda5a82f07205e170a0df.zip
glibc-9ab47461ed5dbad684fdda5a82f07205e170a0df.tar.gz
glibc-9ab47461ed5dbad684fdda5a82f07205e170a0df.tar.bz2
* configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
since AC_PATH_PROG already does it for us. (PERL): Rewrite check added in 2000-02-29 change for syntactic correctness and sh portability. I replaced the broken check with a more sensible implementation of the apparently intended semantics, which might still be questionable. Using expr causes a non-numeric value for `perl -V:apiversion` to be accepted, refusing to use only a perl that reports a number less than 5; on my system, perl (5.004_04) -V:apiversion produces UNKNOWN. * configure: Regenerated.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05c1289..deb98bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
+
+ * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
+ since AC_PATH_PROG already does it for us.
+ (PERL): Rewrite check added in 2000-02-29 change for syntactic
+ correctness and sh portability. I replaced the broken check
+ with a more sensible implementation of the apparently intended
+ semantics, which might still be questionable. Using expr causes
+ a non-numeric value for `perl -V:apiversion` to be accepted,
+ refusing to use only a perl that reports a number less than 5;
+ on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
+ * configure: Regenerated.
+
2000-03-08 Andreas Jaeger <aj@suse.de>
* manual/crypt.texi: Fix paths.