summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index f62a0b035..59ffa732c 100755
--- a/configure
+++ b/configure
@@ -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