aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
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.