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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio