Add the autogen.sh script to the source tree.
[lsystem3d.git] / configure.in
CommitLineData
9469555e 1AC_INIT(configure.in)
2
3AM_CONFIG_HEADER(config.h)
f834f8a9 4AM_INIT_AUTOMAKE(lsystem3d, 0.2.1)
9469555e 5
6AC_LANG_CPLUSPLUS
7AC_PROG_CXX
8AM_PROG_LIBTOOL
9
10AC_OUTPUT(Makefile src/Makefile)