Skip to content

Commit

Permalink
buildconf: drop
Browse files Browse the repository at this point in the history
Use `autoreconf -fi` instead.

Follow-up to fc5d778
Closes libssh2#1441
  • Loading branch information
vszakats committed Aug 7, 2024
1 parent 492bc54 commit 814a850
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ OS400FILES = os400/README400 os400/initscript.sh os400/make.sh \

EXTRA_DIST = $(WIN32FILES) get_ver.awk \
maketgz RELEASE-NOTES libssh2.pc.in $(VMSFILES) config.rpath \
CMakeLists.txt cmake git2news.pl libssh2-style.el README.md $(OS400FILES) \
buildconf
CMakeLists.txt cmake git2news.pl libssh2-style.el README.md $(OS400FILES)

ACLOCAL_AMFLAGS = -I m4

Expand Down
10 changes: 0 additions & 10 deletions buildconf

This file was deleted.

2 changes: 1 addition & 1 deletion tests/ossfuzz/ossfuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export MAKEFLAGS
apt-get -y install automake libtool libssl-dev zlib1g-dev

# Compile the fuzzer.
./buildconf
autoreconf -fi
./configure --disable-shared \
--enable-ossfuzzers \
--disable-examples-build \
Expand Down

0 comments on commit 814a850

Please sign in to comment.