X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fdeclara.git;a=blobdiff_plain;f=configure.ac;h=b632a411167b9711b94c6563e38fcd21e23517cc;hp=7e845260f09b05b06637d2ace46859e29ee37b85;hb=5e35cc08b2adfd14da44084cd46fc6edea5a026c;hpb=5c3299a5fc3103e21d7d7a2a6ae03c5c7d3eb221 diff --git a/configure.ac b/configure.ac index 7e84526..b632a41 100644 --- a/configure.ac +++ b/configure.ac @@ -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)