bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] PATH problem in indent 2.2.8


From: Benoît Sibaud
Subject: [Bug-indent] PATH problem in indent 2.2.8
Date: Thu, 16 May 2002 15:26:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020412 Debian/0.9.9-6

Hi,

Configured with
    ./configure \
    --prefix=${SHOP_STOW}/${SHOP_PACKAGE} \
    --exec-prefix=${SHOP_STOW}/${SHOP_PACKAGE}/${SHOP_CONFIG}

gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c `test -f texinfo2man.c || echo './'`texinfo2man.c
gcc  -g -O2   -o texinfo2man  texinfo2man.o
texinfo2man indent.1.in ../doc/indent.texinfo > indent.1
/bin/sh: texinfo2man: command not found

--- man/Makefile.am.old Thu May 16 14:52:29 2002
+++ man/Makefile.am     Thu May 16 14:52:22 2002
@@ -11,5 +11,5 @@
 MAINTAINERCLEANFILES = @address@hidden Makefile.in texinfo2man

 @address@hidden: @address@hidden ../doc/@address@hidden texinfo2man  Makefile
-       texinfo2man @address@hidden ../doc/@address@hidden > $@
+       ./texinfo2man @address@hidden ../doc/@address@hidden > $@


but the problem is not fully resolved

./texinfo2man indent.1.in ../doc/indent.texinfo > indent.1
../doc/indent.texinfo line 25 : Unknown texinfo command @sp 10

Except this small point, indent 2.2.8 compiles on 5 platforms (i686-pc-linux-gnu, sparc-sun-solaris2.6|7|8, sparc-unknown-linux-gnu)

Regards,

--
Benoît Sibaud
R&D Engineer - France Telecom



reply via email to

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