You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This [autotools](http://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/index.html) project shows how to use other existing autotools packages in a new autotools package.
3
2
4
-
Nesting autotools packages
3
+
## What is for?
4
+
5
+
To test my ability creating GNU/Linux redistributable packages.
6
+
7
+
# The requirements
8
+
9
+
1. Use log4cpp as the application logger
10
+
2. Save 101 records in a sqlite database at the same time using 101 threads
11
+
3. Do not use system libraries for log4cpp and sqlite3
0 commit comments