This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AM_SUBST


Thomas>  If you AC_SUBST a lot of variables the Makefiles become
Thomas>  unnecessarily big. It'd be certainly cleaner if automakes
Thomas>  doesn't add all variables to the Makefiles, either by
Thomas>  ignoring AC_SUBST() or maybe by ignoring those specified by
Thomas>  AM_NO_SUBST()? The latter would be backward compatible.

I think it might be possible to change automake to only emit a macro
definition for those macros actually used.  However, getting this
right is probably tricky, and the result seems to be cosmetic -- so it
isn't a very high priority.

T


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]