File: configure.in

package info (click to toggle)
mailcrypt 3.4-4
  • links: PTS
  • area: contrib
  • in suites: hamm
  • size: 488 kB
  • ctags: 203
  • sloc: lisp: 2,088; sh: 259; makefile: 157
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
dnl Process this file with autoconf to produce a configure script.
AC_INIT(mailcrypt.el)

AC_PROG_INSTALL()

AC_CHECK_PROGS(EMACS19, emacs xemacs)

AC_OUTPUT(Makefile)