diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2008-12-09 17:31:09 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2008-12-09 17:31:09 +0000 |
commit | 3a31b127ee01ef443fa75b017bb9f568f12352e4 (patch) | |
tree | 8e22d6df7ff92c85ebf3a7bb86aa4e927825b882 /firefox.spec | |
parent | BR: autoconf213 to see if that helps (diff) | |
download | librewolf-fedora-ff-3a31b127ee01ef443fa75b017bb9f568f12352e4.tar.gz librewolf-fedora-ff-3a31b127ee01ef443fa75b017bb9f568f12352e4.tar.bz2 librewolf-fedora-ff-3a31b127ee01ef443fa75b017bb9f568f12352e4.zip |
Run autoconf-2.13 since configure is not generated in the tarball
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 10bae4f..e4eab4a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -104,8 +104,6 @@ cd mozilla-central %else # Not yet approved by Mozilla Corporation - - %endif @@ -115,6 +113,9 @@ cd mozilla-central %{__cat} %{SOURCE11} >> .mozconfig %endif +# Manually generate configure if it's not in the tarball... +autoconf-2.13 + # Set up SDK path echo "ac_add_options --with-libxul-sdk=\ `pkg-config --variable=sdkdir libxul`" >> .mozconfig |