diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 13:42:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 13:42:24 +0000 |
commit | 4c1468f88f26ce4860d9a9e2d09a05f2f1f95b5c (patch) | |
tree | 822b1207655ea983872681106cf18b9f1064092f | |
parent | use an error message that is a little more gentoo specific (diff) | |
download | autotools-wrappers-4c1468f88f26ce4860d9a9e2d09a05f2f1f95b5c.tar.gz autotools-wrappers-4c1468f88f26ce4860d9a9e2d09a05f2f1f95b5c.tar.bz2 autotools-wrappers-4c1468f88f26ce4860d9a9e2d09a05f2f1f95b5c.zip |
use an error message that is a little more gentoo specific
-rwxr-xr-x | ac-wrapper.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ac-wrapper.pl b/ac-wrapper.pl index f041cdb..06f53ec 100755 --- a/ac-wrapper.pl +++ b/ac-wrapper.pl @@ -118,7 +118,7 @@ $ENV{FORCE_AUTOCONF_2_5} = 1 if ("$binary" eq "$binary_new"); if (! -x "$binary") { # this shouldn't happen errmsg ("$binary is missing or not executable.", - "Something is very wrong."); + "Please try emerging the correct version of autoconf."); } exec $binary, @ARGV; |