Skip to content

Commit ae1ab5d

Browse files
authored
Remove --build option from bootstrap (#254)
It was unused and did not work
1 parent d79b092 commit ae1ab5d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bootstrap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ else
2626
fi
2727
automake --add-missing
2828
autoconf
29-
30-
# Optionally do the build as well.
31-
if [ "$1" = "-build" -o "$1" = "--build" ] ; then
32-
shift
33-
./configure "$@"
34-
make
35-
make check
36-
fi

0 commit comments

Comments
 (0)