there will be a CMake example later
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1088
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
This is the "money example" from the Check tutorial.
+========================
+Autotools:
+
You need the following programs installed on your system:
-- Autoconf 2.59
-- Automake 1.9.6
client of libmoney.la, just as tests/check_money.c:main() is a client
of libmoney.la
+To use the autotools example in another project, start with the following
+files:
+
+ example
+ |--- configure.ac
+ |--- Makefile.am
+ |--- src
+ | |--- Makefile.am
+ |--- tests
+ |--- Makefile.am
+
Please send bug reports to check-devel AT lists.sourceforge.net.