diff options
author | gdt <gdt> | 2007-02-06 19:28:28 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-02-06 19:28:28 +0000 |
commit | fc44fd2752c139845b86a5ef60d99349f306ca8f (patch) | |
tree | eefee22e4b0ca4d508031095718f191480a3450b /bootstrap.sh | |
parent | 1b7c5b2b87056c1b3019c9fa4771fb4626fb6e36 (diff) | |
download | quagga-fc44fd2752c139845b86a5ef60d99349f306ca8f.tar.bz2 quagga-fc44fd2752c139845b86a5ef60d99349f306ca8f.tar.xz |
autoreconf -i
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index db986fd3..c0b95d3d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,4 +4,4 @@ # and so that those used to the presence of bootstrap.sh or autogen.sh # will have an eaiser time. -autoreconf +autoreconf -i |