This change prompted by a problem report by Andrey Simonenko in
commit6a575d434f295d06d00ce38826ff11bd7e4df939
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Dec 2006 18:25:23 +0000 (15 18:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Dec 2006 18:25:23 +0000 (15 18:25 +0000)
treec14f4c58af55b5cbf0946d3e408f71483cf5d175
parent370f05147600eb09b13012761448429d21198c6c
This change prompted by a problem report by Andrey Simonenko in
<http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
* doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
object-like macros only, in the traditional portable character
set.
* lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
Warn about attempts to define things that are not identifiers.
* lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
awful hack that AC_DEFINEd macro names containing parentheses.
ChangeLog
doc/autoconf.texi
lib/autoconf/fortran.m4
lib/autoconf/general.m4