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