diff options
author | monsta <[email protected]> | 2018-01-20 12:05:51 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-23 17:59:30 +0100 |
commit | d3f29749a5e2ca5a21f9900717d6c0fc4ace906c (patch) | |
tree | b89e7d21d8d9957306a25fcda1de5d85565c3bfd /src/Makefile.am | |
parent | 254253a47dfbf70a2c969c8ef2163ec5c0239618 (diff) | |
download | mate-terminal-d3f29749a5e2ca5a21f9900717d6c0fc4ace906c.tar.bz2 mate-terminal-d3f29749a5e2ca5a21f9900717d6c0fc4ace906c.tar.xz |
screen: stop setting TERM and COLORTERM environment variables
closes https://github.com/mate-desktop/mate-terminal/issues/209
taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=a0ecd018f070b96a6ca2ff778ddda0f7fde5b847
https://git.gnome.org/browse/gnome-terminal/commit/?id=1d5c1b6ca6373c1301494edbc9e43c3e6a9c9aaf
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 239fded..8994e3a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,7 +64,6 @@ nodist_mate_terminal_SOURCES= $(BUILT_SOURCES) mate_terminal_CPPFLAGS = \ -DTERMINAL_COMPILATION \ - -DEXECUTABLE_NAME=\"mate-terminal\" \ -DTERM_DATADIR="\"$(datadir)\"" \ -DTERM_LOCALEDIR="\"$(datadir)/locale\"" \ -DTERM_PKGDATADIR="\"$(pkgdatadir)\"" \ |