diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-28 23:19:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-28 23:19:27 -0600 |
commit | 475407abf747a7ed62d386cbe7c8122c50688502 (patch) | |
tree | a2a5280c19fd954748694c69868e3fb29d2d12a5 /debian/squeeze/dependencies/libr | |
parent | d7eb840f69c1af0a1038916a0a189212b9d59ca9 (diff) | |
download | tde-packaging-475407abf747a7ed62d386cbe7c8122c50688502.tar.gz tde-packaging-475407abf747a7ed62d386cbe7c8122c50688502.zip |
Call autogen.sh instead of individual setup programs
Diffstat (limited to 'debian/squeeze/dependencies/libr')
-rwxr-xr-x | debian/squeeze/dependencies/libr/debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
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 |