automake buglet

2003-08-10 Thread Tom Tromey
I'm using 1.7.6a. My Makefile.am has: TEXINFO_TEX = ../gcc/doc/include/texinfo.tex My configure.in has: AC_CONFIG_AUX_DIR(..) I expected TEXINFO_TEX to override AC_CONFIG_AUX_DIR, but it doesn't: fleche. automake Makefile.am:61: required file `../texinfo.tex' not found Tom

Re: make ps?

2003-08-10 Thread Frederik Fouvry
,-- Le Tue, 05 Aug, Alexandre Duret-Lutz a écrit le suivant: | | >>> "Frederik" == Frederik Fouvry <[EMAIL PROTECTED]> writes: | | [...] | Frederik> The manual says "The other files [than .info] can be built on | Frederik> request by make dvi, make ps, and make pdf." | [...] | Frederik> I hav