aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-11-09 22:47:56 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-11-09 22:47:56 +0200
commite94a0ed07a67acbb305f59b31c7fb3baad9421d6 (patch)
tree6ab14d0101d13bf20dd13a4ae4e6bebf568c6e63
parent63bb8d52fdfed913318a7990416a60d61237bec5 (diff)
downloadcflow-e94a0ed07a67acbb305f59b31c7fb3baad9421d6.tar.gz
cflow-e94a0ed07a67acbb305f59b31c7fb3baad9421d6.tar.bz2
Minor changes
* bootstrap.conf: Ignore .bootstrap.
-rw-r--r--bootstrap.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 504dfbe..1d32aab 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -46,15 +46,15 @@ extract_bug_address='
'
COPYRIGHT_HOLDER="Sergey Poznyakoff"
-MSGID_BUGS_ADDRESS=`m4 -D'AC_INIT=AC-INIT-BUG-ADDRESS=$3' configure.ac | sed -n "$extract_bug_address"`
+MSGID_BUGS_ADDRESS=`echo 'changequote([,])' | m4 -D'AC_INIT=AC-INIT-BUG-ADDRESS=$3' - configure.ac | sed -n "$extract_bug_address"`
if test -z "$MSGID_BUGS_ADDRESS"; then
MSGID_BUGS_ADDRESS="bug-${package}@gnu.org.ua"
fi
# Read local configuration file
if [ -r .bootstrap ]; then
- echo "$0: Reading configuration file .bootstrap"
- eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*"
+ echo >&2 "$0: Ignoring configuration file .bootstrap"
+ #eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*"
fi
test -d $source_base || mkdir $source_base

Return to:

Send suggestions and report system problems to the System administrator.