autoconf
[Top][All Lists]
Advanced

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

Re: changequote


From: Akim Demaille
Subject: Re: changequote
Date: 20 Dec 2000 18:40:10 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| I have some problems with a newer autoconf,
| I have some code (I'm not the author) that looks like
| 
|      changequote({,})dnl
| 81:  AC_MSG_CHECKING(for JAVA_HOME)
| 
| and gives the following disaster:
| 
|   /usr/local/bin/autoheader: unexpected EOF while looking for `''
|   /usr/local/bin/autoheader: /tmp/ah17363/traces.sh: line 4: syntax error
|   Running autoconf in ./modules/Java
|   configure.in:81: /usr/bin/m4: Bad regular expression `[\([`""]\)]': 
Unmatched ) or \)
|   [configure.in:81[: error: [[[back quotes and double quotes should not be 
escaped in: [[$as_me:__oline__: checking for JAVA_HOME]]]]]]
|   ][
|   ][
|   ][
|   ][
|   ][
|   [snip]
|   ][
|   ]configure.in:81: /usr/bin/m4: ERROR: Recursion limit of 250 exceeded, use 
-L<N> to change it
|   
| Does this mean changequote no longer works?

No, it means you cannot expect AC_MSG_CHECKING to keep on working
after having changed the quotes.  Get rid of changequote.  If you need
some help, post the snippet.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]