summaryrefslogtreecommitdiff
path: root/debian/patches/brl-menu.reconf
blob: 751dbd369420f72d9bb50d66c04397734c5b78b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Index: ratpoison-1.4.3/configure
===================================================================
--- ratpoison-1.4.3.orig/configure	2008-02-20 18:14:22.000000000 +0100
+++ ratpoison-1.4.3/configure	2008-02-20 18:24:32.000000000 +0100
@@ -1312,6 +1312,7 @@
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-xterm=PROG        set the x terminal emulator used by ratpoison
+ --with-menu=PROG        set a external menu program to be advertised
   --with-x                use the X Window System
 
 Some influential environment variables:
@@ -2379,6 +2380,27 @@
 _ACEOF
 
 
+
+# Check whether --with-menu was given.
+if test "${with_menu+set}" = set; then
+  withval=$with_menu; menu_prog="$withval"
+else
+  menu_prog=""
+fi
+
+
+if test "$menu_prog" != "no" && ! test -z "$menu_prog" ; then
+
+cat >>confdefs.h <<_ACEOF
+#define MENU_PROG "$menu_prog"
+_ACEOF
+
+{ echo "$as_me:$LINENO: checking external menu program" >&5
+echo $ECHO_N "checking external menu program... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: result: $menu_prog" >&5
+echo "${ECHO_T}$menu_prog" >&6; }
+fi
+
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
Index: ratpoison-1.4.3/src/config.h.in
===================================================================
--- ratpoison-1.4.3.orig/src/config.h.in	2008-02-20 18:14:22.000000000 +0100
+++ ratpoison-1.4.3/src/config.h.in	2008-02-20 18:24:32.000000000 +0100
@@ -78,6 +78,9 @@
 /* Define to 1 if you have the <X11/extensions/Xinerama.h> header file. */
 #undef HAVE_X11_EXTENSIONS_XINERAMA_H
 
+/* external menu program to advertise */
+#undef MENU_PROG
+
 /* Name of package */
 #undef PACKAGE