Code

Use AX_WITH_CURSES from GNU autoconf archive to detect ncurses
[tig.git] / Makefile
index ced5be310ee5a9f66f87e3b653b3cf4077930c43..86c455a72b1925256bdd34fd5ab7d3d85725a100 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ rpm: dist
        rpmbuild -ta $(TARNAME).tar.gz
 
 configure: configure.ac acinclude.m4
-       $(AUTORECONF) -v
+       $(AUTORECONF) -v -I contrib
 
 .PHONY: all all-debug doc doc-man doc-html install install-doc \
        install-doc-man install-doc-html clean spell-check dist rpm