projects
/
riece
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* riece-300.el (riece-handle-366-message): Don't use riece-user-regexp.
[riece]
/
configure.ac
1
AC_INIT
2
AC_CONFIG_SRCDIR([configure.ac])
3
AC_PREREQ(2.59)
4
AM_INIT_AUTOMAKE(riece, 1.0.8)
5
6
AC_CHECK_EMACS
7
AC_PATH_LISPDIR
8
AC_PATH_PACKAGEDIR
9
10
AM_CONDITIONAL(XEMACS, test ${EMACS_FLAVOR} = xemacs)
11
12
AC_CONFIG_FILES([Makefile
13
lisp/Makefile
14
lisp/test/Makefile
15
doc/Makefile])
16
AC_OUTPUT