Hi,
I am just another random user trying to help out, I dont know what
scripts you are using but autogen.sh or autoreconf never run configure
for you... miike

On Mon, Aug 20, 2012 at 9:48 PM,  <[email protected]> wrote:
> 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



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3

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

Reply via email to