Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
d2fdf91c
Commit
d2fdf91c
authored
Apr 12, 2007
by
Ian Lynagh
Browse files
autoreconf -> sh boot
parent
7e4fa0a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
d2fdf91c
...
@@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation.
...
@@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation.
Quick start: the following gives you a default build:
Quick start: the following gives you a default build:
$
autoreconf
$
sh boot
$ ./configure
$ ./configure
$ make
$ make
$ make install
$ 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,
from darcs. For source distributions downloaded from GHC's web site,
this step has already been performed.
this step has already been performed.
...
...
configure.ac
View file @
d2fdf91c
...
@@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haske
...
@@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haske
# when the source distribution was created.
# when the source distribution was created.
if test ! -f mk/config.h.in; then
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
exit 1
fi
fi
...
...
ghc.spec.in
View file @
d2fdf91c
...
@@ -82,7 +82,7 @@ needed.
...
@@ -82,7 +82,7 @@ needed.
%setup -b1
%setup -b1
%build
%build
test -f configure ||
autoreconf
test -f configure ||
sh boot
./configure --prefix=%{_prefix} --mandir=%{_mandir}
./configure --prefix=%{_prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs} HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)'
make %{?jobs:-j%jobs} HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)'
make html
make html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment