Re: HELP: "uderquoted definition" issue

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

 



Hello Rachmat,

* Rachmat Hidayat Al-Anshar wrote on Sat, Nov 03, 2007 at 04:50:28AM CET:
> There is a step that ask me to run 'aclocal', and I get this message:
> 
> /usr/share/aclocal/xdelta.m4:7: warning: underquoted definition of
> AM_PATH_XDELTA

Please (let your sysadmin) edit the file /usr/share/aclocal/xdelta.m4,
in line 7 change

  AC_DEFUN(AM_PATH_XDELTA,
  [...
  ])

to
  AC_DEFUN([AM_PATH_XDELTA],
  [...
  ])

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux