Hi, I'd like to comment on my code: > eval ac_define_dir="\"[$]$2\"" > eval ac_define_dir="\"[$]ac_define_dir\"" The same effect can be achieved by the following: eval eval ac_define_dir="\"\\\"[$]$2\\\"\"" not speaking about the possibility to assign exec_prefix=$prefix instead of exec_prefix='${prefix}' in the preceding code, so that one less `eval' would be needed. Now, what do the ac-archive maintainers prefer? Stepan _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf