mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Call configure instead of autogen.sh.
Original commit message from CVS: Call configure instead of autogen.sh.
This commit is contained in:
parent
60eeda80de
commit
c87e1f9b0c
1 changed files with 7 additions and 7 deletions
14
debian/rules
vendored
14
debian/rules
vendored
|
@ -30,13 +30,13 @@ configure: configure-stamp
|
|||
configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--mandir=\$${prefix}/share/man \
|
||||
--infodir=\$${prefix}/share/info \
|
||||
--with-configdir=/etc/gstreamer \
|
||||
--disable-plugin-srcdir \
|
||||
--enable-docs-build
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=\$${prefix}/share/man \
|
||||
--infodir=\$${prefix}/share/info \
|
||||
--with-configdir=/etc/gstreamer \
|
||||
--disable-plugin-srcdir \
|
||||
--enable-docs-build
|
||||
|
||||
touch configure-stamp
|
||||
|
||||
|
|
Loading…
Reference in a new issue