diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-10-08 15:14:30 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-10-08 15:14:30 -0700 |
commit | e9bf1d30e7fd35cbe11c6586500cab11a1d91918 (patch) | |
tree | 0b3393144748e8b68326fd8da8aad651b7044339 /ChangeLog | |
parent | 8f3002e2a7a0aa83843d8b4c5f307d6418f92490 (diff) | |
download | elfutils-e9bf1d30e7fd35cbe11c6586500cab11a1d91918.tar.gz |
Use POSIX.2 shell features in eu_version calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |