mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Automatic generation of configure if it is missing.
This commit is contained in:
parent
03721dc11a
commit
abbfe14ed8
3
debian/rules
vendored
3
debian/rules
vendored
@ -25,6 +25,9 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
configure:
|
||||
./autogen.sh
|
||||
|
||||
config.status: configure
|
||||
dh_testdir
|
||||
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-ebml-include=/usr/include/ebml --with-matroska-include=/usr/include/matroska
|
||||
|
Loading…
Reference in New Issue
Block a user