diff options
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 |
