From 26a7f2718350bda0367b97d75fbc3627d4ad2a6f Mon Sep 17 00:00:00 2001 From: "Horst H. von Brand" Date: Thu, 23 Aug 2007 11:15:50 +0200 Subject: [PATCH] Fix INSTALL Signed-off-by: Horst H. von Brand Update Makefile to also use autoreconf for `make configure`. Signed-off-by: Jonas Fonseca --- INSTALL | 2 +- Makefile | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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: -- 2.30.2