Fix #994: Also set self.data when no change made to URL.
[mediagoblin.git] / bootstrap.sh
CommitLineData
09584b3a
BI
1#!/bin/bash
2
a1bde56f
CAW
3set -e
4
ae51a0f0 5aclocal -I m4 --install
09584b3a 6autoreconf -fvi
0d063605
CAW
7
8git submodule init
9git submodule update