diff -ru /build/texinfo-4.5/configure.ac ./configure.ac
    --- /build/texinfo-4.5/configure.ac Wed Feb  5 01:40:19 2003
    +++ ./configure.ac  Sun Feb 16 01:29:26 2003
    @@ -105,7 +105,7 @@
          LIBS="$oldLIBS -l$termlib"
        fi
        AC_TRY_LINK(, 
    -#ifdef HAVE_NCURSES_TERMCAP_H
    +[#ifdef HAVE_NCURSES_TERMCAP_H
     #include <ncurses/termcap.h>
     #else
     #ifdef HAVE_TERMCAP_H
    @@ -121,10 +121,10 @@
     /* Make sure all variables actually exist.  AIX 4.3 has ospeed but no BC.
        --Andreas Ley <[EMAIL PROTECTED]>, 24 Aug 2000.  */
     BC++;
    -UP++
    +UP++;
     PC++;
     return ospeed != 0;
    -, ac_cv_var_ospeed=$trylib; break)
    +], ac_cv_var_ospeed=$trylib; break)
     done
     LIBS=$oldLIBS
     )

I installed this change.  Thanks much.

Reply via email to