diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:24:56 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:24:56 +0000 |
commit | 2afc8bf0ae189f3ad73a4bf1f0d4e5ba230f66c5 (patch) | |
tree | da219e82756040ab577c186f239f481bb53a3f6b /debian/rules | |
parent | 98d3310988ace43b2d0e9619a2da7ce2bbafeb30 (diff) |
Use autoreconf
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6dc1ae5c..273e139b 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ INSTALL_in := $(wildcard debian/*.install.in) INSTALL_generated := $(patsubst %.in,%,$(INSTALL_in)) %: - dh $@ -Bbuild --with autotools_dev + dh $@ -Bbuild --with autotools_dev,autoreconf override_dh_auto_configure: dh_auto_configure -Bbuild -- $(CONFIGURE_ARGS) $(shell dpkg-buildflags --export=configure) |