X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=b632a411167b9711b94c6563e38fcd21e23517cc;hb=3a49725b5c3a0f995883f18a6b8d29d84ae53050;hp=52b450fc5498c4119f1ebb6dc5ddbaa2a789b524;hpb=31f77ccf8a5ebab026ede19b1cf39ed5ba331294;p=cascardo%2Fdeclara.git diff --git a/configure.ac b/configure.ac index 52b450f..b632a41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(declara,2015.0,libreceita@lists.libreplanetbr.org) +AC_INIT(declara,2016.0,libreceita@lists.libreplanetbr.org) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE LT_INIT @@ -9,5 +9,9 @@ dnl Checking for zlib. AC_SEARCH_LIBS([crc32], [z], [], AC_MSG_ERROR([could not find zlib])) +dnl Checking for readline +AC_SEARCH_LIBS([readline], [readline], [], + AC_MSG_ERROR([could not find readline])) + AC_CONFIG_HEADERS([config.h]) -AC_OUTPUT(Makefile lib/Makefile src/Makefile test/Makefile) +AC_OUTPUT(Makefile lib/Makefile src/Makefile test/Makefile help/Makefile)