head	1.2;
access;
symbols
	r2_00-beta:1.1.1.1 CYGNUS:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.2
date	2000.09.10.07.45.10;	author aoliva;	state dead;
branches;
next	1.1;

1.1
date	99.08.08.13.27.19;	author green;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.08.08.13.27.19;	author green;	state Exp;
branches;
next	;


desc
@@


1.2
log
@* config.guess, config.sub, install-sh: Removed.
* ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
* Makefile.in: Rebuilt.
@
text
@#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain

errstatus=0

for file
do
   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
   shift

   pathcomp=
   for d in ${1+"$@@"} ; do
     pathcomp="$pathcomp$d"
     case "$pathcomp" in
       -* ) pathcomp=./$pathcomp ;;
     esac

     if test ! -d "$pathcomp"; then
        echo "mkdir $pathcomp" 1>&2
        mkdir "$pathcomp" || errstatus=$?
     fi

     pathcomp="$pathcomp/"
   done
done

exit $errstatus

# mkinstalldirs ends here
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@2.00-beta import
@
text
@@
