summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-14 18:29:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-14 18:29:09 +0000
commit817466c863f12d485cff985a0a67aaa1d4ca816b (patch)
tree1b929abc6e165a932066802a8d5881ea464c9667 /configure.in
parentThis is a large patch from Eric Valette <valette@crf.canon.fr> that was (diff)
downloadrtems-817466c863f12d485cff985a0a67aaa1d4ca816b.tar.bz2
Patch ("FIX: MKDIR/INSTALL_VARIANT") from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>: 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
Diffstat (limited to '')
-rw-r--r--configure.in12
1 files changed, 0 insertions, 12 deletions
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)