bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool: an autobuild facility


From: Simon Josefsson
Subject: Re: gnulib-tool: an autobuild facility
Date: Mon, 12 Mar 2007 15:56:08 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.94 (gnu/linux)

Bruno Haible <address@hidden> writes:

> The use of this facility is as follows:
>   1) On a machine with recent automake, autoconf, m4 installed and with a
>      gnulib cvs checkout (typically a Linux machine), use
>         "gnulib-tool --create-megatestdir --dir=..."
>      Note: The created directory uses ca. 512 MB on disk.
>   2) Transfer this directory to a build machine (HP-UX, Cygwin, or whatever).

Step 2 can be simplified by doing:

./configure
make dist

since gnulib-tool already create a dummy configure.ac that
AC_CONFIG_SUBDIR include every gnulib module.  Running this
./configure takes a considerable amount of time, though.

I moved all this into the gnulib manual.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]