[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile not updated on Makefile.am change?
From: |
Ralf Wildenhues |
Subject: |
Re: Makefile not updated on Makefile.am change? |
Date: |
Mon, 22 Nov 2004 12:19:30 +0100 |
User-agent: |
Mutt/1.4.1i |
* Christian Parpart wrote on Mon, Nov 22, 2004 at 12:05:13PM CET:
>
> recently, when I change the Makefile.am, the makefile am doesn't
> get regenerated on `make`.
Somebody put AM_MAINTAINER_MODE in configure.ac?
> Is this usual, or what could be wrong?
If the above: re-configure with --enable-maintainer-mode.
> I now have to reinvoke `autoreconf -v --install` to recreate them (somehow).
Regards,
Ralf