aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-07 22:42:54 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-07 22:58:04 +0300
commit260102cf7f75db3c87d04a06eb8054853cacce97 (patch)
treeea1f24113e4130346c793fecf9f5d1efcbcef42a /bootstrap
parent295a4f5dc8197b7bf7c5f2d023fb940dbc6d4ab8 (diff)
downloadgdbm-260102cf7f75db3c87d04a06eb8054853cacce97.tar.gz
gdbm-260102cf7f75db3c87d04a06eb8054853cacce97.tar.bz2
Generate ChangeLog from Git log
* ChangeLog: Rename to ChangeLog.cvs * Makefile.am: Recreate ChangeLog. * bootstrap: Create a ChangeLog placeholder. * git2chg.awk: New file.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 658f0e5..db84eba 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2016 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -68,4 +68,7 @@ fi
get_po
test -d m4 || mkdir m4
+test -f ChangeLog || cat > ChangeLog <<EOF
+# This file is a placeholder. Run make to generate actual ChangeLog.
+EOF
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.