Run autoconf-2.13 since configure is not generated in the tarball

This commit is contained in:
Christopher Aillon 2008-12-09 17:31:09 +00:00
parent edd27f3af5
commit 3a31b127ee

View File

@ -104,8 +104,6 @@ cd mozilla-central
%else %else
# Not yet approved by Mozilla Corporation # Not yet approved by Mozilla Corporation
%endif %endif
@ -115,6 +113,9 @@ cd mozilla-central
%{__cat} %{SOURCE11} >> .mozconfig %{__cat} %{SOURCE11} >> .mozconfig
%endif %endif
# Manually generate configure if it's not in the tarball...
autoconf-2.13
# Set up SDK path # Set up SDK path
echo "ac_add_options --with-libxul-sdk=\ echo "ac_add_options --with-libxul-sdk=\
`pkg-config --variable=sdkdir libxul`" >> .mozconfig `pkg-config --variable=sdkdir libxul`" >> .mozconfig