mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Provide 'standard interface', even if it just invokes autoreconf.
This commit is contained in:
parent
75a9140be6
commit
d1a8316149
|
@ -1,5 +1,7 @@
|
|||
2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>
|
||||
|
||||
* bootstrap.sh: new file with just 'autoreconf'
|
||||
|
||||
* README.NetBSD: use update-autotools instead of autoreconf
|
||||
|
||||
* update-autotools: print out tool name before invoking to aid debugging
|
||||
|
|
7
bootstrap.sh
Executable file
7
bootstrap.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
Loading…
Reference in a new issue