Commit 63b4570cfd4ee0b597f67c6216b83e9125ab6451
1 parent
378b5cd7
Exists in
master
and in
1 other branch
Updating for customized windows builds.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
configure.ac
@@ -352,8 +352,8 @@ dnl --------------------------------------------------------------------------- | @@ -352,8 +352,8 @@ dnl --------------------------------------------------------------------------- | ||
352 | dnl Directory config | 352 | dnl Directory config |
353 | dnl --------------------------------------------------------------------------- | 353 | dnl --------------------------------------------------------------------------- |
354 | 354 | ||
355 | -AC_ARG_WITH([work-dir], [AS_HELP_STRING([--with-work-dir], [Setup work path])], [ app_cv_workdir="$withval" ],[ app_cv_workdir="$ac_pwd" ]) | ||
356 | -AC_SUBST(BASEDIR,$app_cv_workdir) | 355 | +AC_ARG_WITH([build-dir], [AS_HELP_STRING([--with-build-dir], [Setup build path])], [ app_cv_buildir="$withval" ],[ app_cv_buildir="$ac_pwd" ]) |
356 | +AC_SUBST(BASEDIR,$app_cv_buildir) | ||
357 | 357 | ||
358 | dnl --------------------------------------------------------------------------- | 358 | dnl --------------------------------------------------------------------------- |
359 | dnl Configure which files to generate. | 359 | dnl Configure which files to generate. |