Create libtool-static for creating irssi modules that don't need .a

libraries.

Small update to curses's help


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@719 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-04 00:22:59 +00:00 committed by cras
commit c5add0e0a4
3 changed files with 27 additions and 4 deletions

View file

@ -127,7 +127,7 @@ AC_DEFUN(AC_CHECK_CURSES,[
)
AC_ARG_WITH(ncurses,
[ --with-ncurses[=dir] Compile with ncurses/locate base dir],
[ --with-ncurses[=dir] Compile with ncurses/locate base dir],
if test x$withval = xno ; then
search_ncurses=false
elif test x$withval != xyes ; then