diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-04-24 21:08:47 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-04-24 21:08:47 +0000 |
commit | 11ea70d2ea9241172ae74727932994e71eea1dc2 (patch) | |
tree | 378b34c3aabc099ff359bccba60f1bee2baa9efd /configure | |
parent | 1a464548be49cabe27913d442aef58007677c19e (diff) | |
download | xfwm4-11ea70d2ea9241172ae74727932994e71eea1dc2.tar.gz |
Provide an URL to download pax if missing
(Old svn revision: 11728)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 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 |