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: GökdenizKaradağ
Subject: [bug-sourceinstall] [bug #17235] install-info workaround on debian based systems
Date: Mon, 31 Jul 2006 09:31:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.8.0.5) Gecko/20060727 Ubuntu/dapper-security Firefox/1.5.0.5

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

Hello,

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

line 32822 in configure script
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


    _______________________________________________________

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]