Commit 5136f1eb259398842c991c0d5bf5fe235d4aa57a

Authored by Perry Werneck
1 parent 42a63e40
Exists in master and in 2 other branches develop, macos

Updating build system.

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
Makefile.in
... ... @@ -77,6 +77,7 @@ STRIP=@STRIP@
77 77 prefix=@prefix@
78 78 exec_prefix=@exec_prefix@
79 79 bindir=@bindir@
  80 +srcdir=@srcdir@
80 81 sbindir=@sbindir@
81 82 libdir=@libdir@
82 83 includedir=@includedir@
... ...
autogen.sh
... ... @@ -49,7 +49,7 @@ autopoint
49 49  
50 50 cd "${builddir}"
51 51  
52   -test -n "$NOCONFIGURE" || "$srcdir/configure" $@
  52 +test -n "$NOCONFIGURE" || "$srcdir/configure" --srcdir=${srcdir} $@
53 53  
54 54  
55 55  
... ...