mirror of https://github.com/getdnsapi/getdns.git
relative references to libtool to smooth over binary dist build
This commit is contained in:
parent
30d2aa55ed
commit
bea6fde7bf
|
@ -34,7 +34,7 @@ distdir = $(tarname)-$(version)
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
LIBTOOL = @libtool@
|
LIBTOOL = ../../libtool
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
|
@ -34,7 +34,7 @@ distdir = $(tarname)-$(version)
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
LIBTOOL = @libtool@
|
LIBTOOL = ../../libtool
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
Loading…
Reference in New Issue