Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2026 19:58:07 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cd69bc03cf67 - main - unbound: Tweak freebsd-configure script
Message-ID:  <6a10b54f.45e6d.2b0bdd44@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=cd69bc03cf67b958e08206d49562903c57b5bd28

commit cd69bc03cf67b958e08206d49562903c57b5bd28
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-05-22 19:55:22 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-05-22 19:55:22 +0000

    unbound: Tweak freebsd-configure script
    
    Regenerating the configure script is optional and can introduce noise
    if the installed versions of autoconf, automake, and libtool do not
    match those used upstream.  Tweak our script slightly so it will skip
    this step if libtoolize is not found.
---
 contrib/unbound/freebsd-configure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/unbound/freebsd-configure.sh b/contrib/unbound/freebsd-configure.sh
index cd45d4716320..a22428948574 100755
--- a/contrib/unbound/freebsd-configure.sh
+++ b/contrib/unbound/freebsd-configure.sh
@@ -14,7 +14,7 @@ unbound=$(dirname $(realpath $0))
 cd $unbound
 
 # Run autotools before we drop LOCALBASE out of PATH
-(cd $unbound && libtoolize --copy && autoheader && autoconf)
+libtoolize --copy && autoheader && autoconf
 
 # Ensure we use the correct toolchain and clean our environment
 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a10b54f.45e6d.2b0bdd44>