Commit b98dc2de0d544f453bfb04110f170780442535d3

Authored by Perry Werneck
1 parent 2133f185
Exists in master and in 1 other branch develop

Ajustando para funcionar como submódulo do projeto principal.

Showing 2 changed files with 4 additions and 3 deletions   Show diff stats
@@ -69,7 +69,7 @@ sysconfdir=@sysconfdir@ @@ -69,7 +69,7 @@ sysconfdir=@sysconfdir@
69 69
70 BASEDIR=@BASEDIR@ 70 BASEDIR=@BASEDIR@
71 71
72 -POTDIR=$(BASEDIR)/.pot 72 +POTDIR=$(BASEDIR)/$(LIBNAME)/.pot
73 73
74 OBJDIR=$(BASEDIR)/.obj/$(LIBNAME) 74 OBJDIR=$(BASEDIR)/.obj/$(LIBNAME)
75 OBJDBG=$(OBJDIR)/Debug 75 OBJDBG=$(OBJDIR)/Debug
@@ -371,10 +371,11 @@ if test "$app_cv_inet_ntop" == "yes"; then @@ -371,10 +371,11 @@ if test "$app_cv_inet_ntop" == "yes"; then
371 fi 371 fi
372 372
373 dnl --------------------------------------------------------------------------- 373 dnl ---------------------------------------------------------------------------
374 -dnl Output config 374 +dnl Directory config
375 dnl --------------------------------------------------------------------------- 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 dnl --------------------------------------------------------------------------- 380 dnl ---------------------------------------------------------------------------
380 dnl Configure which files to generate. 381 dnl Configure which files to generate.