commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r11001 - gnuradio/trunk


From: jcorgan
Subject: [Commit-gnuradio] r11001 - gnuradio/trunk
Date: Mon, 11 May 2009 10:04:00 -0600 (MDT)

Author: jcorgan
Date: 2009-05-11 10:03:59 -0600 (Mon, 11 May 2009)
New Revision: 11001

Modified:
   gnuradio/trunk/configure.ac
Log:
Backport automake 2.60's AC_PROG_MKDIR_P so we can continue to support automake 
2.57 (Achilleas Anastasopoulos)

Modified: gnuradio/trunk/configure.ac
===================================================================
--- gnuradio/trunk/configure.ac 2009-05-11 15:31:33 UTC (rev 11000)
+++ gnuradio/trunk/configure.ac 2009-05-11 16:03:59 UTC (rev 11001)
@@ -82,7 +82,18 @@
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_INSTALL
+
+# 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
+
 AC_PATH_PROG([RM_PROG], [rm])
 
 AC_LIBTOOL_WIN32_DLL





reply via email to

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