diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-05 11:03:55 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-05 11:13:21 +0100 |
commit | 25e3dd5365aaab8f470e1c40b1559f3fb4ae68e4 (patch) | |
tree | 776b6a0f20ff7b086179e63ecca6d534c47f0925 /ChangeLog | |
parent | b8da93bee90a0f8ded1e3e4bd0440cc008e1a885 (diff) | |
download | coreutils-25e3dd5365aaab8f470e1c40b1559f3fb4ae68e4.tar.xz |
Don't use GNU-sed-specific \< \> operators.
* configure.ac (MAN): Transform ginstall.1 to install.1 using
a loop, rather than sed with \<...\>.
Problem reported by Bruno Haible.
Andreas Schwab reminded me that \< and \> are not portable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-11-05 Jim Meyering <meyering@redhat.com> + Don't use GNU-sed-specific \< \> operators. + * configure.ac (MAN): Transform ginstall.1 to install.1 using + a loop, rather than sed with \<...\>. + Problem reported by Bruno Haible. + Andreas Schwab reminded me that \< and \> are not portable. + Get git-version-gen from gnulib. * build-aux/git-version-gen: Remove file. * build-aux/.gitignore: Add git-version-gen. |