[Ur] Best practices for Mercurial + autogeneration of files?
Jason Gross
jasongross9 at gmail.com
Thu Nov 21 16:07:31 EST 2013
On my machine, your first autoreconf fails, but the second one runs fine.
autoreconf -fvi informs me that it calls:
aclocal --force -I m4
libtoolize --install --copy --force
autoconf --force
autoheader --force
automake --add-missing --copy --force-missing
(It also doesn't error like your autoreconf call.) The -i option will also
call autopoint, if it's deemed necessary.
On Thu, Nov 21, 2013 at 4:02 PM, Adam Chlipala <adamc at csail.mit.edu> wrote:
> On 11/21/2013 03:57 PM, Jason Gross wrote:
>
> On Thu, Nov 21, 2013 at 3:45 PM, Adam Chlipala <adamc at csail.mit.edu>wrote:
>
>> Also, the public Mercurial repository should now omit all autogenerated
>> files. It would be helpful to hear from people who manage to build and
>> install from fresh clones of that repo, which lives at:
>> http://hg.impredicative.com/urweb
>> If you notice any autogenerated files that still appear in a fresh clone,
>> I'd be very glad to hear about them.
>>
>
> They all seem to be gone. However, I think it's standard practice to
> include an executable "autogen.sh" file in the top level directory which
> goes something along the lines of
>
> #!/bin/sh
> autoreconf -fvi
>
>
> Ah, thanks, that makes sense. The invocation I use is:
> autoreconf
> libtoolize -cf
> automake --add-missing --force-missing --copy
> autoreconf
>
> Does the one you're suggesting do the same things?
>
> _______________________________________________
> Ur mailing list
> Ur at impredicative.com
> http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.impredicative.com/pipermail/ur/attachments/20131121/5a7343ba/attachment.html>
More information about the Ur
mailing list