make sure config.sub/guess are up to date during build
authorBdale Garbee <bdale@gag.com>
Tue, 20 Apr 2010 09:29:16 +0000 (03:29 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 20 Apr 2010 09:29:16 +0000 (03:29 -0600)
debian/control
debian/rules

index a2597c56ac875b6d219934623fbfd37a955d09f8..4a578f73dff25bef12a21181e1e87758d4906891 100644 (file)
@@ -3,7 +3,7 @@ Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Carl Worth <cworth@cworth.org>
-Build-Depends: debhelper (>= 5), texinfo
+Build-Depends: debhelper (>= 5), texinfo, autotools-dev
 Build-Depends-Indep: mingw32
 Standards-Version: 3.8.0
 
index ff33835ba71d17c6e595cc943b77f845cedbab67..8369833fffec22688eaf796561e0c076083d9525 100755 (executable)
@@ -21,6 +21,8 @@ endif
 configure: configure-stamp
 configure-stamp:
        dh_testdir
+       cp -f /usr/share/misc/config.sub build-aux/config.sub
+       cp -f /usr/share/misc/config.guess build-aux/config.guess
        mkdir -p build
        cd build && ../configure \
                --prefix=/usr --bindir=/bin \