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
Glasgow Haskell Compiler
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.
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.
...
...
configure.ac
View file @
d2fdf91c
...
...
@@ -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
...
...
ghc.spec.in
View file @
d2fdf91c
...
...
@@ -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
...
...
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