Mercurial > hg > xemacs-beta
view modules/common/configure-post.ac @ 1669:c5f86842283a
[xemacs-hg @ 2003-09-07 19:46:30 by adrian]
[A21.5SR21.4] [PATCH] xemacs-21.5: Klaus Berndl's shrink-to-fit fix for `diplay-buffer'
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2003-09-07 Adrian Aichner <adrian@xemacs.org>
* window-xemacs.el (display-buffer): Fix for `shrink-to-fit' by
Klaus Berndl, calling `shrink-window-if-larger-than-buffer' when
displaying buffer in question.
author | adrian |
---|---|
date | Sun, 07 Sep 2003 19:46:32 +0000 |
parents | d87493ecc64b |
children | fe82be65969e |
line wrap: on
line source
# This part should appear unchanged in every module configure.ac AC_SUBST(PROGNAME, "module") AC_SUBST(MOD_CC, "@ELLCC@") AC_SUBST(MODARCHDIR, "\$(shell @ELLCC@ --mod-archdir)") AC_SUBST(MAKE_DOCFILE, "\$(MODARCHDIR)/make-docfile") AC_SUBST(MODCFLAGS, "\$(CFLAGS) --mode=compile --mod-output=\$@ -I\$(MODARCHDIR)/include") AC_SUBST(INSTALLPATH, "\$(shell @ELLCC@ --mod-site-location)") AC_SUBST(MOD_INSTALL_PROGRAM, "@INSTALL_PROGRAM@") AC_SUBST(OBJECT_TO_BUILD, "\$(MODNAME).ell") AC_CONFIG_FILES([Makefile.in Makefile]) AC_OUTPUT