This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Makefile not updated on Makefile.am change?
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: automake at gnu dot org
- Date: Mon, 22 Nov 2004 12:19:30 +0100
- Subject: Re: Makefile not updated on Makefile.am change?
- Organization: Department of Numerical Simulation, University of Bonn
- References: <200411221205.15004.trapni@gentoo.org>
* 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