summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-21 13:42:24 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-21 13:42:24 +0000
commit188f92a53a6ebb46be590b3b6519be615e75d079 (patch)
treee604e03fae1d34a39a2768f1b71d7f7be2524bc6 /sys-devel
parentupdate metadata (no-herd => shell-tools) (diff)
downloadhistorical-188f92a53a6ebb46be590b3b6519be615e75d079.tar.gz
historical-188f92a53a6ebb46be590b3b6519be615e75d079.tar.bz2
historical-188f92a53a6ebb46be590b3b6519be615e75d079.zip
use an error message that is a little more gentoo specific
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf-wrapper/Manifest8
-rw-r--r--sys-devel/autoconf-wrapper/files/ac-wrapper-1.pl2
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/autoconf-wrapper/Manifest b/sys-devel/autoconf-wrapper/Manifest
index 0cb34c32d857..c364ca442411 100644
--- a/sys-devel/autoconf-wrapper/Manifest
+++ b/sys-devel/autoconf-wrapper/Manifest
@@ -4,12 +4,12 @@ Hash: SHA1
MD5 3285105b0b36f54b35d246df1e6e75fc autoconf-wrapper-1.ebuild 745
MD5 076d1b4bb28d498a1565e59abd92e5ca ChangeLog 433
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 f0aebf1e8164550818d53396a30af91d files/ac-wrapper-1.pl 3816
+MD5 8561478423a4ec9456804063003735d5 files/ac-wrapper-1.pl 3844
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-autoconf-wrapper-1 0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBdwunHTu7gpaalycRAgeAAJ4leuaYTkBHhxJ2QaVTWnaeq5VGcgCgx7oT
-tpP4qc0Lhmg079sRMTKncng=
-=Znsf
+iD8DBQFBd7zlHTu7gpaalycRAi6KAJwLLAL+MDbDYFlWaKYh3pHvaoiiywCgvo6e
+aESjCcF87bDMDExkWC0IGs0=
+=idxA
-----END PGP SIGNATURE-----
diff --git a/sys-devel/autoconf-wrapper/files/ac-wrapper-1.pl b/sys-devel/autoconf-wrapper/files/ac-wrapper-1.pl
index f041cdbb5de9..06f53ec92c7d 100644
--- a/sys-devel/autoconf-wrapper/files/ac-wrapper-1.pl
+++ b/sys-devel/autoconf-wrapper/files/ac-wrapper-1.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;