autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to "bake in" configure args


From: Gavin Smith
Subject: Re: How to "bake in" configure args
Date: Tue, 23 Mar 2021 21:12:13 +0000
User-agent: Mutt/1.9.4 (2018-02-28)

On Tue, Mar 23, 2021 at 02:06:57PM -0700, Dan Mahoney (Gushi) wrote:
> All,
> 
> If you look at a recent version of BIND's named -V (which is not a gnu
> program, but bear with me), you can see a kitchen-sink like line like:
> 
> %/usr/local/sbin/named -v
> BIND 9.11.27 (Extended Support Version) <id:99ca3c5>
> %/usr/local/sbin/named -V
> BIND 9.11.27 (Extended Support Version) <id:99ca3c5>
> running on FreeBSD amd64 11.4-RELEASE-p3 FreeBSD 11.4-RELEASE-p3 #0: Tue Sep
> 1 08:22:33 UTC 2020
> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
> built by make with '--localstatedir=/var' '--disable-linux-caps'
> '--with-randomdev=/dev/random' '--with-libxml2=/usr/local' ...
> 'STD_CDEFINES=-DDIG_SIGCHASE=1' '--with-openssl=/usr' '--enable-threads'
> '--with-tuning=default' '--disable-symtable' '--prefix=/usr/local'
> '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/'
> '--build=amd64-portbld-freebsd11.4' 'build_alias=amd64-portbld-freebsd11.4'
> 'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem
> /usr/local/include -fno-strict-aliasing ' 'LDFLAGS= -fstack-protector-strong
> ' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-DLIBICONV_PLUG -isystem
> /usr/local/include' 'CPP=cpp' 'PKG_CONFIG=pkgconf'
> 
> Is there an easy autoconf macro to get a full configure line saved somewhere
> it can be easily printed?

Do you mean the output of './config.status --config'?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]