| Ilya Zakharevich on Tue, 21 Aug 2001 13:42:49 -0400 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [PATCH 2.1.1] Buggy symbol search |
This fixes a long-standing misprint(s).
Enjoy,
Ilya
*** Configure~ Fri Apr 27 15:51:44 2001
--- Configure Tue Aug 21 19:44:23 2001
***************
*** 563,569 ****
if (grep rl_save_prompt $x > /dev/null 2>&1); then
rl_save_prompt=yes;
else
! lib=$rl_fullname; sym=rl_save_prompt; ./locatesymbol
_rl_save_prompt=$try
fi;;
*) echo ..."But no header file has been found"
--- 563,569 ----
if (grep rl_save_prompt $x > /dev/null 2>&1); then
rl_save_prompt=yes;
else
! lib=$rl_fullname; sym=rl_save_prompt; . ./locatesymbol
_rl_save_prompt=$try
fi;;
*) echo ..."But no header file has been found"
***************
*** 751,757 ****
fi
if test "$which_graphic_lib" = gnuplot -a -z "$gcc"; then
! lib=$gnuplot_fullpath; sym=_eprintf; ./locatesymbol
if test -n "$try"; then
echo "...Looks like gcc-compiled gnuplot. I add -lgcc to graphic libraries"
_ogcc="$gcc"
--- 751,757 ----
fi
if test "$which_graphic_lib" = gnuplot -a -z "$gcc"; then
! lib=$gnuplot_fullpath; sym=_eprintf; . ./locatesymbol
if test -n "$try"; then
echo "...Looks like gcc-compiled gnuplot. I add -lgcc to graphic libraries"
_ogcc="$gcc"