Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
breaking configure (buildbot test)
  • Loading branch information
Soeren Sonnenburg committed Jul 2, 2012
1 parent f72cc6d commit ebfa8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configure
Expand Up @@ -6,6 +6,7 @@
# but is largely deviated in all parts except cpu detection
# due to the different focus of shogun.
#
exit 1
VERSION=`grep "SHOGUN Release version" NEWS 2>&1 | cut -c 27- | cut -f 1 -d ' ' | head -n 1`
LIBSHOGUNSO=`grep "SHOGUN Release version" NEWS 2>&1 | cut -f 2 -d '(' | cut -f 2 -d ' ' | tr -d ',)' | head -n 1 | cut -f 1 -d '.'`
LIBSHOGUNVER=`grep "SHOGUN Release version" NEWS 2>&1 | cut -f 2 -d '(' | cut -f 2 -d ' ' | tr -d ',)' | head -n 1`
Expand Down

0 comments on commit ebfa8bf

Please sign in to comment.