repo.or.cz
/
reinteract
/
rox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Add tests for Notebook
[reinteract/rox.git]
/
configure.ac
blob
bc208712a5de66c3baa505835f700e59e49440ac
1
AC_INIT(reinteract, 0.0.1)
2
3
AC_CONFIG_AUX_DIR(config)
4
5
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
6
AM_MAINTAINER_MODE
7
AM_PATH_PYTHON(2.4)
8
9
REINTERACT_PACKAGE_DIR=${pythondir}/$PACKAGE_NAME
10
AC_SUBST(REINTERACT_PACKAGE_DIR)
11
12
AC_OUTPUT([
13
Makefile
14
])