summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-10-08 15:14:30 -0700
committerRoland McGrath <roland@hack.frob.com>2011-10-08 15:14:30 -0700
commite9bf1d30e7fd35cbe11c6586500cab11a1d91918 (patch)
tree0b3393144748e8b68326fd8da8aad651b7044339 /ChangeLog
parent8f3002e2a7a0aa83843d8b4c5f307d6418f92490 (diff)
downloadelfutils-e9bf1d30e7fd35cbe11c6586500cab11a1d91918.tar.gz
Use POSIX.2 shell features in eu_version calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de76d328..b7b0c15a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-08 Roland McGrath <roland@hack.frob.com>
+
+ * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
+ Use POSIX.2 $((...)) syntax instead of $[...].
+ Reported by Mike Frysinger <vapier@gentoo.org>.
+
2011-10-08 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.