This website requires JavaScript.
Explore
Help
Sign In
mirror
/
bgp-bgpq4
Watch
1
Star
0
Fork
0
You've already forked bgp-bgpq4
mirror of
https://github.com/bgp/bgpq4.git
synced
2024-05-11 05:55:05 +00:00
Code
Releases
Activity
Files
2abddb85d4da3851625c446680de3d8847ee0731
bgp-bgpq4
/
bootstrap
7 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make bootstrap use /bin/sh.
2019-12-15 18:50:23 +01:00
#!/bin/sh
Create and run a bootstrap script to prepare for the transition to automake.
2019-12-15 15:05:34 +01:00
#
# Script to help bootstrap the build system when checked out from git
#
autoreconf -i
Copy Permalink