1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Add a simple shell script to bootstrap the auto-generated files

This commit is contained in:
John Zaitseff 2011-07-25 13:20:05 +10:00
parent 00f33dc1cc
commit 2853dcb25a

9
build-aux/bootstrap Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# Import or update automatically-generated files for Star Traders
# $Id$
set -e
gnulib-tool --update
autoreconf --install --verbose