diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-20 09:28:27 +0200 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-20 09:28:27 +0200 |
commit | c6f817fcb7e49495de647e43729c910223468ba7 (patch) | |
tree | 9a2462dcc5a92d301fbc0b6794bc96da6ecc8cd1 | |
parent | 4658580d38d6866dcd4d6a7b1822de8ce7ec2057 (diff) | |
download | smokeping-c6f817fcb7e49495de647e43729c910223468ba7.tar.gz smokeping-c6f817fcb7e49495de647e43729c910223468ba7.tar.xz |
allow for conftools to exist
-rwxr-xr-x | release-smokeping.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-smokeping.sh b/release-smokeping.sh index e0169b9..a459d15 100755 --- a/release-smokeping.sh +++ b/release-smokeping.sh @@ -2,7 +2,7 @@ set -e [ `git status -s | wc -l` -gt 0 ] && echo "ERROR: commit all changes before release" && exit 1 VERSION=`perl -n -e 'm/\QAC_INIT([smokeping],[\E(.+?)\Q]\E/ && print $1' configure.ac` -mkdir conftools +mkdir -p conftools aclocal autoconf automake -a -c |