blob: efd1f345e6165b98bd9c7827a3e4f886116663c4 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001From 53ca110d53ca82f6c4224e4c29dbcf7dfe6914cd Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 23 Aug 2022 00:25:06 -0700
4Subject: [PATCH] Forward port defining PREFIX_BINDIR to use new autoconf
5
6Upstream-Status: Pending
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 configure.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/configure.in b/configure.in
14index c3ef568..a320c56 100644
15--- a/configure.in
16+++ b/configure.in
17@@ -44,7 +44,7 @@ wi_EXTRA_SYSV_SUNOS_DIRS dnl For better curses library on SunOS 4
18
19 dnl Try to use PATH rather than hardcode the installation path, if possible.
20 if test "${prefix-NONE}" != "NONE" && test "$prefix" != "/usr/local" && test "$prefix" != "/usr"; then
21- AC_DEFINE_UNQUOTED(PREFIX_BINDIR, "$prefix/bin")
22+ AC_DEFINE([PREFIX_BINDIR], [${prefix}/bin], [Install bindir])
23 fi
24
25