Daniel Drake | 852bba4 | 2007-11-28 13:48:45 +0000 | [diff] [blame] | 1 | #!/bin/sh |
Ludovic Rousseau | c74fe3a | 2012-05-04 16:56:00 +0100 | [diff] [blame] | 2 | |
3 | set -e | ||||
4 | |||||
Ludovic Rousseau | 2a24dac | 2012-05-04 16:56:00 +0100 | [diff] [blame] | 5 | ./bootstrap.sh |
Chris Dickens | ee089f2 | 2020-08-18 09:28:27 -0700 | [diff] [blame] | 6 | if [ -z "$NOCONFIGURE" ]; then |
Nathan Hjelm | da27298 | 2016-03-12 07:29:55 -0700 | [diff] [blame] | 7 | exec ./configure --enable-examples-build --enable-tests-build "$@" |
Colin Walters | 061a807 | 2013-05-30 13:34:57 -0400 | [diff] [blame] | 8 | fi |