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