Am Mit, 2002-07-03 um 09.44 schrieb Ionutz Borcoman: > Hi, > > Is there any way to set the autotools or something else to regenerate > Makefile.in and Makefile files if I change the Makefile.am ? Makefile.am => You probably are using automake.
Automake automatically regenerates all generated that have been used in a previous make-run during subsequent make-runs. > Or is there > a simple command to do this (but keeping all the options I've give to > configure) ? "make" > What about file xxx generated from xxx.in ? > > The problem is that my package grew quite a lot lately and I have to > wait a lot just to regenerate a Makefile, for example... You have just discovered that autoconf has become pretty slow ;) Ralf
