Skip to content

Commit 9b4ac9e

Browse files
bagdercmeister2
authored andcommitted
install_curl.sh: s/buildconf/autoreconf
The buildconf script is deprecated
1 parent 6b34bb5 commit 9b4ac9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_curl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
pushd ${SRCDIR}
4747

4848
# Build the library.
49-
./buildconf
49+
autoreconf -fi
5050
./configure --prefix=${INSTALLDIR} \
5151
--disable-shared \
5252
--enable-debug \

0 commit comments

Comments
 (0)