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