mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
10 lines
145 B
Bash
Executable File
10 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Import or update automatically-generated files for Star Traders
|
|
# $Id$
|
|
|
|
set -e
|
|
|
|
gnulib-tool --update
|
|
autoreconf --install --verbose
|