Re: [PATCH] issue warnings for more missing optional libraries (original) (raw)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From: | Simon Josefsson |
---|---|
Subject: | Re: [PATCH] issue warnings for more missing optional libraries |
Date: | Tue, 20 Oct 2009 11:29:44 +0200 |
User-agent: | Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
Bruno Haible <address@hidden> writes:
I like it. Even more I like the configure files that print a summary of the most important decisions or findings at the end of the configuration, thus giving an opportunity to the user to re-configure with different --with or --enable options. (Given the size of the configure output, hardly anyone looks through it in its entirety.)
I like this too. In libidn it looks like this:
version: 1.16 shared 16:45:5
Host type: i586-pc-mingw32msvc
Install prefix: /home/builder/mingw
Compiler: i586-mingw32msvc-gcc -std=gnu99
Warning flags:
Library types: Shared=yes, Static=yes
Valgrind:
Version script: yes
TLD code: yes
Build Java port: no
Build C# port: no
Which is achieved by this code:
AC_MSG_NOTICE([summary of build options: version: VERSIONshared{VERSION} shared VERSIONsharedLT_CURRENT:$LT_REVISION:$LT_AGE Host type: ${host} Install prefix: ${prefix} Compiler: ${CC} Warning flags: ${WARN_CFLAGS} Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Version script: $have_ld_version_script TLD code: $enable_tld Build Java port: $enable_java Build C# port: $enable_csharp ])
/Simon
- [PATCH] issue warnings for more missing optional libraries, Pádraig Brady, 2009/10/19
- Re: [PATCH] issue warnings for more missing optional libraries, Jim Meyering, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Pádraig Brady, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Jim Meyering, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Andreas Schwab, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Jim Meyering, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Bruno Haible, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Ben Pfaff, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Pádraig Brady, 2009/10/19
* Re: [PATCH] issue warnings for more missing optional libraries, Jim Meyering, 2009/10/20
* Re: [PATCH] issue warnings for more missing optional libraries,Simon Josefsson <=
* Re: [PATCH] issue warnings for more missing optional libraries, Paolo Bonzini, 2009/10/20
- Re: [PATCH] issue warnings for more missing optional libraries, Jim Meyering, 2009/10/19
- Prev by Date:Re: [PATCH] tail: fix a race condition
- Next by Date:Re: [PATCH] md5: accepts a new --threads option
- Previous by thread:Re: [PATCH] issue warnings for more missing optional libraries
- Next by thread:Re: [PATCH] issue warnings for more missing optional libraries
- Index(es):