aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-27 12:01:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-27 13:10:22 +0300
commitee5f5478583d33f0f092909e3bb8d306edc07b45 (patch)
treeadc68a7b1c481f5ee4f3e33e0fab6073b2391a42
parent3d1ea5b403655a4ac442077f732f512f304348f1 (diff)
downloadpies-ee5f5478583d33f0f092909e3bb8d306edc07b45.tar.gz
pies-ee5f5478583d33f0f092909e3bb8d306edc07b45.tar.bz2
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.
-rwxr-xr-xbootstrap1
-rw-r--r--doc/Makefile.am7
2 files changed, 2 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index bf5909c..46a0964 100755
--- a/bootstrap
+++ b/bootstrap
@@ -507,7 +507,6 @@ slurp() {
507 rm -f $dir/$gnulib_mk && 507 rm -f $dir/$gnulib_mk &&
508 sed "$remove_intl" $1/$dir/$file >$dir/$gnulib_mk 508 sed "$remove_intl" $1/$dir/$file >$dir/$gnulib_mk
509 } 509 }
510 silentize $dir/$gnulib_mk
511 elif { test "${2+set}" = set && test -r $2/$dir/$file; } || 510 elif { test "${2+set}" = set && test -r $2/$dir/$file; } ||
512 version_controlled_file $dir $file; then 511 version_controlled_file $dir $file; then
513 echo "$0: $dir/$file overrides $1/$dir/$file" 512 echo "$0: $dir/$file overrides $1/$dir/$file"
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 499c218..d1f1bd5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -62,9 +62,7 @@ check-options:
62 62
63check-builtins: 63check-builtins:
64 @check-docs.sh builtins \ 64 @check-docs.sh builtins \
65 '/MF_DEFUN/{s/[ \t]*MF_DEFUN *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\1/p;\ 65 '/MF_DEFUN/{s/[ \t]*MF_DEFUN *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\1/p;s/[ \t]*MF_DEFUN_VARARGS\(_NO_PROM\)\? *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\2/p;s/[ \t]*MF_DEFUN_CTYPE *(\([a-zA-Z_][a-zA-Z0-9_]*\))/\1/p}'\
66 s/[ \t]*MF_DEFUN_VARARGS\(_NO_PROM\)\? *(\([a-zA-Z_][a-zA-Z0-9_]*\),.*/\2/p;\
67 s/[ \t]*MF_DEFUN_CTYPE *(\([a-zA-Z_][a-zA-Z0-9_]*\))/\1/p}'\
68 's/@deftypefnx\{0,1\} {Built-in Function} *[^ ][^ ]* *\([^ ]*\).*/\1/p' \ 66 's/@deftypefnx\{0,1\} {Built-in Function} *[^ ][^ ]* *\([^ ]*\).*/\1/p' \
69 $(top_srcdir)/mfd/bi_*.m4 -- \ 67 $(top_srcdir)/mfd/bi_*.m4 -- \
70 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \ 68 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \
@@ -72,8 +70,7 @@ check-builtins:
72 70
73check-mflib: 71check-mflib:
74 @check-docs.sh "library functions" \ 72 @check-docs.sh "library functions" \
75 '/^[ \t]*func[ \t][ \t]*__/b;\ 73 '/^[ \t]*func[ \t][ \t]*__/b;/^[ \t]*func/s/[ \t]*func[ \t][ \t]*\(.[^ \t(]*\).*/\1/p' \
76 /^[ \t]*func/s/[ \t]*func[ \t][ \t]*\(.[^ \t(]*\).*/\1/p' \
77 's/@deftypefn {Library Function} *[^ ][^ ]* *\([^ ]*\).*/\1/p' \ 74 's/@deftypefn {Library Function} *[^ ][^ ]* *\([^ ]*\).*/\1/p' \
78 $(top_srcdir)/mflib/*.mf -- \ 75 $(top_srcdir)/mflib/*.mf -- \
79 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \ 76 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) -E - \

Return to:

Send suggestions and report system problems to the System administrator.