[cig-commits] r18275 - cs/autoconf/trunk

brad at geodynamics.org brad at geodynamics.org
Thu Apr 21 19:24:18 PDT 2011


Author: brad
Date: 2011-04-21 19:24:18 -0700 (Thu, 21 Apr 2011)
New Revision: 18275

Added:
   cs/autoconf/trunk/cit_backports.m4
Log:
Added file for backported macros.

Added: cs/autoconf/trunk/cit_backports.m4
===================================================================
--- cs/autoconf/trunk/cit_backports.m4	                        (rev 0)
+++ cs/autoconf/trunk/cit_backports.m4	2011-04-22 02:24:18 UTC (rev 18275)
@@ -0,0 +1,16 @@
+# -*- Autoconf -*-
+
+## --------------------------------------------------------- ##
+## Autoconf macros for functions missing in older versions.  ##
+## --------------------------------------------------------- ##
+
+# Missing in 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
+
+
+# End of file
\ No newline at end of file



More information about the CIG-COMMITS mailing list