diff options
author | Michal Ratajsky <[email protected]> | 2014-06-21 17:00:45 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-21 17:00:45 +0200 |
commit | d085b40a7a22498a53b1936cf56328f865d0d1c2 (patch) | |
tree | cf4126bfb551b6d4b404688e0d1dd69616de1d5b /configure.ac | |
parent | 00d2cabfdd0396ba94a4f94402ad33956a4de152 (diff) | |
download | mate-desktop-d085b40a7a22498a53b1936cf56328f865d0d1c2.tar.bz2 mate-desktop-d085b40a7a22498a53b1936cf56328f865d0d1c2.tar.xz |
Add missing newline to configure summary output
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c083e4..a6d8ba9 100644 --- a/configure.ac +++ b/configure.ac @@ -310,7 +310,8 @@ dnl - Show summary dnl --------------------------------------------------------------------------- echo " -mate-desktop $VERSION `echo mate-desktop $VERSION | sed "s/./=/g"` +mate-desktop $VERSION +`echo mate-desktop $VERSION | sed "s/./=/g"` prefix: ${prefix} exec_prefix: ${exec_prefix} |