mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add XDG_CONFIG home to the configuration search paths.
This commit is contained in:
		@@ -12,8 +12,8 @@ dist_EXTRA_tmux_SOURCES = compat/*.[ch]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Preprocessor flags.
 | 
					# Preprocessor flags.
 | 
				
			||||||
AM_CPPFLAGS += @XOPEN_DEFINES@ \
 | 
					AM_CPPFLAGS += @XOPEN_DEFINES@ \
 | 
				
			||||||
	-DTMUX_VERSION="\"@VERSION@\"" \
 | 
						-DTMUX_VERSION='"@VERSION@"' \
 | 
				
			||||||
	-DTMUX_CONF="\"$(sysconfdir)/tmux.conf:~/.tmux.conf:~/.config/tmux/tmux.conf\""
 | 
						-DTMUX_CONF='"$(sysconfdir)/tmux.conf:~/.tmux.conf:$$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Additional object files.
 | 
					# Additional object files.
 | 
				
			||||||
LDADD = $(LIBOBJS)
 | 
					LDADD = $(LIBOBJS)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user