mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
10 lines
164 B
Bash
Executable File
10 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Import or update automatically-generated files for Star Traders
|
|
# $Id$
|
|
|
|
set -e
|
|
|
|
gnulib-tool --update
|
|
env AUTOPOINT=true autoreconf --install --verbose
|