I'm having a problem with both autoconf 2.13 and 2.50.
 AC_OUTPUT(myfile-dnl.sh) 
barfs because m4 interprets
the dnl as a command.  Neither
 AC_OUTPUT([myfile-dnl.sh]) nor
 AC_OUTPUT(myfile-d[]nl.sh)
seem to fix it.  However,
 AC_OUTPUT(myfile-d""nl.sh)
seems to do the trick.  Anyone else run into this?


Thanks,
Dan

Reply via email to