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 --- configure.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f7bfda10b8..cec1d918ff 100644 --- a/configure.in +++ b/configure.in @@ -39,18 +39,6 @@ AC_PATH_PROG(SORT,sort) AC_PROG_INSTALL RTEMS_PATH_PERL -dnl check mkdir behaviour, try to get mkdir -p -m 0755 -dnl NOTE: This is considered obsolete -dnl MKDIR is not used anywhere in the source tree anymore. -dnl In Makefile.ins/Makefile.ams, use -dnl "mkinstalldirs" for recursive mkdir and -dnl "mkdir" for non-recursive mkdir, instead -RTEMS_PATH_MKDIR -RTEMS_PROG_MKDIR_M -RTEMS_PROG_MKDIR_P -test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p" -#test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755" - AC_PATH_PROG(TOUCH,touch) AC_PATH_PROG(CMP,cmp) -- cgit v1.2.3