autoconf
[Top][All Lists]
Advanced

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

Re: AC_SUBST_FILE


From: Olaf Weber
Subject: Re: AC_SUBST_FILE
Date: Thu, 16 Dec 2004 08:49:01 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

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.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]