~ubuntu-branches/ubuntu/saucy/libaal/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-02-12 00:50:45 UTC
  • Revision ID: package-import@ubuntu.com-20130212005045-o2rhsz8plfql7rea
Tags: 1.0.5-5.1ubuntu1
Use dh-autoreconf so that config.guess and config.sub are updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
config.status: configure
23
23
        dh_testdir
 
24
        dh_autoreconf
24
25
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-shared --enable-libminimal
25
26
 
26
27
build: build-stamp
34
35
        dh_testroot
35
36
        rm -f build-stamp 
36
37
        [ ! -f Makefile ] || $(MAKE) distclean
 
38
        dh_autoreconf_clean
37
39
        dh_clean 
38
40
 
39
41
install: build