From 426d7f7cffe94bb487503de5191e02a3b1a7e7be Mon Sep 17 00:00:00 2001 From: evilynux Date: Thu, 26 Jul 2007 17:25:42 +0000 Subject: [PATCH] Updated comment. --- desmume/autogen.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/desmume/autogen.sh b/desmume/autogen.sh index 1450cf0ea..56c493b1f 100755 --- a/desmume/autogen.sh +++ b/desmume/autogen.sh @@ -1,8 +1,5 @@ #!/bin/sh -# There's an annoying bug in /usr/share/intltool/Makefile.in.in requiring -# me to modify it after a call to intltoolize. Since i can't seem to figure -# what's wrong, i'm commenting the call to intltoolize and adding the -# corresponding files to CVS. +# intltoolize is optionnal as it's only required for the gtk-glade UI. if test ! "x$(which intltoolize)" = "x"; then echo "Running intltoolize"