view modules/common/configure-post.ac @ 5007:bb6a375da086

Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See <870180fe1002080913m61bb2c1fy210bdafcc6c6893a@mail.gmail.com> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Tue, 09 Feb 2010 09:40:42 -0700
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