Added build logic for the Emacs file.

This commit is contained in:
John Wiegley 2006-02-15 21:19:00 +00:00
parent ba3de24757
commit 7716630a42
2 changed files with 8 additions and 0 deletions

View file

@ -95,6 +95,11 @@ info_TEXINFOS = ledger.texi
######################################################################
lisp_LISP = ledger.el timeclock.el
dist_lisp_LISP = ledger.el timeclock.el
######################################################################
all-clean: maintainer-clean
rm -fr *~ .*~ .\#* *.html *.info *.pdf *.a *.so *.o *.lo *.la \
*.elc *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr \

View file

@ -13,6 +13,9 @@ AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
AM_PROG_LIBTOOL
# Checks for emacs lisp path
AM_PATH_LISPDIR
# check if UNIX pipes are available
AC_CACHE_CHECK(
[if pipes can be used],