diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-15 14:09:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-15 14:09:34 +0000 |
commit | cdd524fbe286e64552552f23f3548871c8923fa7 (patch) | |
tree | 81897ad7f3ecec67739a99637a4cbba521bdd60a /app/xdriinfo/configure | |
parent | 6849c585d3d81769ce2150adce825d37f4406a09 (diff) |
regen
Diffstat (limited to 'app/xdriinfo/configure')
-rw-r--r-- | app/xdriinfo/configure | 101 |
1 files changed, 16 insertions, 85 deletions
diff --git a/app/xdriinfo/configure b/app/xdriinfo/configure index f3a309bb3..f5aa959e0 100644 --- a/app/xdriinfo/configure +++ b/app/xdriinfo/configure @@ -1403,47 +1403,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo "$as_me:$LINENO: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&5 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&2;} - { (exit 1); exit 1; }; } - fi - - test "$2" = conftest.file - ) -then - # Ok. - : -else - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! -Check your system clock" >&5 -echo "$as_me: error: newly created file is older than distributed files! -Check your system clock" >&2;} - { (exit 1); exit 1; }; } -fi echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 test "$program_prefix" != NONE && @@ -3128,9 +3087,6 @@ echo "$as_me:$LINENO: checking for XDRIINFO" >&5 echo $ECHO_N "checking for XDRIINFO... $ECHO_C" >&6 if test -n "$PKG_CONFIG"; then - if test -n "$XDRIINFO_CFLAGS"; then - pkg_cv_XDRIINFO_CFLAGS="$XDRIINFO_CFLAGS" - else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xext x11 glproto\"") >&5 ($PKG_CONFIG --exists --print-errors "xext x11 glproto") 2>&5 @@ -3141,14 +3097,10 @@ 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 "$XDRIINFO_LIBS"; then - pkg_cv_XDRIINFO_LIBS="$XDRIINFO_LIBS" - else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xext x11 glproto\"") >&5 ($PKG_CONFIG --exists --print-errors "xext x11 glproto") 2>&5 @@ -3159,59 +3111,38 @@ if test -n "$PKG_CONFIG"; then else pkg_failed=yes fi - fi else pkg_failed=untried fi - - if test $pkg_failed = yes; then - -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 - XDRIINFO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xext x11 glproto"` - else - XDRIINFO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xext x11 glproto"` - fi + XDRIINFO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xext x11 glproto"` # Put the nasty error message in config.log where it belongs - echo "$XDRIINFO_PKG_ERRORS" >&5 - - { { echo "$as_me:$LINENO: error: Package requirements (xext x11 glproto) were not met: - -$XDRIINFO_PKG_ERRORS + echo "$XDRIINFO_PKG_ERRORS" 1>&5 + { { echo "$as_me:$LINENO: error: Package requirements (xext x11 glproto) 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 environment variables XDRIINFO_CFLAGS -and XDRIINFO_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 (xext x11 glproto) were not met: - -$XDRIINFO_PKG_ERRORS - +Alternatively you may set the XDRIINFO_CFLAGS and XDRIINFO_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 (xext x11 glproto) 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 environment variables XDRIINFO_CFLAGS -and XDRIINFO_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. -" >&2;} +Alternatively you may set the XDRIINFO_CFLAGS and XDRIINFO_LIBS environment variables +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 environment variables XDRIINFO_CFLAGS -and XDRIINFO_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. +Alternatively you may set the XDRIINFO_CFLAGS and XDRIINFO_LIBS environment variables +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 @@ -3219,9 +3150,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 environment variables XDRIINFO_CFLAGS -and XDRIINFO_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. +Alternatively you may set the XDRIINFO_CFLAGS and XDRIINFO_LIBS environment variables +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;} |