From e91e2aa36c595722530e2cccc868a650eae1c3bf Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Thu, 22 Aug 2013 23:35:30 +0200 Subject: [PATCH] Fixed error message in autogen.sh --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 44936d1..d71201f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,7 +10,7 @@ if test x"$FOUND_GNOME_AUTOGEN_SH" = x"1"; then else echo "GNOME's gnome-autogen.sh can not be found in your path. If you have it in a" echo "non-trivial place, simply call it now, with e.g." - echo "/non/trivial/dir/gnome-autogen.sh This file usually can be found in a package" - echo "like gnome-devel." + echo "/non/trivial/dir/gnome-autogen.sh. In RPM based distributions it can be" + echo "found in the gnome-common package." fi