Mercurial > hg > xemacs-beta
annotate modules/ldap/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 |
rev | line source |
---|---|
265 | 1 AC_PREREQ(2.12) |
2 AC_INIT(configure.in) | |
3 | |
4 XE_EMACS | |
5 XE_CONFIG_VALUE(dll_cflags dll_ld dll_lflags dll_oflags CFLAGS CC DEFS INSTALL top_srcdir blddir) | |
6 | |
7 RM='rm -f' | |
8 | |
9 AC_SUBST(INSTALL) | |
10 AC_SUBST(RM) | |
11 AC_SUBST(CC) | |
12 AC_SUBST(dll_cflags) | |
13 AC_SUBST(dll_oflags) | |
14 AC_SUBST(dll_lflags) | |
15 AC_SUBST(dll_ld) | |
16 AC_SUBST(top_srcdir) | |
17 AC_SUBST(blddir) | |
18 | |
19 AC_OUTPUT(Makefile | |
20 ldap/Makefile | |
21 base64/Makefile | |
22 example/Makefile | |
23 zlib/Makefile) |