[CONF] Resurrected config files

This commit is contained in:
emeric
2016-05-02 20:13:39 +02:00
parent 6f973096f3
commit 1034adac6c
5 changed files with 155 additions and 2 deletions
+5
View File
@@ -109,6 +109,11 @@ AC_CHECK_LIB( [tag],
,
[AC_MSG_ERROR([libtag not found!])])
AC_CHECK_LIB( [config++],
[main],
,
[AC_MSG_ERROR([libtag not found!])])
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile])