summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-01-05 22:21:31 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-01-05 22:21:31 +0000
commitd4a09a87fab2f176a7befadb3b4c8d66655f9ff9 (patch)
treeb13ed9c153bd9c4dca6589c481274d79e8386d21 /bootstrap
parentaf2cb9d0f88d76f81c6d4d426141ee78eb035238 (diff)
downloadautomake-d4a09a87fab2f176a7befadb3b4c8d66655f9ff9.tar.gz
Mimic Paul Eggert's changes to Autoconf.
* Makefile.am (automake, aclocal): Use `chmod a-w', not `chmod -w'. * lib/Automake/Makefile.am (Config.pm): Likewise. * m4/Makefile.am ($(top_srcdir)/m4/amversion.m4): Likewise.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index aae84976c..095fc9215 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,7 @@
# This script helps bootstrap automake, when checked out from CVS.
#
-# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
# written by Pavel Roskin <proski@gnu.org> September 2002
#
# This program is free software; you can redistribute it and/or modify
@@ -102,7 +102,7 @@ dosubst ()
-e "s%@datadir@%$datadir%g" \
-e "s%@configure_input@%Generated from $in; do not edit by hand.%g" \
$1 > $2
- chmod -w $2
+ chmod a-w $2
}