aboutsummaryrefslogtreecommitdiff
path: root/haddock.spec
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.spec')
-rw-r--r--haddock.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/haddock.spec b/haddock.spec
index c14f1dfa..fea42e6c 100644
--- a/haddock.spec
+++ b/haddock.spec
@@ -55,7 +55,7 @@ should all be ok).
%setup -n haddock-%{version}
%build
-test -f configure || autoconf
+test -f configure || autoreconf
./configure --prefix=%{prefix}
make
(cd haddock/doc ; make dvi ps html ; gzip -f -9 *.dvi *.ps )
@@ -80,6 +80,9 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
+* Tue Aug 26 2003 Sven Panne <sven_panne@yahoo.com>
+- Use autoreconf instead of autoconf
+
* Mon Jul 28 2003 Sven Panne <sven_panne@yahoo.com>
- Updated to version 0.5
- Automagically generate configure if it is not there