tamago-4.0.6
[elisp/tamago.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(egg.el)
3
4 dnl Checks for programs.
5 AC_PROG_INSTALL
6 AC_PROG_MAKE_SET
7
8 dnl Checks for libraries.
9
10 dnl Checks for header files.
11
12 dnl Checks for typedefs, structures, and compiler characteristics.
13
14 dnl Checks for library functions.
15
16 lispdir=${datadir}/emacs/site-lisp
17 AC_SUBST(lispdir)
18 AC_OUTPUT(Makefile)