|
From: | Paolo Bonzini |
Subject: | Re: config files substitution with awk |
Date: | Mon, 20 Nov 2006 10:05:21 +0100 |
User-agent: | Thunderbird 1.5.0.8 (Macintosh/20061025) |
+rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF + FS = "[|]#_!!_#[|]" +}
You could put here an "$extrasub" or do a quick run with sed over the output...
-" $ac_file_inputs m4_defn([_AC_SED_CMDS])>$tmp/out +" $ac_file_inputs m4_defn([_AC_SUBST_CMDS])>$tmp/out
... here:+" $ac_file_inputs m4_defn([_AC_SUBST_CMDS]) | sed "${extrasub:-b}" >$tmp/out
Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |