From d2fdf91ce20bc64a4d486df8d195b6b05b000db9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 12 Apr 2007 22:36:36 +0000 Subject: [PATCH] autoreconf -> sh boot --- README | 4 ++-- configure.ac | 2 +- ghc.spec.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index f7e8cd6..03642fb 100644 --- a/README +++ b/README @@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation. Quick start: the following gives you a default build: - $ autoreconf + $ sh boot $ ./configure $ make $ make install -The autoreconf step is only necessary if this is a tree checked out +The "sh boot" step is only necessary if this is a tree checked out from darcs. For source distributions downloaded from GHC's web site, this step has already been performed. diff --git a/configure.ac b/configure.ac index 70936e2..ac9835a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haske # when the source distribution was created. if test ! -f mk/config.h.in; then - echo "mk/config.h.in doesn't exist: perhaps you haven't run 'autoreconf'?" + echo "mk/config.h.in doesn't exist: perhaps you haven't run 'sh boot'?" exit 1 fi diff --git a/ghc.spec.in b/ghc.spec.in index ed7a00d..850169c 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -82,7 +82,7 @@ needed. %setup -b1 %build -test -f configure || autoreconf +test -f configure || sh boot ./configure --prefix=%{_prefix} --mandir=%{_mandir} make %{?jobs:-j%jobs} HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)' make html -- 1.7.10.4