This commit is contained in:
commit
3fe0218a72
79 changed files with 12547 additions and 0 deletions
10
eo/configure.in
Normal file
10
eo/configure.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
AC_INIT(src/eo)
|
||||
|
||||
AM_INIT_AUTOMAKE(eo, 0.0.0)
|
||||
|
||||
AC_PROG_CXX
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile test/Makefile)
|
||||
Reference in a new issue