projects
/
riece
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* riece-filter.el (riece-filter): Modified regexp.
[riece]
/
configure.ac
1
AC_INIT(configure.ac)
2
AC_PREREQ(2.50)
3
AM_INIT_AUTOMAKE(riece, 1.0.7)
4
5
AC_ISC_POSIX
6
AC_PROG_INSTALL
7
AC_PROG_MAKE_SET
8
9
AC_CHECK_EMACS
10
AC_PATH_LISPDIR
11
AC_PATH_PACKAGEDIR
12
13
AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
14
15
AC_OUTPUT(Makefile \
16
lisp/Makefile
17
lisp/test/Makefile
18
doc/Makefile)