discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: error compiling gnuradio trunk


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: error compiling gnuradio trunk
Date: Mon, 4 May 2009 12:56:34 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, May 04, 2009 at 03:37:05PM -0400, Achilleas Anastasopoulos wrote:
> I found out that
>
> AC_PROG_MKDIR_P is defined only on autoconf 2.60, while
> gnuradio requires only autoconf 2.57 and above.
>
> After a google search, I found this patch:
>
> # AC_PROG_MKDIR_P
> # is a backport of autoconf-2.60's AC_PROG_MKDIR_P.
> # Remove this macro when we can assume autoconf >= 2.60.
> m4_ifdef([AC_PROG_MKDIR_P], [], [
>   AC_DEFUN([AC_PROG_MKDIR_P],
>     [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
>      MKDIR_P='$(mkdir_p)'
>      AC_SUBST([MKDIR_P])])])
> AC_PROG_MKDIR_P
>
> I put this in the configure.ac file and it seems that it works now.
>
> I have no idea about these programs, so can someone apply this/or a more  
> appropriate fix.
>
> Thanks
> Achilleas
>

Achilleas,

Thanks for sorting this out.  Johnathan or I will make sure that it
gets into the trunk and the 3.2 release.

Eric




reply via email to

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