natknąłem się w jednym programie na coś takiego:
  AC_CHECK_PROG(TEXI2HTML, texi2html, texi2html, false)
  if test -n "$htmldocs_enabled"; then
    # Check that texi2html understands its new-style (e.g. -out_file)
    # arguments
    if test $TEXI2HTML != false &&
       $TEXI2HTML -out_file /dev/null /dev/null >/dev/null 2>/dev/null
    then :
    else
      AC_MSG_ERROR(modern texi2html needed to build HTML documentation)
    fi

nasz texi2html czegoś takiego rzecz jasna nie obsługuje... wie może ktoś
dlaczego? Niby nie mamy aż takiego starego tetexa...

-- 
Andrzej 'The Undefined' Dopierała
UNIX && Linux administrator, Adam Mickiewicz University WMiI
PLD Linux Developer             HomePage: http://aramin.net/
JID: [EMAIL PROTECTED]    e-mail: [EMAIL PROTECTED]

_______________________________________________________
złota zasada - kto się nie zna, niech się nie wypowiada

Odpowiedź listem elektroniczym