On Fri, 2014-11-28 at 19:35 +0100, Niels Möller wrote:
--- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ core /nettle.tps /nettle.vr /nettle.vrs +*.po +/libhogweed.map +/libnettle.map
I take it adding *.po is not really intended? These files were eliminated a while ago.
Indeed, they must be leftovers from old builds in my repository.
It would in some way be cleaner to have this nettle-specific setup in configure.ac, rather than in aclocal.m4. Maybe the macro could have an optional if-true argument? Or one could just move the test of have_ld_version_script.
I didn't make that macro, it was copied from gnulib. Changing the interface would mean that the one who may need to update it with a newer version would have to do quite some porting.
regards, Nikos