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:
committed by
Carlos R. Mafra
parent
f58cf6a8cd
commit
4660e5b1eb
3
debian/rules
vendored
3
debian/rules
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user