8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2022 stenc authors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
autoreconf --install || exit 1
|