mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Add a simple shell script to bootstrap the auto-generated files
This commit is contained in:
parent
00f33dc1cc
commit
2853dcb25a
9
build-aux/bootstrap
Executable file
9
build-aux/bootstrap
Executable 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
|
Loading…
x
Reference in New Issue
Block a user