aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:29:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:29:14 +0000
commit00ea2ad831957eff91dfb531eb39ee2fd3f3f8ea (patch)
treed92b8fe3a572ce3458f021db8574cdcc6553dc40
parent4e6c5c3199576b398165b81e9e9a653fb52cc0f9 (diff)
downloadcflow-00ea2ad831957eff91dfb531eb39ee2fd3f3f8ea.tar.gz
cflow-00ea2ad831957eff91dfb531eb39ee2fd3f3f8ea.tar.bz2
Minor fixes
-rwxr-xr-xbuild-aux/bootstrap7
1 files changed, 4 insertions, 3 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index d4f223d..d025457 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -50,3 +50,3 @@ The following two options are reserved for future use:
-If the file `.bootstrap' exists in the current working directory, its
+If the file \`.bootstrap' exists in the current working directory, its
contents is read, comments and empty lines removed, shell variables expanded
@@ -241,3 +241,3 @@ for gnulib_file in $gnulib_files; do
m4/lib-prefix.m4 | m4/po.m4 | m4/stdint_h.m4 | m4/uintmax_t.m4 | \
- m4/ulonglong.m4)
+ m4/ulonglong.m4 | m4/longlong.m4)
dest=`expr $gnulib_file : '\(.*\).m4'`_gl.m4;;
@@ -261,3 +261,4 @@ echo "$0: Creating m4/gnulib.m4"
echo "$0: Creating lib/Makefile.am"
-(echo "# This file is generated automatically from lib/Makefile.am. Do not edit!"
+(echo "# -*- buffer-read-only: t -*- vi: set ro:"
+ echo "# This file is generated automatically from lib/Makefile.tmpl. Do not edit!"
cat lib/Makefile.tmpl

Return to:

Send suggestions and report system problems to the System administrator.