Skip to content

Commit

Permalink
Force overwriting of autoconf files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufustfirefly committed Jul 7, 2011
1 parent 6a2d1a1 commit 8534bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ automake --add-missing --copy 2>/dev/null
echo "Running libtoolize" &&
libtoolize --automake --copy && automake --add-missing --copy &&
echo "Running autoconf" &&
autoconf || exit 1
autoconf -f || exit 1

echo &&
echo "To begin installation, run \"./configure\" now"
2 changes: 1 addition & 1 deletion libmetrics/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ automake --add-missing --copy 2>/dev/null
echo "Running libtoolize" &&
libtoolize --automake --copy && automake --add-missing --copy &&
echo "Running autoconf" &&
autoconf || exit 1
autoconf -f || exit 1
echo

0 comments on commit 8534bcc

Please sign in to comment.