Make autogen part of the build process

This commit is contained in:
2025-04-11 19:46:57 -04:00
parent 8bcf60ccc9
commit 3407c98eec

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
pushd ..
./autogen.sh
popd
../configure --prefix=/opt/local --enable-ipv6 ../configure --prefix=/opt/local --enable-ipv6
make -kj9 make -kj9