Re: [OT] Re: ok that nearly works.



Paul Davis <pbd Op Net> writes: 
> if a makefile ever realizes that you need to rebuild configure from
> configure.in, it will run aclocal *without* ACLOCAL_FLAGS being passed
> as an argument. if your build process relies on ACLOCAL_FLAGS being
> passed to aclocal, then the automatic rebuilding of a configure script
> will not work.

Lots of configure.in scripts have this workaround in them:

 # Honor aclocal flags
 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]