diff options
| author | Bradley Smith | 2008-03-07 18:46:04 +0000 | 
|---|---|---|
| committer | Bradley Smith | 2008-03-07 18:46:04 +0000 | 
| commit | 63d190177ebeca4e3168c9b3a923f4cebbbcf696 (patch) | |
| tree | c35462247f11dd2f3bc72cff550bf7f4c3ca58cc | |
| parent | Added myself to the usage message. (diff) | |
| download | gnurobots-63d190177ebeca4e3168c9b3a923f4cebbbcf696.tar.gz | |
Adjust bootstrap script to not autorun configure
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
| -rwxr-xr-x | bootstrap.sh | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index befa808..23680ce 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,3 @@  #!/bin/sh  autoreconf -fisv - -echo "Running configure with no arguments" -./configure  | 
