]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
devel/README-ci.freebsd.md: stop mentioning autogen
authorDaiki Ueno <ueno@gnu.org>
Sat, 19 Mar 2022 09:00:08 +0000 (10:00 +0100)
committerDaiki Ueno <ueno@gnu.org>
Tue, 5 Apr 2022 07:57:35 +0000 (09:57 +0200)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
devel/README-ci.freebsd.md

index 24a47cc97fe7778f5e3248e070204965da138e2a..a4bc729c71ea11159c5609fb5a98f515a06cfccb 100644 (file)
@@ -1,7 +1,7 @@
 # Install a FreeBSD CI instance
 
 ```
-pkg install -y git gmake bash autoconf gettext libtool automake nettle p11-kit libunistring libtasn1 libidn2 gperf gawk bison softhsm2 openssl cmocka socat wget pkgconf ccache autogen
+pkg install -y git gmake bash autoconf gettext libtool automake nettle p11-kit libunistring libtasn1 libidn2 gperf gawk bison softhsm2 openssl cmocka socat wget pkgconf ccache
 bash
 pw group add -n gitlab-runner
 pw user add -n gitlab-runner -g gitlab-runner -s /usr/local/bin/bash