Skip to content

Commit

Permalink
* mcfn_install: Remove. Also remove all references to it.
Browse files Browse the repository at this point in the history
* INSTALL.FAST: Update information about ncurses.
From Dmitry Semyonov <[email protected]>
  • Loading branch information
Pavel Roskin committed Sep 5, 2002
1 parent 529cba2 commit ed9d615
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 153 deletions.
1 change: 0 additions & 1 deletion .cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ gettext.m4
intl
install-sh
mc.spec
mcfn_install
missing
mkinstalldirs
stamp-h
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2002-09-05 Pavel Roskin <[email protected]>

* mcfn_install: Remove. Also remove all references to it.
* INSTALL.FAST: Update information about ncurses.
From Dmitry Semyonov <[email protected]>

* acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not
LIBS.
* configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead. Add
Expand Down
4 changes: 1 addition & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ and linked programs in that directory.

6. GNU Midnight Commander allows you to stay in the last current
directory after exiting MC. This is done with a shell function, the man
page has more information about this. If you want to let the install
program make the change to your /etc/profile or your ~/.profile or
~/.bashrc, then type: `make mcfninstall'.
page has more information about this.

The file `configure.in' is used to create `configure' by a program
called `autoconf'. You only need it if you want to regenerate
Expand Down
17 changes: 6 additions & 11 deletions INSTALL.FAST
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ don't, take it from ftp://ftp.gtk.org/pub/gtk/v1.2/
GNU Midnight Commander by default will use the S-Lang screen manager.
It tries the S-Lang library installed on the system, but if it's not
found, the included S-Lang sources are used. It is also possible to
use ncurses as the screen manager. Note that syntax highlighting in
the editor is currently unavailable with ncurses.
use ncurses as the screen manager.

1. Configure the package for your system.

Expand All @@ -34,12 +33,11 @@ the editor is currently unavailable with ncurses.

`--with-ncurses[=PATH]'
Use the flag without =PATH if you want to compile with ncurses
Use this flag with =PATH part, if you want to compile with ncurses
and your ncurses is not installed in any of the places configure
checks (/usr/include, /usr/include/ncurses, /usr/local/include and
/usr/local/include/ncurses). The configure script will append
`lib' and `include' to find the libncurses.a and ncurses.h
files respectively.
Use this flag with =PATH part if you want to compile with
ncurses, and your ncurses is not installed in any of the places
configure normally checks. The configure script will append
`lib' and `include' to find the libncurses.a and ncurses.h files
respectively.

`--with-gpm-mouse[=PATH]'
Use this flag if your GPM mouse package cannot be detected by the
Expand All @@ -63,7 +61,4 @@ for other people and want to tar the whole binary later, you may want
to specify `make install DESTDIR=PATH', which will make PATH the root
for installation.

3a. Type `make mcfninstall' to get an interactive program check if you
want to define an useful alias for the Midnight Commander.

4. Type `mc' and enjoy!
2 changes: 0 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,6 @@ lib/mc.ext
lib/mc.sh
lib/mc.csh

mcfn_install

vfs/extfs/deb
vfs/extfs/ftplist
vfs/extfs/lslR
Expand Down
136 changes: 0 additions & 136 deletions mcfn_install.in

This file was deleted.

0 comments on commit ed9d615

Please sign in to comment.