Stefan Monnier <monn...@iro.umontreal.ca> writes: > I suggest the patch below which renames `tex-site.el.in` to > `tex-site.el`. We lose the `AUCTEX-date` info, but IMO the > simplification is worth this minor downside (at least for GNU-devel > ELPA packages, the date is encoded in the `AUCTEX-version`). > > [ We could keep `AUCTEX-version` in `tex-site.el`, but IIRC > `package-get-version` works more reliably if it's in the same file > where we have the `Version:` header. ]
Thanks, I did 'make clean' and applied your patch locally. Running make again gives: --8<---------------cut here---------------start------------->8--- In toplevel form: bib-cite.el:591:11: Error: Recursive ‘require’ for feature ‘tex’ In toplevel form: context.el:54:11: Error: Recursive ‘require’ for feature ‘tex’ In toplevel form: context-nl.el:33:11: Error: Recursive ‘require’ for feature ‘tex’ make: *** [GNUmakefile:80: context-nl.elc] Error 1 In toplevel form: context-en.el:33:11: Error: Recursive ‘require’ for feature ‘tex’ make: *** [GNUmakefile:80: context-en.elc] Error 1 In toplevel form: font-latex.el:38:11: Error: Recursive ‘require’ for feature ‘tex’ make: *** [GNUmakefile:80: font-latex.elc] Error 1 --8<---------------cut here---------------end--------------->8--- Best, Arash