From 63b4570cfd4ee0b597f67c6216b83e9125ab6451 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 24 Jan 2019 10:37:00 -0200 Subject: [PATCH] Updating for customized windows builds. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a78f305..54fdf63 100644 --- a/configure.ac +++ b/configure.ac @@ -352,8 +352,8 @@ dnl --------------------------------------------------------------------------- dnl Directory config dnl --------------------------------------------------------------------------- -AC_ARG_WITH([work-dir], [AS_HELP_STRING([--with-work-dir], [Setup work path])], [ app_cv_workdir="$withval" ],[ app_cv_workdir="$ac_pwd" ]) -AC_SUBST(BASEDIR,$app_cv_workdir) +AC_ARG_WITH([build-dir], [AS_HELP_STRING([--with-build-dir], [Setup build path])], [ app_cv_buildir="$withval" ],[ app_cv_buildir="$ac_pwd" ]) +AC_SUBST(BASEDIR,$app_cv_buildir) dnl --------------------------------------------------------------------------- dnl Configure which files to generate. -- libgit2 0.21.2