Thanks, that looks like it's working better.  Although I suggest changing
it, that's not how the other 32 things I grab from git and compile with
this build test script.  For all 32 of them, autogen.sh automatically
runs configure.

Wayland, for example, has an autogen.sh that ends with:

test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"

So you can disable it if you want.  



$ grep -h configure */autogen.sh | less
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
$srcdir/configure --enable-maintainer-mode "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"
# regenerated from their corresponding *.in files by ./configure anyway.
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
# regenerated from their corresponding *.in files by ./configure anyway.
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
$srcdir/configure --enable-maintainer-mode "$@"
# regenerated from their corresponding *.in files by ./configure anyway.
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
echo "running configure $@"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
exec "$srcdir/configure" --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
    "$srcdir"/configure "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
    $srcdir/configure "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
(test -f $srcdir/configure.in \
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure "$@"
$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode "$@"


On 08/20, Mike Dupont wrote:
>    after autogen, dont make, but ./configure!
>    then make, and you need to install ragel from a tarball to build ragel
>    from git.
>    ��git clone git://[1]git.complang.org/ragel.git
>    ��cd ragel/
>    ��./autogen.sh
>    ��./configure
>    ��make

-- 
"Forget not that the earth delights to feel your bare feet and the winds
long to play with your hair." - Kahlil Gibran
http://www.ChaosReigns.com

_______________________________________________
ragel-users mailing list
[email protected]
http://www.complang.org/mailman/listinfo/ragel-users

Reply via email to