Skip to content

Commit

Permalink
Fix autogen failure when unable to find supported command.
Browse files Browse the repository at this point in the history
Closing issue 190
  • Loading branch information
nirvanazc authored and dustin committed Jul 13, 2011
1 parent 59be51c commit 457ef49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Get the initial version.
perl version.pl

die() {
echo "$@"
exit 1
}

# Try to locate a program by using which, and verify that the file is an
# executable
locate_binary() {
Expand Down

0 comments on commit 457ef49

Please sign in to comment.