mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
10 lines
206 B
Bash
Executable File
10 lines
206 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Import or update automatically-generated files for Star Traders
|
|
# $Id: bootstrap 229 2011-08-01 08:17:02Z john $
|
|
|
|
set -e
|
|
|
|
gnulib-tool --update
|
|
env AUTOPOINT=true autoreconf --install --verbose
|