mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Script to help bootstrap the build system when checked out from git
|
|
#
|
|
set -auxo pipefail
|
|
|
|
autoreconf -i
|