diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-14 20:44:18 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-14 20:44:18 +0000 |
commit | 6849c585d3d81769ce2150adce825d37f4406a09 (patch) | |
tree | c0fda023306d2bbf1d4d88ef99c7d81a4a689db1 /lib/libXprintUtil/configure | |
parent | ac08253eebfcc51b66f1a8d1b051b94d1507a7b5 (diff) |
regen with libtool 1.5.22p10 and metaauto 0.7
Diffstat (limited to 'lib/libXprintUtil/configure')
-rw-r--r-- | lib/libXprintUtil/configure | 60 |
1 files changed, 44 insertions, 16 deletions
diff --git a/lib/libXprintUtil/configure b/lib/libXprintUtil/configure index a8d35e79f..fef2db09d 100644 --- a/lib/libXprintUtil/configure +++ b/lib/libXprintUtil/configure @@ -18687,6 +18687,9 @@ echo "$as_me:$LINENO: checking for XPRINTUTIL" >&5 echo $ECHO_N "checking for XPRINTUTIL... $ECHO_C" >&6 if test -n "$PKG_CONFIG"; then + if test -n "$XPRINTUTIL_CFLAGS"; then + pkg_cv_XPRINTUTIL_CFLAGS="$XPRINTUTIL_CFLAGS" + else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xp xt printproto xau\"") >&5 ($PKG_CONFIG --exists --print-errors "x11 xp xt printproto xau") 2>&5 @@ -18697,10 +18700,14 @@ if test -n "$PKG_CONFIG"; then else pkg_failed=yes fi + fi else pkg_failed=untried fi if test -n "$PKG_CONFIG"; then + if test -n "$XPRINTUTIL_LIBS"; then + pkg_cv_XPRINTUTIL_LIBS="$XPRINTUTIL_LIBS" + else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xp xt printproto xau\"") >&5 ($PKG_CONFIG --exists --print-errors "x11 xp xt printproto xau") 2>&5 @@ -18711,38 +18718,59 @@ if test -n "$PKG_CONFIG"; then else pkg_failed=yes fi + fi else pkg_failed=untried fi + + if test $pkg_failed = yes; then - XPRINTUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xp xt printproto xau"` + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + XPRINTUTIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xp xt printproto xau"` + else + XPRINTUTIL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xp xt printproto xau"` + fi # Put the nasty error message in config.log where it belongs - echo "$XPRINTUTIL_PKG_ERRORS" 1>&5 + echo "$XPRINTUTIL_PKG_ERRORS" >&5 + + { { echo "$as_me:$LINENO: error: Package requirements (x11 xp xt printproto xau) were not met: + +$XPRINTUTIL_PKG_ERRORS - { { echo "$as_me:$LINENO: error: Package requirements (x11 xp xt printproto xau) were not met. Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -Alternatively you may set the XPRINTUTIL_CFLAGS and XPRINTUTIL_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details." >&5 -echo "$as_me: error: Package requirements (x11 xp xt printproto xau) were not met. +Alternatively, you may set the environment variables XPRINTUTIL_CFLAGS +and XPRINTUTIL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" >&5 +echo "$as_me: error: Package requirements (x11 xp xt printproto xau) were not met: + +$XPRINTUTIL_PKG_ERRORS + Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -Alternatively you may set the XPRINTUTIL_CFLAGS and XPRINTUTIL_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details." >&2;} +Alternatively, you may set the environment variables XPRINTUTIL_CFLAGS +and XPRINTUTIL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. -Alternatively you may set the XPRINTUTIL_CFLAGS and XPRINTUTIL_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details. +Alternatively, you may set the environment variables XPRINTUTIL_CFLAGS +and XPRINTUTIL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. See \`config.log' for more details." >&5 @@ -18750,9 +18778,9 @@ echo "$as_me: error: The pkg-config script could not be found or is too old. Ma is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. -Alternatively you may set the XPRINTUTIL_CFLAGS and XPRINTUTIL_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details. +Alternatively, you may set the environment variables XPRINTUTIL_CFLAGS +and XPRINTUTIL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. See \`config.log' for more details." >&2;} |