using $(FOO) in configure.ac

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

 



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,foo@bar)

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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux