pipewire/autogen.sh

23 lines
757 B
Bash
Raw Normal View History

2015-04-16 14:58:33 +00:00
#!/bin/sh
2015-06-30 16:06:36 +00:00
# This file is part of Pinos
2015-04-16 14:58:33 +00:00
#
2015-06-30 16:06:36 +00:00
# Pinos is free software; you can redistribute it and/or modify it
2015-04-16 14:58:33 +00:00
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
2015-06-30 16:06:36 +00:00
# Pinos is distributed in the hope that it will be useful, but
2015-04-16 14:58:33 +00:00
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
2015-06-30 16:06:36 +00:00
# along with Pinos; if not, see <http://www.gnu.org/licenses/>.
2015-04-16 14:58:33 +00:00
# Only there to make jhbuild happy
NOCONFIGURE=1 ./bootstrap.sh
exec ./configure "$@"