Commit b98dc2de0d544f453bfb04110f170780442535d3
1 parent
2133f185
Exists in
master
and in
1 other branch
Ajustando para funcionar como submódulo do projeto principal.
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
Makefile.in
configure.ac
... | ... | @@ -371,10 +371,11 @@ if test "$app_cv_inet_ntop" == "yes"; then |
371 | 371 | fi |
372 | 372 | |
373 | 373 | dnl --------------------------------------------------------------------------- |
374 | -dnl Output config | |
374 | +dnl Directory config | |
375 | 375 | dnl --------------------------------------------------------------------------- |
376 | 376 | |
377 | -AC_SUBST(BASEDIR,$ac_pwd) | |
377 | +AC_ARG_WITH([work-dir], [AS_HELP_STRING([--with-work-dir], [Setup work path])], [ app_cv_workdir="$withval" ],[ app_cv_workdir="$ac_pwd" ]) | |
378 | +AC_SUBST(BASEDIR,$app_cv_workdir) | |
378 | 379 | |
379 | 380 | dnl --------------------------------------------------------------------------- |
380 | 381 | dnl Configure which files to generate. | ... | ... |