From ee5f5478583d33f0f092909e3bb8d306edc07b45 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 27 Aug 2009 12:01:36 +0300 Subject: Minor fixes. * mfd/main.c (parse_opt): Add missing break. (cb_include_path): Fix use of improper variable in MU_CFG_LIST branch. * am/aggr.m4 (IU_CHECK_MEMBER): Remove improper use of dnl. * doc/Makefile.am (check-builtins, check-mflib): Do not split sed expressions over multiple lines: Makefile format cannot handle it properly. * doc/mailfromd.texi: Update. * bootstrap: Do not apply `silentize' to gnu/gnulib.mk. Latest gnulib takes care of it itself. --- bootstrap | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index bf5909c..46a0964 100755 --- a/bootstrap +++ b/bootstrap @@ -507,7 +507,6 @@ slurp() { rm -f $dir/$gnulib_mk && sed "$remove_intl" $1/$dir/$file >$dir/$gnulib_mk } - silentize $dir/$gnulib_mk elif { test "${2+set}" = set && test -r $2/$dir/$file; } || version_controlled_file $dir $file; then echo "$0: $dir/$file overrides $1/$dir/$file" -- cgit v1.2.1