relative references to libtool to smooth over binary dist build

This commit is contained in:
Glen Wiley 2014-02-24 18:59:25 -05:00
parent 30d2aa55ed
commit bea6fde7bf
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ distdir = $(tarname)-$(version)
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
LIBTOOL = @libtool@
LIBTOOL = ../../libtool
srcdir = @srcdir@
VPATH = @srcdir@

View File

@ -34,7 +34,7 @@ distdir = $(tarname)-$(version)
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
LIBTOOL = @libtool@
LIBTOOL = ../../libtool
srcdir = @srcdir@
VPATH = @srcdir@