diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2fe5289..adbf594 100644 --- a/configure.ac +++ b/configure.ac @@ -146,6 +146,10 @@ if test "x$have_libxtst" = "xyes" ; then fi # ----------------------------------------------------------------------------- +# Workaround overriding sdkdir to be able to create a tarball when user has no +# write permission in sdkdir. See DISTCHECK_CONFIGURE_FLAGS in Makefile.am +AC_ARG_WITH([sdkdir], [], [sdkdir="$withval"]) + AC_CONFIG_FILES([Makefile src/Makefile man/Makefile |