diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-26 13:55:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-26 13:55:48 +0200 |
commit | 0075276926c70656af58b4bb8325aa49f2f56a53 (patch) | |
tree | d974afa5c3f835eaccfd097c3f335c9792308650 | |
parent | 14c7e45e9729fafcc82bf35a9ed4d3f009cfad56 (diff) | |
download | exchange-0075276926c70656af58b4bb8325aa49f2f56a53.tar.gz exchange-0075276926c70656af58b4bb8325aa49f2f56a53.zip |
fix bootstrap order
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | autoreconf -if | ||
3 | git submodule update --init | 2 | git submodule update --init |
3 | autoreconf -fi | ||