Fix FTBFS on Debian and Ubuntu due to move libtool ltmain.sh

from /usr/share/libtool/config into /usr/share/libtool/build-aux

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 09b52dab01)
pull/92/head
Slávek Banko 8 years ago
parent 14e96accb1
commit 21f957cfb1

@ -13,7 +13,12 @@ debian/stamp-cvs-make:
ifndef _cdbs_class_cmake
if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
endif
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
endif
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; \
fi
endif

@ -13,7 +13,12 @@ debian/stamp-cvs-make:
ifndef _cdbs_class_cmake
if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
endif
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
endif
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; \
fi
endif

@ -13,7 +13,12 @@ debian/stamp-cvs-make:
ifndef _cdbs_class_cmake
if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
endif
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
endif
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; \
fi
endif

Loading…
Cancel
Save