parallel/bootstrap

9 lines
226 B
Plaintext
Raw Permalink Normal View History

2018-01-22 16:23:23 +00:00
#!/bin/bash
# SPDX-FileCopyrightText: 2021-2022 Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc.
2021-04-22 16:20:41 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
2018-01-22 16:23:23 +00:00
2021-04-22 16:20:41 +00:00
autoreconf --install -W gnu &&
./configure &&
make -j