[Pkg-sdl-commits] [libsdl2-mixer] 04/07: call aclocal before dh_autoreconf to fix FTBFS
Fabian Greffrath
fabian at moszumanska.debian.org
Thu Nov 9 16:05:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
fabian pushed a commit to branch master
in repository libsdl2-mixer.
commit 09fa4092d078c42740126ab789dbed12fbefee81
Author: Fabian Greffrath <fabian at debian.org>
Date: Thu Nov 9 16:55:45 2017 +0100
call aclocal before dh_autoreconf to fix FTBFS
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 64e15b7..3089db7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,10 @@ confflags += --enable-music-wave
override_dh_auto_configure:
dh_auto_configure -- $(confflags)
+override_dh_autoreconf:
+ $(ACLOCAL)
+ dh_autoreconf
+
override_dh_install:
dh_install --fail-missing -XlibSDL2_mixer.la
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-mixer.git
More information about the pkg-sdl-commits
mailing list