Source-Changes-D archive

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

Re: CVS commit: src/tools





On 22. Jun 2019, at 15:50, Kamil Rytarowski <n54%gmx.com@localhost> wrote:

On 22.06.2019 15:42, Juergen Hannken-Illjes wrote:
Module Name: src
Committed By: hannken
Date: Sat Jun 22 13:42:53 UTC 2019

Modified Files:
src/tools/compat: configure configure.ac nbtool_config.h.in
src/tools/rpcgen: Makefile

Log Message:
Update tools/compat/configure for new path of "rpc/types.h".

Remove intermediate patch from rpcgen/Makefile.


Why intermediate? It worked for me and it was final. Was there anything
wrong with it?

Other compat tools include in the same way other headers from compat/.

How is the never version better than the older one?

tools/compat/configure installs our "rpc/types.h" if it doesn't find a working
one on the host so individual tools don't have to care about the location.

@@ -5111,8 +5130,6 @@ else
# ifdef _MSC_VER
#  include <malloc.h>
#  define alloca _alloca
-# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
-#   include <stdlib.h>
# else
#  ifdef HAVE_ALLOCA_H
#   include <alloca.h>

This looks like unintended change?

Fixed.

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index