bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texinfo configure bug


From: Karl Berry
Subject: Re: texinfo configure bug
Date: Sun, 16 Feb 2003 12:32:29 -0500

    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 <address@hidden>, 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

[Prev in Thread] Current Thread [Next in Thread]