diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -20264,8 +20264,8 @@ echo "${ECHO_T}no" >&6 fi if test -z "$PAX"; then - { { echo "$as_me:$LINENO: error: pax not found" >&5 -echo "$as_me: error: pax not found" >&2;} + { { echo "$as_me:$LINENO: error: pax (the POSIX standard archive tool) is not found on your system, you can get a version from ftp://ftp.suse.com/pub/people/kukuk/pax/" >&5 +echo "$as_me: error: pax (the POSIX standard archive tool) is not found on your system, you can get a version from ftp://ftp.suse.com/pub/people/kukuk/pax/" >&2;} { (exit 1); exit 1; }; } fi diff --git a/configure.ac b/configure.ac index 04b858001..5bf1b5558 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl Check for pax. dnl AC_PATH_PROG([PAX], [pax]) if test -z "$PAX"; then - AC_MSG_ERROR([pax not found]) + AC_MSG_ERROR([pax (the POSIX standard archive tool) is not found on your system, you can get a version from ftp://ftp.suse.com/pub/people/kukuk/pax/]) fi dnl Check C Compiler Characteristics |