aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README-alpha18
2 files changed, 7 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index d96a8fed..fa90ef8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-11-18 Sergey Poznyakoff <gray@gnu.org.ua>
+ * bootstrap: New file
+ * NEWS: Update
* doc/values.texi (INITIAL-RESPONSE-TIMEOUT): Update.
* doc/mailfromd.texi: Update
* src/Makefile.am: Create MAILFROMSTATEDIR with the right
diff --git a/README-alpha b/README-alpha
index 6f0be359..1a93a989 100644
--- a/README-alpha
+++ b/README-alpha
@@ -43,22 +43,14 @@ once. Packaged alpha versions do not need bootstrapping.
cd mailfromd
-2. Populate the source tree with the necessary files from Gnulib. Run:
+2. Populate the source tree with the necessary files from Gnulib.
+and create the configuration framework. Run:
- gnulib-tool --import argp obstack snprintf strtok_r fprintftime \
- regex malloc realloc
+ sh ./bootstrap
-(make sure gnulib-tool is in your path or supply its full file name).
+(make sure gnulib-tool is in your path).
-3. Link or copy src/daemon.c to lib:
-
- ln src/daemon.c lib/
-
-4. Create the configuration framework:
-
- autoreconf -i -f -s
-
-5. Configure and build the package as described in the documentation. See
+3. Configure and build the package as described in the documentation. See
http://mailfromd.software.gnu.org.ua/manual/html_node/Building

Return to:

Send suggestions and report system problems to the System administrator.