autoconf
[Top][All Lists]
Advanced

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

Re: HELP: "uderquoted definition" issue


From: Ralf Wildenhues
Subject: Re: HELP: "uderquoted definition" issue
Date: Sat, 3 Nov 2007 09:56:17 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]