summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-06-04 14:29:39 +0200
committerPeter Simons <simons@cryp.to>2010-06-04 14:29:39 +0200
commita4b5c3132e68928f02354ec06ccda28bd63de4e4 (patch)
tree0eea123a9aa62ceccf26e7c5591b6383bf94b15d /bootstrap.sh
parent79ca020bb69edbd3a0d9c4379eb9e5eed8207a32 (diff)
downloadautoconf-archive-a4b5c3132e68928f02354ec06ccda28bd63de4e4.tar.gz
bootstrap.sh: bugfix the 'news-check' target that doesn't work correctly with our NEWS filev2010.06.04
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 1e4afb5..eed10ed 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -25,6 +25,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_prohibit_always-defined_macros:/disabled_sc_prohibit_always-defined_macros:/' \
-e 's/^sc_prohibit_always_true_header_tests:/disabled_sc_prohibit_always_true_header_tests:/' \
-e 's/^sc_prohibit_test_minus_ao:/disabled_sc_prohibit_test_minus_ao:/' \
+ -e 's|head $(srcdir)/NEWS|head -n 20 $(srcdir)/NEWS|' \
maint.mk
echo > ChangeLog '# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'