diff options
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 9b61ddcb..52c938d3 100755 --- a/debian/rules +++ b/debian/rules @@ -11,13 +11,8 @@ PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) %: dh $@ --with ppp -autoreconf: - gtkdocize --copy - autopoint --force - AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install - override_dh_autoreconf: - dh_autoreconf debian/rules -- autoreconf + NOCONFIGURE=true dh_autoreconf ./autogen.sh override_dh_auto_configure: dh_auto_configure -- \ |