
  Compile:  you have 3 choices:
  ~~~~~~~~
  ./compile-rl      - with GNU ReadLine (librl requires!)
  ./compile-el      - with Editline library (included into this package)
  ./compile-norm    - with simple gets(), no line editor and history

  If you have librl, try compile-rl, else compile-el.
  If you have problems compiling Editline, try compile-norm.
  
  I have to many problem with GNU readline (it's too robust for
  work everywhere)  I couldn't compile on AIX, and on linux only
  the static library (libreadline.a) is created, librl.so failed.
  So I suggest using editline, if you don't have pre-compiled librl.
  
  Note for SUN users: you may have to edit compile-* script
  and add  -lsocket -lnsl  options to gcc.
  
  Install:
  ~~~~~~~~
  Copy files 'aftp' and 'aftp.help' into your binary directory,
  for example:
     cp aftp aftp.help /usr/local/bin
  Note: aftp and aftp.help must be in same directory, otherwise
  help command won't work.
