need to run autoreconf before calling dh_auto_configure
authorBdale Garbee <bdale@gag.com>
Thu, 3 Jan 2019 05:41:03 +0000 (22:41 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 3 Jan 2019 05:41:03 +0000 (22:41 -0700)
debian/rules

index e461ca71d2ab2c6c641af3cf95051fe03a2bf31a..4e7a7fb2b09e5afd8d0396c247740b934598bbc1 100755 (executable)
@@ -13,6 +13,7 @@ configure_flags = --disable-install-shared-mime-info --enable-faketime
 
 configure: configure-stamp
 configure-stamp:
+       autoreconf --force -v --install
        dh_auto_configure -- $(configure_flags) && touch $@
 
 build: build-arch build-indep