Re: Changes to aclocal.m4
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* David Kastrup (2005-01-15) writes: > 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 the case at hand it actually makes it easier. TEX_INPUT_DIRS was written for AUCTeX and unused in preview-latex. By removing it from AUCTeX's aclocal.m4 you now _know_ that you can remove it from preview-latex's aclocal.m4. But thanks for the reminder anyway, I'll consider it next time I will be tempted to change aclocal.m4. -- Ralf