Skip to content

Commit

Permalink
Add convenient reconfigure script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jul 4, 2011
1 parent 6481ebb commit 8251f68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reconfigure
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
if [ -s "config.log" ]; then
$(tail -1 config.log) $@
else
echo The file \"config.log\" does not exist.
echo You must run configure first.
fi

0 comments on commit 8251f68

Please sign in to comment.