aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-radeonhd-devel/files/patch-configure.ac
blob: a16fa1325a742dbd6c74619ad05967b5b8f70786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.ac.orig	2009-11-01 04:18:22.000000000 +0900
+++ configure.ac	2009-11-01 04:23:22.892872472 +0900
@@ -21,6 +21,9 @@
 AC_DISABLE_STATIC
 AC_PROG_CC
 
+dnl Define MKDIR_P var without requiring AC_PROG_MKDIR_P (new in autoconf-2.59b)
+m4_ifdef([AC_PROG_MKDIR_P], [AC_PROG_MKDIR_P], [AC_SUBST([MKDIR_P], [${MKDIR_P-mkdir -p}])])
+
 dnl Define SED var without requiring AC_PROG_SED (new in autoconf-2.59b)
 m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_SUBST([SED], [${SED-sed}])])