Changes to aclocal.m4
David Kastrup <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
Well, after taking a look at the latest ChangeLog, I see: * aclocal.m4 (library): Remove TEX_INPUT_DIRS function. Please don't do stuff like that. We have a shared aclocal.m4 between preview-latex and AUCTeX, and removing stuff from it makes synchronization harder. In particular, at the current point of time, the aclocal.m4 in AUCTeX is slightly more likely to be up to date. Removing stuff from it that we may have fixed since the last synchronization with preview-latex (we tend to get more bug reports for AUCTeX), and that still may need repairing in preview-latex's aclocal.m4, is a bad idea. It causes additional work. Please save such operations until after we have merged AUCTeX and preview-latex, and we can be sure that we'll never need it again. Unused functions in aclocal.m4 are not harmful. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum