diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-12 22:36:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-12 22:36:36 +0000 |
commit | d2fdf91ce20bc64a4d486df8d195b6b05b000db9 (patch) | |
tree | 7c99dbb723f0f764b73815e8eb5379e662620a93 /ghc.spec.in | |
parent | 7e4fa0a6153ffa7dd17a33d5ab51b7181933590b (diff) | |
download | haskell-d2fdf91ce20bc64a4d486df8d195b6b05b000db9.tar.gz |
autoreconf -> sh boot
Diffstat (limited to 'ghc.spec.in')
-rw-r--r-- | ghc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.spec.in b/ghc.spec.in index ed7a00d019..850169cd0b 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 |