Skip to content
Snippets Groups Projects
Commit e557c696 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Run autoreconf before running configure

parent 5bfd8d88
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ build:
script:
- apt update
- apt install -y build-essential pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev
- autoreconf
- ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb
- make depend
- make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment