* Clemens Fruhwirth (2006-01-26) writes:

> Here are my build fixes.

Thanks for the info.

> The first one is not backward compatible, you
> may want to rewrite it to check if either *-packages or
> *-package-hierarchies is bound. 

Copied here from the patch:

> -       (let (reldir (dirs (append late-packages last-packages 
> early-packages)))
> +       (let (reldir (dirs (append late-package-hierarchies 
> last-package-hierarchies early-package-hierarchies)))

Are *-packages and *-package-hierarchies equivalent?  If they are, do
you know why XEmacs does not provide aliases for those variables?

> The second one isn't xemacs specific and shouldn't cause any
> problems. 

Copied here from the patch:

>           for i in $(PACKAGE_INFO); do \
> -           test -r "info/$$i.info" && echo "info/$$i.info" >> 
> "pkginfo/MANIFEST.$(PACKAGE)" ; \
> +           test -r "info/$$i.info" && echo "info/$$i.info" >> 
> "pkginfo/MANIFEST.$(PACKAGE)" ; true; \
>           done && \

Why do you require this change?

-- 
Ralf


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to