From 817466c863f12d485cff985a0a67aaa1d4ca816b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Jun 1999 18:29:09 +0000 Subject: Patch ("FIX: MKDIR/INSTALL_VARIANT") from Ralf Corsepius : This patch removes MKDIR from RTEMS source tree and fixes another small bug in the definition of INSTALL_VARIANT (cf. to the patch itself for details, it should be self-explanatory) After applying the patch please do: cvs rm aclocal/mkdir.m4 ./autogen --- aclocal.m4 | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index d666fd0db5..f221ea2826 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -218,48 +218,6 @@ AC_MSG_WARN( fi ]) -dnl -dnl $Id$ -dnl - -dnl macro to detect mkdir -AC_DEFUN(RTEMS_PATH_MKDIR, -[AC_PATH_PROG(MKDIR,mkdir) -]) - -dnl macro to check for mkdir -p -AC_DEFUN(RTEMS_PROG_MKDIR_P, -[ -AC_REQUIRE([RTEMS_PATH_MKDIR]) -AC_MSG_CHECKING([for working $MKDIR -p]) -AC_CACHE_VAL(rtems_cv_prog_mkdir_p, -[rm -rf conftestdata -if $MKDIR -p conftestdata 2>/dev/null ;then -rtems_cv_prog_MKDIR_P="yes" -else -rtems_cv_prog_MKDIR_P="no" -fi])dnl -rm -rf conftestdata -AC_MSG_RESULT($rtems_cv_prog_MKDIR_P) -]) - -dnl macro to check for mkdir -m 0755 -AC_DEFUN(RTEMS_PROG_MKDIR_M, -[ -AC_REQUIRE([RTEMS_PATH_MKDIR]) -AC_MSG_CHECKING([for working $MKDIR -m 0755]) -AC_CACHE_VAL(rtems_cv_prog_MKDIR_P, -[rm -rf conftestdata -if $MKDIR -m 0775 conftestdata 2>/dev/null; then -rtems_cv_prog_MKDIR_M="yes" -else -rtems_cv_prog_MKDIR_M="no" -fi])dnl -rm -rf conftestdata -AC_MSG_RESULT($rtems_cv_prog_MKDIR_M) -]) - - dnl $Id$ AC_DEFUN(RTEMS_PATH_KSH, -- cgit v1.2.3