Hello all,
With Autoconf, I try to generate a .jam file (for Boost.Build). I need
to write the following text in the .jam :
echo $(FOO) ;
my configure.ac looks like that :
8<------------------------------
AC_PREREQ(2.61)
AC_INIT(prog,1.0,[EMAIL PROTECTED])
cat > foo.jam << EOF
echo $(FOO) ; dnl here is the problem
EOF
AC_OUTPUT
8<-----------------------------
I try everything I could to prevent replacement/expension/? of 'FOO',
quoting, quadrigraphs, etc ; but I'm stuck and I don't find a solution
to « escape » '$('. Any advices for doing that ?
Thanks,
--
Fab
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf