[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help building a MSVC project
From: |
Bernd Jendrissek |
Subject: |
Re: Help building a MSVC project |
Date: |
Mon, 17 Mar 2008 17:53:48 +0200 |
On Mon, Mar 17, 2008 at 3:08 PM, Stepan Kasal <address@hidden> wrote:
> Or, if you need to use a version checkout from a VCS (git,
> subversion, cvs, or whatever), you just install the right packages
> (by a tool provided by your GNU/Linux distribution, eg. yum on
> Fedora) and issue "./autogen.sh" or something like that. Again, the
> people developing the particular project should give you short list
> of commands necessary to "bootstrap" the project.
Ideally that would be just "autoreconf -i" in all autoconfiscated projects.
Pity autoreconf doesn't handle intltool or gtk-doc or some other
semi-common bootstrap tools. Maybe autoconf should provide a way of
extending autoreconf - perhaps by providing
${pkgdatadir}/autoreconf.d/ into which other packages can drop files
that get run whenever one invokes autoreconf?