mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
11 lines
208 B
Bash
Executable File
11 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Import or update automatically-generated files for Star Traders
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# $Id$
|
|
|
|
set -e
|
|
|
|
gnulib-tool --update
|
|
env AUTOPOINT=true autoreconf --install --verbose
|