[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5. Autoconf

Place the following in your configure.in file:

 
AC_CHECK_LIB(tui, tuiExit,[
  LIBS="$LIBS -ltui"
],[
  AC_MSG_ERROR([

The Libtui library is needed for compiling xyz app. You can get it
at: http://www.wsmake.org/~mike/software/libtui/])
])


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by on May, 16 2001 using texi2html