From: Horst H. von Brand Date: Thu, 23 Aug 2007 09:15:50 +0000 (+0200) Subject: Fix INSTALL X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26a7f2718350bda0367b97d75fbc3627d4ad2a6f;p=tig.git Fix INSTALL Signed-off-by: Horst H. von Brand Update Makefile to also use autoreconf for `make configure`. Signed-off-by: Jonas Fonseca --- diff --git a/INSTALL b/INSTALL index db7dcbf..2a4d2e1 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ available either in the tarballs or in the above repository in the branch named To install tig simply run: - $ sh autoconf.sh + $ autoreconf $ ./configure $ make install diff --git a/Makefile b/Makefile index bc2e654..da9a743 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,7 @@ TARNAME = tig-$(RPM_VERSION)-$(RPM_RELEASE) override CFLAGS += '-DTIG_VERSION="$(VERSION)"' -AUTOHEADER ?= autoheader -AUTOCONF ?= autoconf +AUTORECONF ?= autoreconf ASCIIDOC ?= asciidoc XMLTO ?= xmlto DOCBOOK2PDF ?= docbook2pdf @@ -107,8 +106,7 @@ rpm: dist rpmbuild -ta $(TARNAME).tar.gz configure: configure.ac - $(AUTOHEADER) - $(AUTOCONF) + $(AUTORECONF) -v # Maintainer stuff release-doc: