From 2220c1d4f378281662d5b8688b1c51e415fd0ef7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 28 Dec 2014 23:19:27 -0600 Subject: Call autogen.sh instead of individual setup programs (cherry picked from commit 475407abf747a7ed62d386cbe7c8122c50688502) --- debian/squeeze/dependencies/libr/debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/squeeze/dependencies') diff --git a/debian/squeeze/dependencies/libr/debian/rules b/debian/squeeze/dependencies/libr/debian/rules index 3eaf0968e..f27016309 100755 --- a/debian/squeeze/dependencies/libr/debian/rules +++ b/debian/squeeze/dependencies/libr/debian/rules @@ -36,9 +36,7 @@ configure: cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh cp -Rp /usr/share/libtool/libltdl/aclocal.m4 aclocal.m4 - autoreconf -i - autoconf - automake + ./autogen.sh config.status: configure dh_testdir -- cgit v1.2.3