Christophe wrote:
- Paul Eggert a écrit :
Thanks, how about the attached patch instead? It simplifies things while
implementing the caching.
Ok for me
Thanks, I installed it. Although the two points you raise are valid ones, I
think we'll be OK. I expect the general Gnulib style is
- Paul Eggert a écrit :
> Thanks, how about the attached patch instead? It simplifies things while
> implementing the caching.
Ok for me, just 2 remarks:
- a difference between your patch and mine is that when user explicitly
specifies the option, then the script will not check that it wo
Thanks, how about the attached patch instead? It simplifies things while
implementing the caching.
>From 06667ae6c086f78ca577080f749801b19a5b5011 Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Sat, 3 Jan 2015 15:21:54 -0800
Subject: [PATCH] lib-symbol-versions: cache script check
* m4/ld-vers
Autoconf propose a mechanism to cache the result of checks, so that a user
who needs to re-run configure can get a very fast result. Unfortunately,
the code in the macro gl_LD_VERSION_SCRIPT did not implement this feature,
so it would always spend time re-testing.
This patch inserts the AC_CACHE_C
Hello,
Apparently this patch did not make it to the repository, any feedback about it?
I personally have no push permission to do it myself.
I'm re-sending the patch, because with the recent copyright year updates the old
one would not apply anymore.
Regards,
Christophe.
Autoconf propose a mechanism to cache the result of checks, so that a user
who needs to re-run configure can get a very fast result. Unfortunately,
the code in the macro gl_LD_VERSION_SCRIPT did not implement this feature,
so it would always spend time re-testing.
This patch inserts the AC_CACHE_C
Autoconf propose a mechanism to cache the result of checks, so that a user
who needs to re-run configure can get a very fast result. Unfortunately,
the code in the macro gl_LD_VERSION_SCRIPT did not implement this feature,
so it would always spend time re-testing.
This patch inserts the AC_CACHE_C