diff options
| author | Koichiro IWAO <meta@vmeta.jp> | 2018-06-26 17:57:07 +0900 |
|---|---|---|
| committer | Koichiro IWAO <meta@vmeta.jp> | 2018-06-27 09:00:55 +0900 |
| commit | c0c7c3f106f53228afa33ba7854a15d7aedb867b (patch) | |
| tree | 05d968521e92173d1743cadccb2667b1238fd52b /configure.ac | |
| parent | be05afb30b10c13a0d61a3a0850e0530d27f0f05 (diff) | |
| download | xrdp-proprietary-c0c7c3f106f53228afa33ba7854a15d7aedb867b.tar.gz xrdp-proprietary-c0c7c3f106f53228afa33ba7854a15d7aedb867b.zip | |
xrdp: unify inconsistent mixed use of
* configure params
* configure options
* configure string
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 9385801a..693b31af 100644 --- a/configure.ac +++ b/configure.ac @@ -398,8 +398,8 @@ echo " libdir $libdir" echo " bindir $bindir" echo " sysconfdir $sysconfdir" -# configure_params.h will be written to the build directory, not the source directory -echo '#define CONFIGURE_STRING \' > ./configure_params.h -./config.status --config | xargs -n 1 | sed -e 's/^/" /' -e 's/$/\\n" \\/' >> ./configure_params.h -echo '""' >> ./configure_params.h +# xrdp_configure_options.h will be written to the build directory, not the source directory +echo '#define XRDP_CONFIGURE_OPTIONS \' > ./xrdp_configure_options.h +./config.status --config | xargs -n 1 | sed -e 's/^/" /' -e 's/$/\\n" \\/' >> ./xrdp_configure_options.h +echo '""' >> ./xrdp_configure_options.h |
