On Fri, Sep 14, 2012 at 12:12:33PM +0200, Michel Dänzer wrote:
> On Fre, 2012-09-14 at 11:49 +0200, Thierry Reding wrote:
[...]
> > Not as far as I know. Unless you add AM_MAINTAINER_MODE and run
> > configure with --enable-maintainer-mode you won't get automatic
> > regeneration.
> >
> > In fact
On Fre, 2012-09-14 at 11:49 +0200, Thierry Reding wrote:
> On Fri, Sep 14, 2012 at 10:05:44AM +0200, Michel Dänzer wrote:
> > On Fre, 2012-09-14 at 09:58 +0200, Thierry Reding wrote:
> > > On Fri, Sep 14, 2012 at 09:45:54AM +0200, Michel Dänzer wrote:
> > > > On Fre, 2012-09-14 at 09:22 +0200, Th
On Fri, Sep 14, 2012 at 10:05:44AM +0200, Michel Dänzer wrote:
> On Fre, 2012-09-14 at 09:58 +0200, Thierry Reding wrote:
> > On Fri, Sep 14, 2012 at 09:45:54AM +0200, Michel Dänzer wrote:
> > > On Fre, 2012-09-14 at 09:22 +0200, Thierry Reding wrote:
> > > > When running the configure script fro
On Fre, 2012-09-14 at 09:58 +0200, Thierry Reding wrote:
> On Fri, Sep 14, 2012 at 09:45:54AM +0200, Michel Dänzer wrote:
> > On Fre, 2012-09-14 at 09:22 +0200, Thierry Reding wrote:
> > > When running the configure script from autogen.sh, enable the maintainer
> > > mode by passing --enable-main
On Fri, Sep 14, 2012 at 09:45:54AM +0200, Michel Dänzer wrote:
> On Fre, 2012-09-14 at 09:22 +0200, Thierry Reding wrote:
> > When running the configure script from autogen.sh, enable the maintainer
> > mode by passing --enable-maintainer-mode. This activates some rules to
> > regenerate autotools
On Fre, 2012-09-14 at 09:22 +0200, Thierry Reding wrote:
> When running the configure script from autogen.sh, enable the maintainer
> mode by passing --enable-maintainer-mode. This activates some rules to
> regenerate autotools files automatically.
> ---
> autogen.sh | 2 +-
> configure.ac | 1
When running the configure script from autogen.sh, enable the maintainer
mode by passing --enable-maintainer-mode. This activates some rules to
regenerate autotools files automatically.
---
autogen.sh | 2 +-
configure.ac | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/autog