Andre Caldas writes:

>> I really love the  feature  to  replace a autoconf variable
>> with content of a file, ie. using AC_SUBST_FILE. But this feature
>> would be of even greater value if variable
>> substitution would take place.

> What variable would you want to substitute? With what value?

I assume the goal is general @variable@ substitution, like what
happens if you use the following to get @common_mk@ replaced:

--- autoconfig.ac ---
common_mk=common.mk
AC_SUBST_FILE(common_mk)
AC_CONFIG_FILES([common.mk:common.in])

-- 
Olaf Weber

               (This space left blank for technical reasons.)



_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to