diff options
Diffstat (limited to 'ubuntu/maverick/dependencies/libr')
-rwxr-xr-x | ubuntu/maverick/dependencies/libr/debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ubuntu/maverick/dependencies/libr/debian/rules b/ubuntu/maverick/dependencies/libr/debian/rules index 3eaf0968e..f27016309 100755 --- a/ubuntu/maverick/dependencies/libr/debian/rules +++ b/ubuntu/maverick/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 |