File: configure.ac

package info (click to toggle)
easypg 0.0.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 448 kB
  • ctags: 318
  • sloc: lisp: 2,960; sh: 532; makefile: 33
file content (15 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT
AC_CONFIG_SRCDIR([configure.ac])
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE(epg, 0.0.7)

AC_CHECK_EMACS
AC_PATH_LISPDIR
AC_PATH_PACKAGEDIR

AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)

AC_CHECK_GPG(1.4.3,,AC_MSG_ERROR([No suitable version of gpg]))

AC_CONFIG_FILES([Makefile])
AC_OUTPUT