Mercurial > hg > xemacs-beta
diff modules/configure.in @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/configure.in Mon Aug 13 10:25:37 2007 +0200 @@ -0,0 +1,23 @@ +AC_PREREQ(2.12) +AC_INIT(configure.in) + +XE_EMACS +XE_CONFIG_VALUE(dll_cflags dll_ld dll_lflags dll_oflags CFLAGS CC DEFS INSTALL top_srcdir blddir) + +RM='rm -f' + +AC_SUBST(INSTALL) +AC_SUBST(RM) +AC_SUBST(CC) +AC_SUBST(dll_cflags) +AC_SUBST(dll_oflags) +AC_SUBST(dll_lflags) +AC_SUBST(dll_ld) +AC_SUBST(top_srcdir) +AC_SUBST(blddir) + +AC_OUTPUT(Makefile + ldap/Makefile + base64/Makefile + example/Makefile + zlib/Makefile)