annotate modules/common/configure-post.ac @ 4132:ebc64fb494fe
[xemacs-hg @ 2007-08-20 22:29:29 by adrian]
xemacs-21.5-clean: Update download sites in Japan
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2007-08-21 Adrian Aichner <adrian@xemacs.org>
* package-get.el (package-get-download-sites): Update download
sites in Japan.
* package-get.el (package-get-pre-release-download-sites): Ditto.
author |
adrian |
date |
Mon, 20 Aug 2007 22:29:29 +0000 |
parents |
d87493ecc64b |
children |
fe82be65969e |
rev |
line source |
1083
|
1
|
|
2 # This part should appear unchanged in every module configure.ac
|
|
3 AC_SUBST(PROGNAME, "module")
|
|
4 AC_SUBST(MOD_CC, "@ELLCC@")
|
|
5 AC_SUBST(MODARCHDIR, "\$(shell @ELLCC@ --mod-archdir)")
|
|
6 AC_SUBST(MAKE_DOCFILE, "\$(MODARCHDIR)/make-docfile")
|
|
7 AC_SUBST(MODCFLAGS, "\$(CFLAGS) --mode=compile --mod-output=\$@ -I\$(MODARCHDIR)/include")
|
|
8 AC_SUBST(INSTALLPATH, "\$(shell @ELLCC@ --mod-site-location)")
|
|
9 AC_SUBST(MOD_INSTALL_PROGRAM, "@INSTALL_PROGRAM@")
|
|
10 AC_SUBST(OBJECT_TO_BUILD, "\$(MODNAME).ell")
|
|
11
|
|
12 AC_CONFIG_FILES([Makefile.in Makefile])
|
|
13 AC_OUTPUT
|