Re: gnulib-tool: an autobuild facility

2007-03-12 Thread Bruno Haible
Simon Josefsson wrote: > > 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

Re: gnulib-tool: an autobuild facility

2007-03-12 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> 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

Re: gnulib-tool: an autobuild facility

2007-03-12 Thread Bruno Haible
Simon Josefsson wrote: > Should --create-megatestdir add this automatically? I'd say, better keep it optional. Although currently I use --with-tests always, there are cases when one cares whether the code compiles in the first place, ignoring the tests. Bruno

Re: gnulib-tool: an autobuild facility

2007-03-12 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > "gnulib-tool --create-megatestdir --dir=..." Don't forget to add --with-tests too. Should --create-megatestdir add this automatically? /Simon

Re: gnulib-tool: an autobuild facility

2007-03-12 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon's http://autobuild.josefsson.org/gnulib/ summary page could be more > useful (and larger :-)) if more people submit test results. To this > effect, I'm adding a facility that produces an 'autobuild' script in > "gnulib-tool --create-megatestdir". N

gnulib-tool: an autobuild facility

2007-03-11 Thread Bruno Haible
Simon's http://autobuild.josefsson.org/gnulib/ summary page could be more useful (and larger :-)) if more people submit test results. To this effect, I'm adding a facility that produces an 'autobuild' script in "gnulib-tool --create-megatestdir". The use of this facility is as follows: 1) On a m