repositories
/
lsystem3d.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
changed targetname
[lsystem3d.git]
/
configure.in
1
AC_INIT(configure.in)
2
3
AM_CONFIG_HEADER(config.h)
4
AM_INIT_AUTOMAKE(lsystem, 0.1)
5
6
AC_LANG_CPLUSPLUS
7
AC_PROG_CXX
8
AM_PROG_LIBTOOL
9
10
AC_OUTPUT(Makefile src/Makefile)