$OpenBSD: patch-configure_ac,v 1.1 2019/09/05 17:35:06 sthen Exp $

Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -374,7 +374,7 @@ main()
 }
 ], AC_NOTE(- your fifos are usable) fifo=1,
 AC_NOTE(- your fifos are not usable))
-rm -f /tmp/conftest*
+rm -f /tmp/conftest$$
 
 if test -n "$fifo"; then
 AC_CHECKING(for broken fifo implementation)
@@ -422,7 +422,7 @@ main()
 }
 ], AC_NOTE(- your implementation is ok), 
 AC_NOTE(- you have a broken implementation) AC_DEFINE(BROKEN_PIPE) fifobr=1)
-rm -f /tmp/conftest*
+rm -f /tmp/conftest$$
 fi
 
 dnl
@@ -484,7 +484,7 @@ main()
 }
 ], AC_NOTE(- your sockets are usable) sock=1,
 AC_NOTE(- your sockets are not usable))
-rm -f /tmp/conftest*
+rm -f /tmp/conftest$$
 
 if test -n "$sock"; then
 AC_CHECKING(socket implementation)
@@ -523,7 +523,7 @@ main()
 ],AC_NOTE(- you are normal),
 AC_NOTE(- unix domain sockets are not kept in the filesystem)
 AC_DEFINE(SOCK_NOT_IN_FS) socknofs=1)
-rm -f /tmp/conftest*
+rm -f /tmp/conftest$$
 fi
 
 
@@ -624,6 +624,7 @@ main()
 }
 ],AC_NOTE(- select is ok),
 AC_NOTE(- select can't count) AC_DEFINE(SELECT_BROKEN))
+rm -f /tmp/conftest$$
 
 dnl
 dnl    ****  termcap or terminfo  ****
