"Jeff Bailey" <[EMAIL PROTECTED]> writes: > On 27/03/07, Simon Josefsson <[EMAIL PROTECTED]> wrote: >> "Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: >> >> > Thanks. Adding me would make it easier to keep the Shishi stuff up >> > to date. >> > >> > Could someone add Simon to the commit list? I can't, despite me being >> > co-maintainer, since I'm not listed as a project admin (not that I >> > mind). >> > >> > Atleast when Savannah is back up... >> >> Savannah is back up now, could some look into this please? >> >> I want to fix the typo in README-alpha. :) > > Done, assuming you're user jas.
Thanks! I tested it by committing the build fix below. /Simon --- README-alpha 27 Mar 2007 13:05:07 +0200 1.8 +++ README-alpha 27 Mar 2007 16:47:22 +0200 @@ -25,7 +25,11 @@ will need to run. You need recent versions of automake and autoconf for this to work. To run it issue the following command: - DIRECTORY-WITH-GNULIB/build-aux/bootstrap --gnulib-src=DIRECTORY-WITH-GNULIB + mkdir m4 # to workaround bug in bootstrap + GNULIB-DIRECTORY/build-aux/bootstrap --gnulib-srcdir=GNULIB-DIRECTORY + +Note that you cannot use ~ in the second GNULIB-DIRECTORY, you'll have +to replace it with $HOME or use the full path. You can track the CVS process through the <[email protected]> mailing list. _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
