bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Debian Lenny Stable and libmcrypt


From: Michael Petch
Subject: [Bug-gnubg] Debian Lenny Stable and libmcrypt
Date: Sun, 21 Jun 2009 23:15:55 -0600
User-agent: Microsoft-Entourage/12.19.0.090515


On 21/06/09 5:10 PM, "Michael Petch" <address@hidden> wrote:

debianlenny:~/personal/gnubg# ./autogen.sh
+ aclocal -I m4
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ libtoolize --force --copy
+ autoheader
+ automake --add-missing --copy -Wno-portability
+ autoconf

After looking at /usr/share/aclocal/libmvrypt.m4 I noticed that it is the culprit. It reads:
AC_DEFUN(AM_PATH_LIBMCRYPT,

It needs to be blocked with [] and should read:
AC_DEFUN([AM_PATH_LIBMCRYPT],

I discovered this has been reported and is fixed in Debian Lenny Testing.

http://packages.debian.org/changelogs/pool/main/libm/libmcrypt/libmcrypt_2.5.8-3/changelog

Please disregard my GnuBG bug report.

reply via email to

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