Don't create os2 and nt directories

This commit is contained in:
Pavel Roskin 2000-08-02 16:28:09 +00:00
parent 84a2125c44
commit b02be949b0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2000-08-01 Pavel Roskin <proski@gnu.org>
* nt, os2, tk, xv: removed all files
* configure.in: don't create os2 and nt directories
2000-08-01 Pavel Roskin <proski@gnu.org>
* configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN

View File

@ -1295,14 +1295,6 @@ doc/mc.1 doc/mcedit.1 doc/mcserv.8
intl/Makefile po/Makefile.in
],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
if test x$srcdir != x; then
if test $srcdir != .; then
mkdir nt
mkdir os2
cp $srcdir/pc/Makefile nt/Makefile
fi
fi
if echo "$screen_manager" | grep -q "SLang" ; then
screen_manager="${screen_manager}${slang_term}"
fi