https://github.com/geodynamics/citcoms
Revision 80f2b368e3011f2676f42c66e989504772338554 authored by Eh Tan on 16 October 2013, 05:09:46 UTC, committed by Eh Tan on 16 October 2013, 05:09:46 UTC
1 parent 90690a9
Raw File
Tip revision: 80f2b368e3011f2676f42c66e989504772338554 authored by Eh Tan on 16 October 2013, 05:09:46 UTC
added ignore file
Tip revision: 80f2b36
cit_backports.m4
# -*- 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])])])


dnl End of file
back to top