"Too, Justin A." <t...@llnl.gov> writes: > However, Autoconf expands $#. How can I escape $#, so that it > will remain as-is in the configure script? I just can't figure > this one out :)
$[#] or $[@%:@] will avoid expansion. (This is really an autoconf question.) -- Ben Pfaff http://benpfaff.org