bug-sourceinstall
[Top][All Lists]
Advanced

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

[bug-sourceinstall] [bug #17235] install-info workaround on debian based


From: anonymous
Subject: [bug-sourceinstall] [bug #17235] install-info workaround on debian based systems
Date: Mon, 31 Jul 2006 10:33:47 +0000
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.4) Gecko/20060602 Firefox/1.5.0.4

Follow-up Comment #3, bug #17235 (project sourceinstall):

> There still seems to be a problem.
> And I suspect the cause is here, it still checks for the 
> install-info from dpkg;

> line 53 in configure.ac
> if (${PRG_install_info} --version && install-info --version 2>&1 
> | sed 1q | grep -i -v debian) >/dev/null 2>&1; then
> 
> it works if the check is changed into:
> if (${PRG_install_info} --version 2>&1 | sed 1q | grep -i -v 
> debian) >/dev/null 2>&1; then

I fixed this too quickly it seems;
the correct change is to replace the direct invocation of install-info in
line 53 of configure.ac with ${PRG_install_info}.

This apparently strange sequence of invocations is required to check for
known problems.

I'll rebuild CVS asap.
Thanks for the catch!

Claudio


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17235>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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