summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorTheophile Ranquet <ranquet@lrde.epita.fr>2012-12-05 15:27:25 +0100
committerTheophile Ranquet <ranquet@lrde.epita.fr>2012-12-05 15:39:52 +0100
commite35cd6def7a19423a5f0fc566d844f6019df111a (patch)
treeb744fdfb76c623d773b5e248650f65d75aa27e15 /build-aux
parent7ae57e2a352764327f7b6b969a28d8c6640eab33 (diff)
downloadbison-e35cd6def7a19423a5f0fc566d844f6019df111a.tar.gz
misc: require getline
* bootstrap.conf: Here, used by src/location.c. * src/getargs.c (long_options): Rename --flags to --feature.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/git-log-fix5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
index af702fe6..72111507 100644
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -1,3 +1,8 @@
# This file is expected to be used via gitlog-to-changelog's --amend=FILE
# option. It specifies what changes to make to each given SHA1's commit
# log and metadata, using Perl-eval'able expressions.
+
+0db2648930e3b6c376a539aabe368aade83ee29a
+s/--flags/--feature/;
+s/flag_flag/feature_flag/;
+s/\bflag\b/feature/;