ref: 0318168ea807b044711389203a2fb8f27ebf238b
parent: ed372b712fa698da24c21746135f2c2c8d738c6e
author: Werner Lemberg <[email protected]>
date: Fri Mar 14 04:06:06 EDT 2014
* builds/unix/configure.raw: Don't show error messages of `which'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-14 Werner Lemberg <[email protected]>
+
+ * builds/unix/configure.raw: Don't show error messages of `which'.
+
2014-03-09 Alan Coopersmith <[email protected]>
Fix cppcheck 1.64 warning.
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -437,7 +437,7 @@
else
# fall back to config script.
AC_MSG_CHECKING([for libpng-config])
- if which libpng-config > /dev/null; then
+ if which libpng-config > /dev/null 2>&1; then
LIBPNG_CFLAGS=`libpng-config --cflags`
LIBPNG_LIBS=`libpng-config --ldflags`
libpng_libpriv=`libpng-config --static --ldflags`
@@ -656,7 +656,7 @@
fi
-# Whether to use FileManager which is deprecated since Mac OS X 10.4.
+# Whether to use FileManager, which is deprecated since Mac OS X 10.4.
AC_ARG_WITH([fsspec],
AS_HELP_STRING([--with-fsspec],
@@ -765,7 +765,7 @@
fi
-# Whether to use QuickDraw API in ToolBox which is deprecated since
+# Whether to use QuickDraw API in ToolBox, which is deprecated since
# Mac OS X 10.4.
AC_ARG_WITH([quickdraw-toolbox],
@@ -807,7 +807,7 @@
fi
-# Whether to use QuickDraw API in Carbon which is deprecated since
+# Whether to use QuickDraw API in Carbon, which is deprecated since
# Mac OS X 10.4.
AC_ARG_WITH([quickdraw-carbon],