> Just remove all > readline stuff from configure.ac, remove the non-readline case in > ftp/main.c, and add the gnulib readline module, and you should be set.
We still need to check for libreadline in configure.ac, since gnulib does not provide the add_history function, which is used by Inetutils. Even if we use the readline module from gnulib, we have to envelop the add_history calls with #if HAVE_LIBREADLINE...#endif pairs. So what do we do? By the way I have made the necessary changes to the patch, and will be sending it over after a bit of testing. Happy hacking, Debarshi -- GPG key ID: 63D4A5A7 Key server: pgp.mit.edu _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
