Set up project framework (autotools + CppUnit).
commitfb9f8616c217707f532ae990c2cced262157aec3
authorAndreas Waidler <arandes@programmers.at>
Fri, 19 Feb 2010 12:10:38 +0000 (19 13:10 +0100)
committerAndreas Waidler <arandes@programmers.at>
Thu, 25 Feb 2010 14:52:36 +0000 (25 15:52 +0100)
tree6bf63f6f645e3795d41c5bfc32d84945dddc6e52
Set up project framework (autotools + CppUnit).
17 files changed:
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/libsex/Makefile.am [new file with mode: 0644]
libsex.pc.in [new file with mode: 0644]
m4/ax_compare_version.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/main.cxx [new file with mode: 0644]
tests/testRegistry.cxx [new file with mode: 0644]