1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

debian: Use dh_autoreconf.

Use dh_autoreconf instead of invoking autogen.sh in the configure
target.
This commit is contained in:
Andreas Metzler
2015-12-27 14:48:54 +01:00
committed by Carlos R. Mafra
parent f58cf6a8cd
commit 4660e5b1eb
3 changed files with 3 additions and 3 deletions

3
debian/rules vendored
View File

@@ -36,10 +36,9 @@ COMMON_OPTIONS := --prefix=$(BASEDIR) \
--with-gnustepdir=$(GNUSTEPDIR)
%:
dh $@ --parallel --with autotools-dev
dh $@ --parallel --with autoreconf
override_dh_auto_configure:
./autogen.sh
LINGUAS="$(LINGUAS)" ./configure $(COMMON_OPTIONS) \
$(WMAKER_OPTIONS) $(shell dpkg-buildflags --export=configure)