~ubuntu-branches/ubuntu/trusty/opusfile/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-12-22 02:47:43 UTC
  • Revision ID: package-import@ubuntu.com-20131222024743-1qoj77cvfz2xt66q
Tags: 0.2+20130702-1ubuntu1
Use dh-autoreconf to update libtool macros for ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        dh_testroot
61
61
        $(RM) -r $(objdir)
62
62
        $(RM) *-stamp
 
63
        dh_autoreconf_clean
63
64
        dh_clean
64
65
 
65
66
 
66
67
$(objdir)/config.status: configure
67
68
        dh_testdir
68
69
        mkdir -p $(objdir)
 
70
        dh_autoreconf
69
71
        cd $(objdir) && ../configure --disable-maintainer-mode          \
70
72
                                     --host=$(DEB_HOST_GNU_TYPE)        \
71
73
                                     --build=$(DEB_BUILD_GNU_TYPE)      \