On Wednesday, February 16, 2011 11:01:53 Grant Edwards wrote: > On 2011-02-16, Dmitry V. Levin <[email protected]> wrote: > > On Wed, Feb 16, 2011 at 03:43:19PM +0000, Grant Edwards wrote: > >> I'm trying to build a git clone from yesterday, but I can't figure out > >> how to run automake (1.11)/autoconf(2.65) in a way that generates a > >> valid configure script. Is there a recipe around somewhere that shows > >> how to build from git sources? > > > > Please have a look at make-dist script. Of course it does a bit more > > than required for regular needs, but you'll get the idea. > > Thanks. > > I searched for autoconf/automake/autoheader but forgot to search for > autoreconf.
`autoreconf -f -i` tends to work for most autotooled projects. assuming no project-specific quirks of course. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
