summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2012-12-22 14:21:09 +0100
committerPaolo Bonzini <bonzini@gnu.org>2012-12-22 15:17:39 +0100
commit216ed03a5e20d58337d3e7a4c3172338866115c9 (patch)
tree610f13e07ffdd8e481633955d0312621e0125cfb
parenta0f80adf07eb9d6103c993519f1bf405e06dfbd1 (diff)
downloadsed-216ed03a5e20d58337d3e7a4c3172338866115c9.tar.gz
Comply more to gnulib usage standards
2012-12-21 Paolo Bonzini <bonzini@gnu.org> * autoboot: Rename to bootstrap. * autoboot.conf: Rename to bootstrap.conf. * README.boot: Remove. * Makefile.am: Remove README.boot, add bootstrap and bootstrap.conf.
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am4
-rw-r--r--README.boot23
-rwxr-xr-xbootstrap (renamed from autoboot)0
-rw-r--r--bootstrap.conf (renamed from autoboot.conf)0
5 files changed, 9 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce7709..74020ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-12-21 Paolo Bonzini <bonzini@gnu.org>
+ * autoboot: Rename to bootstrap.
+ * autoboot.conf: Rename to bootstrap.conf.
+ * README.boot: Remove.
+ * Makefile.am: Remove README.boot, add bootstrap and bootstrap.conf.
+
+2012-12-21 Paolo Bonzini <bonzini@gnu.org>
+
* gnulib: Update.
* testsuite/version.gin: Regenerate.
diff --git a/Makefile.am b/Makefile.am
index 7885450..76ec5ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,8 +11,8 @@ SUBDIRS = lib po sed doc testsuite
noinst_DATA =
noinst_HEADERS = basicdefs.h
-EXTRA_DIST = BUGS THANKS COPYING.DOC README.boot \
- autoboot build-aux/texi2dvi build-aux/help2man
+EXTRA_DIST = BUGS THANKS COPYING.DOC \
+ bootstrap bootstrap.conf build-aux/texi2dvi build-aux/help2man
html:
cd doc && make html
diff --git a/README.boot b/README.boot
deleted file mode 100644
index fd2d1a0..0000000
--- a/README.boot
+++ /dev/null
@@ -1,23 +0,0 @@
-Because a working sed is a prerequisite for running the ``configure''
-script, I have provided the script ``bootstrap.sh'' which will attempt
-to build a version of sed adequate for running ``configure''. If it
-fails, edit the ``config.h'' file that was created according to the
-comments found therein, and then try running ``bootstrap.sh'' again.
-
-The bootstrap build is quite likely to babble on and on with
-various compiler warnings. You may want to tell bootstrap.sh
-how to invoke your compiler with warnings disabled. For example,
-with a Bourne-like shell and gcc one could use:
- $ CC='gcc -w' sh bootstrap.sh
-or with a csh-like shell, one could try:
- % env CC='gcc -w' sh bootstrap.sh
-
-Once you get a working version of sed, temporarily install sed/sed
-somewhere in your $PATH, and then really re-build the normal way
-(starting with ``sh configure''); the bootstrap version is almost
-certainly more crippled than it needs to be on your machine.
-
-I don't much care to hear about any bugs in ``bootstrap'' versions
-of sed beyond those which actually keep the ``bootstrap'' version from
-building, or sed's configure script from running properly. I am
-especially uninterested in compiler warnings from the bootstrap build.
diff --git a/autoboot b/bootstrap
index b8b2cbd..b8b2cbd 100755
--- a/autoboot
+++ b/bootstrap
diff --git a/autoboot.conf b/bootstrap.conf
index c6919ac..c6919ac 100644
--- a/autoboot.conf
+++ b/bootstrap.conf