[Libosinfo] [osinfo-db-tools PATCH v2 10/16] prepare-release: Remove non-valid configure options
Fabiano Fidêncio
fidencio at redhat.com
Tue Jul 9 10:47:38 UTC 2019
Those options have been added as the `prepare-release.sh` was copied
from the libosinfo project. However, those options are not valid for
osinfo-db-tools project.
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
prepare-release.sh | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/prepare-release.sh b/prepare-release.sh
index 731b4e4..e95a177 100755
--- a/prepare-release.sh
+++ b/prepare-release.sh
@@ -14,7 +14,7 @@ mkdir build
cd build
../autogen.sh --prefix=$INSTALL_ROOT \
- --enable-werror --enable-gtk-doc
+ --enable-werror
# If the MAKEFLAGS envvar does not yet include a -j option,
# add -jN where N depends on the number of processors.
@@ -59,9 +59,7 @@ if test -x /usr/bin/i686-w64-mingw32-gcc ; then
--build=$(uname -m)-pc-linux \
--host=i686-w64-mingw32 \
--prefix="$INSTALL_ROOT/i686-w64-mingw32/sys-root/mingw" \
- --enable-werror \
- --enable-introspection=no \
- --enable-tests=no
+ --enable-werror
make
make install
@@ -78,9 +76,7 @@ if test -x /usr/bin/x86_64-w64-mingw32-gcc ; then
--build=$(uname -m)-pc-linux \
--host=x86_64-w64-mingw32 \
--prefix="$INSTALL_ROOT/i686-w64-mingw32/sys-root/mingw" \
- --enable-werror \
- --enable-introspection=no \
- --enable-tests=no
+ --enable-werror
make
make install
--
2.21.0
More information about the Libosinfo
mailing list