[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoconf and filenames containing dnl
From: |
Dan Kegel |
Subject: |
autoconf and filenames containing dnl |
Date: |
Fri, 30 Nov 2001 11:33:41 -0800 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- autoconf and filenames containing dnl,
Dan Kegel <=