1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Create and run a bootstrap script to prepare for the transition to

automake.
This commit is contained in:
Roelf Wichertjes
2019-12-15 15:05:34 +01:00
parent 2e427a0f47
commit c07e9ea198
5 changed files with 28 additions and 19 deletions

7
bootstrap Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#
# Script to help bootstrap the build system when checked out from git
#
set -auxo pipefail
autoreconf -i