diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8df3a90..35b1bb9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,9 @@ export G_MESSAGES_DEBUG = all %: dh $@ --with autoreconf +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_auto_configure: $(FLAVORS:%=doconfigure-%) doconfigure-%: |