hello,
automake 1.8.x is more strict than older versions about
m4 syntax :
the first parameter of AC_DEFUN must be quoted.
here are the errors i have :
/usr/share/aclocal/libraw1394.m4:6: warning:
underquoted definition of AC_LIB_RAW1394_FLAGS 0.9.0
(dead : 2001-05-13 )
/usr/share/aclocal/libraw1394.m4:19: warning:
underquoted definition of AC_LIB_RAW1394_HEADERS
/usr/share/aclocal/libraw1394.m4:41: warning:
underquoted definition of AC_LIB_RAW1394_LIBVERSION
/usr/share/aclocal/libraw1394.m4:75: warning:
underquoted definition of AC_LIB_RAW1394_RUNTEST
/usr/share/aclocal/libraw1394.m4:138: warning:
underquoted definition of AC_LIB_RAW1394
to fix it, it is simple :
AC_DEFUN( SOMETHING, ...
became
AC_DEFUN( [SOMETHING], ...
and automake would be silent
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