m4 syntax error warning when using newer automake (1.8)
Status: Beta
Brought to you by:
chappelier
i verified that it has not been fixed in 0.9.1
/usr/share/aclocal/libfame.m4:6: warning: underquoted
definition of AM_PATH_LIBFAME
the change is short :
AC_DEFUN( AM_PATH_LIBFAME, ...
=>
AC_DEFUN( [AM_PATH_LIBFAME], ...
and automake 1.8.x would be happy
++
Logged In: YES
user_id=95082
an explication of the reason of this change is there :
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
Logged In: YES
user_id=95082
a fix (patch) for this is attached there :
http://sourceforge.net/tracker/index.php?func=detail&aid=896242&group_id=19741&atid=319741