diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-28 23:19:27 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:42 +0200 |
commit | 2220c1d4f378281662d5b8688b1c51e415fd0ef7 (patch) | |
tree | 92fc713209fe3630f4aca58a8f54b375de27a8e8 /ubuntu/maverick/dependencies | |
parent | f188adbb77f09b5eefab23d116cfadbeb0a053f9 (diff) | |
download | tde-packaging-2220c1d4f378281662d5b8688b1c51e415fd0ef7.tar.gz tde-packaging-2220c1d4f378281662d5b8688b1c51e415fd0ef7.zip |
Call autogen.sh instead of individual setup programs
(cherry picked from commit 475407abf747a7ed62d386cbe7c8122c50688502)
Diffstat (limited to 'ubuntu/maverick/dependencies')
-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 |