shithub: libsamplerate

Download patch

ref: 20e6eb83a93fc28b5add875f112fe252cd221b51
parent: c2350ce765f1d849a6b8c2b307c0fe5982bf4705
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Wed Sep 17 10:39:24 EDT 2008

configure.ac : Add AC_PROG_MKDIR_P.

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-17  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
+
+    * configure.ac
+    Add AC_PROG_MKDIR_P.
+
 2008-07-10  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * src/samplerate.c
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@
 AC_PROG_LN_S
 AC_PROG_LIBTOOL
 AM_PROG_LIBTOOL
+AC_PROG_MKDIR_P
 
 if test "x-$build_os-$host_os-$target_os" = x-mingw32-mingw32-mingw32 ; then
 	AC_CHECK_PROG(DLLTOOL, dlltool, dlltool)