pissircd/autoconf
Bram Matthys 17e2a17e81
Remove library before 'make install'. Possibly fix a bug.
Actually I presume 'make install' properly removes the file first
before installing a new one, but.. not entirely sure. Better safe
than sorry.

We have had new reports of someone who had the original UnrealIRCd
crash while building the new UnrealIRCd. Similar to what we had
a few years ago, which was caused by a 'cp' instead of an rm+cp.
This because with simple cp the existing file contents is changed
and the processes holding the .so file open (usually mmapped)
suddenly have the new .so file loaded in effect, which causes a
crash whenever next function is called in that library.
We now rm explicit before 'make install' so running processes
simply have that fd point to a deleted file, which is fine.
2023-04-19 18:52:59 +02:00
..
m4 Remove library before 'make install'. Possibly fix a bug. 2023-04-19 18:52:59 +02:00
Makefile -- Made glob() use GLOB_LIMIT on OpenBSD 2.9 to help prevent a DoS 2001-06-28 20:30:54 +00:00
config.guess Update config.guess and config.sub from 2015-03-04 to 2021-06-03 2021-09-24 18:20:13 +02:00
config.sub Update config.guess and config.sub from 2015-03-04 to 2021-06-03 2021-09-24 18:20:13 +02:00
install-sh - Move configure.ac to the project's root. 2010-07-08 02:51:43 +00:00