* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
because its Makefile is there; test for the executable instead.
This commit is contained in:
parent
d85a5daf25
commit
081ff160e9
@ -1,3 +1,8 @@
|
|||||||
|
2002-02-23 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
|
||||||
|
because its Makefile is there; test for the executable instead.
|
||||||
|
|
||||||
2002-02-09 Alexandre Oliva <aoliva@redhat.com>
|
2002-02-09 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
Contribute sh64-elf.
|
Contribute sh64-elf.
|
||||||
|
@ -143,7 +143,7 @@ M4 = `if [ -f $$r/m4/m4 ] ; \
|
|||||||
|
|
||||||
# For an installed makeinfo, we require it to be from texinfo 4 or
|
# For an installed makeinfo, we require it to be from texinfo 4 or
|
||||||
# higher, else we use the "missing" dummy.
|
# higher, else we use the "missing" dummy.
|
||||||
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
|
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
|
||||||
then echo $$r/texinfo/makeinfo/makeinfo ; \
|
then echo $$r/texinfo/makeinfo/makeinfo ; \
|
||||||
else if (makeinfo --version \
|
else if (makeinfo --version \
|
||||||
| egrep 'texinfo[^0-9]*([1-3][0-9]|[4-9])') >/dev/null 2>&1; \
|
| egrep 'texinfo[^0-9]*([1-3][0-9]|[4-9])') >/dev/null 2>&1; \
|
||||||
|
Loading…
Reference in New Issue
Block a user