mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
8 lines
196 B
Bash
Executable file
8 lines
196 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# This file exists to document the proper way to initialize autotools,
|
|
# and so that those used to the presence of bootstrap.sh or autogen.sh
|
|
# will have an eaiser time.
|
|
|
|
autoreconf -i
|