repositories
/
lsystem3d.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Stochastic L-system.
[lsystem3d.git]
/
configure.in
Commit
Line
Data
9469555e
1
AC_INIT(configure.in)
2
3
AM_CONFIG_HEADER(config.h)
90660240
4
AM_INIT_AUTOMAKE(lsystem3d, 0.1.0)
9469555e
5
6
AC_LANG_CPLUSPLUS
7
AC_PROG_CXX
8
AM_PROG_LIBTOOL
9
10
AC_OUTPUT(Makefile src/Makefile)