diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -130,6 +130,7 @@ install_prefix= bindir='bin' datadir='share/txr' mandir='share/man' +maintainer= make= cross= compiler_prefix= @@ -779,6 +780,9 @@ SHELL := $txr_shell} txr_ver := $txr_ver +# is this configuration in maintainer mode +maintainer := $maintainer + # absolute path to source code directory top_srcdir := $top_srcdir |