summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-02-27 20:41:07 +0100
committerPeter Simons <simons@cryp.to>2010-02-27 20:41:07 +0100
commit64336ccc74a48dfc4589f534b9e6647b81f8ddf4 (patch)
treedf4709d06bd59fa34f745fb40cd83077004f37ae /bootstrap.sh
parent4acb035bd0e845b98a9edb37ba146965f0ce2b0c (diff)
downloadautoconf-archive-64336ccc74a48dfc4589f534b9e6647b81f8ddf4.tar.gz
Updated documentation and infrastructure files to accommodate for the fact that
the Autoconf Archive is now an official GNU project. The main home page now resides at http://www.gnu.org/software/autoconf-archive/. The mailing lists have moved from nongnu.org to corresponding gnu.org addresses. All files have a proper copyright statement, even AUTHORS, ChangeLog, etc.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 97f2054..5a57869 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -23,13 +23,13 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_copyright_check:/disabled_sc_copyright_check:/' \
maint.mk
+echo > ChangeLog '# Copyright (c) 2010 Free Software Foundation, Inc.'
+echo >>ChangeLog '#'
+echo >>ChangeLog '# Copying and distribution of this file, with or without modification, are'
+echo >>ChangeLog '# permitted in any medium without royalty provided the copyright notice and'
+echo >>ChangeLog '# this notice are preserved. This file is offered as-is, without any warranty.'
+echo >>ChangeLog ''
+build-aux/gitlog-to-changelog >>ChangeLog -- master m4/
./gen-authors.sh >AUTHORS
-build-aux/gitlog-to-changelog >ChangeLog -- master m4/
autoreconf --install -Wall
-
-if [ ! -d html ]; then
- echo ""
- echo " Remember to check out the HTML tree before running configure."
- echo ""
-fi