summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-01-20 02:25:55 +0000
committerDarin Adler <darin@src.gnome.org>2001-01-20 02:25:55 +0000
commita41279bb5be62862cc5bca51df1c8a50be9d6c44 (patch)
tree1eaf012c6b9b1c4c8faa577d26b1c62b7ddfcb4a /autogen.sh
parent5ce31502384b05b5fd49d77e047adb34638499be (diff)
downloadnautilus-a41279bb5be62862cc5bca51df1c8a50be9d6c44.tar.gz
reviewed by: John Sullivan <sullivan@eazel.com>
Fix for bug 5475 (assertion and crash trying to return using Up from web link): * libnautilus-extensions/nautilus-file.c: (get_description): Instead of asserting that the MIME type is not NULL or empty string, just change the code to return an empty description for those cases. * autogen.sh: Fix one silly "ignore non-fatal errors" message.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 158086f08..10110490c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -66,7 +66,7 @@ echo "Running gettextize... Ignore non-fatal messages."
# while making dist.
echo "no" | gettextize --copy --force
-echo "Running xml-i18n-toolize... Ignore non-fatal messages."
+echo "Running xml-i18n-toolize"
xml-i18n-toolize --copy --force --automake
echo "Running libtoolize"