diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bc7e0e4bd..b23bc78a0 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,12 @@ CURL_CHECK_OPTION_CURLDEBUG CURL_CHECK_PATH_SEPARATOR_REQUIRED +# +# save the configure arguments +# +CONFIGURE_OPTIONS="\"$ac_configure_args\"" +AC_SUBST(CONFIGURE_OPTIONS) + dnl SED is mandatory for configure process and libtool. dnl Set it now, allowing it to be changed later. AC_PATH_PROG([SED], [sed], [not_found], |