[cheese] Minor improvements to configure script
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Minor improvements to configure script
- Date: Sat, 24 Dec 2011 17:05:12 +0000 (UTC)
commit 936d8fdb96ee6825eb79bbb769f2bbf2dd1de7b4
Author: David King <amigadave amigadave com>
Date: Sat Dec 24 17:52:01 2011 +0100
Minor improvements to configure script
Use https for bug report URL. Log the GStreamer plugin output to
config.log. Correct the gtester-report check test.
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8efe3cc..3b18c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ([2.64])
AC_INIT([cheese],
[3.3.3],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
+ [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[http://projects.gnome.org/cheese/])
@@ -139,7 +139,7 @@ AS_IF([test "x$GST_INSPECT" = "xnotfound"],
for gst_runtime_plugin in $GST_RUNTIME_PLUGINS
do
AC_MSG_CHECKING([for $gst_runtime_plugin GStreamer plugin])
- AS_IF([$GST_INSPECT $gst_runtime_plugin >/dev/null],
+ AS_IF([$GST_INSPECT $gst_runtime_plugin >&AS_MESSAGE_LOG_FD],
[AC_MSG_RESULT([found])],
[AC_MSG_RESULT([not found])
AC_MSG_WARN([$gst_runtime_plugin was not found. It needs to be installed before Cheese is run])])
@@ -148,7 +148,7 @@ AS_IF([test "x$GST_INSPECT" = "xnotfound"],
# Check for GLib testing utilities.
AC_PATH_PROG([GTESTER], [gtester], [notfound])
AC_PATH_PROG([GTESTER_REPORT], [gtester-report], [notfound])
-AS_IF([test "x$GTESTER" = "xnotfound" -o "$GTESTER_REPORT" = "xnotfound"],
+AS_IF([test "x$GTESTER" = "xnotfound" -o "x$GTESTER_REPORT" = "xnotfound"],
[AC_MSG_WARN([testing disabled as the required utilities were not found])],
[CHEESE_ENABLE_TESTS=true
AC_SUBST([GTESTER])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]