diff options
author | gdt <gdt> | 2007-02-02 17:01:58 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-02-02 17:01:58 +0000 |
commit | d9a4235dad6bc3403240582a48dcb993c481cee6 (patch) | |
tree | 9ab8560d77e4c50c545b08ad7740210bc740eece /bootstrap.sh | |
parent | d9320730d02319a916781689e2906d8163922c4f (diff) | |
download | quagga-d9a4235dad6bc3403240582a48dcb993c481cee6.tar.bz2 quagga-d9a4235dad6bc3403240582a48dcb993c481cee6.tar.xz |
Provide 'standard interface', even if it just invokes autoreconf.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 00000000..db986fd3 --- /dev/null +++ b/bootstrap.sh @@ -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 |