From b02be949b0749265c395eee4847aad82391a836d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 2 Aug 2000 16:28:09 +0000 Subject: [PATCH] Don't create os2 and nt directories --- ChangeLog | 5 +++++ configure.in | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa239fb56..aa4e90c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-01 Pavel Roskin + + * nt, os2, tk, xv: removed all files + * configure.in: don't create os2 and nt directories + 2000-08-01 Pavel Roskin * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN diff --git a/configure.in b/configure.in index 4b183ebad..4c580df95 100644 --- a/configure.in +++ b/configure.in @@ -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