We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829f068 commit 8ea32a0Copy full SHA for 8ea32a0
autogen.sh
@@ -4,8 +4,3 @@ bs_dir="$(dirname $(readlink -f $0))"
4
#Some versions of libtoolize don't like there being no ltmain.sh file already
5
touch "${bs_dir}"/ltmain.sh
6
autoreconf -fi "${bs_dir}"
7
-
8
-if test -z "$NOCONFIGURE" ; then
9
- echo 'Configuring...'
10
- "$bs_dir"/configure "$@"
11
-fi
0 commit comments