diff -u -r glade-0.6.4old/glade/data/gtk/autogen.sh glade-0.6.4/glade/data/gtk/autogen.sh --- glade-0.6.4old/glade/data/gtk/autogen.sh 1999-06-05 11:54:50.000000000 +0100 +++ glade-0.6.4/glade/data/gtk/autogen.sh 2003-03-14 23:58:22.000000000 +0000 @@ -106,7 +106,7 @@ echo "Creating $dr/aclocal.m4 ..." test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." - echo "no" | gettextize --force --copy + echo "no" | gettextize --force --copy --intl echo "Making $dr/aclocal.m4 writable ..." test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi @@ -115,7 +115,7 @@ echo "Creating $dr/aclocal.m4 ..." test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." - echo "no" | gettextize --force --copy + echo "no" | gettextize --force --copy --intl echo "Making $dr/aclocal.m4 writable ..." test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi diff -u -r glade-0.6.4old/macros/autogen.sh glade-0.6.4/macros/autogen.sh --- glade-0.6.4old/macros/autogen.sh 2001-12-05 18:55:38.000000000 +0000 +++ glade-0.6.4/macros/autogen.sh 2003-03-14 23:58:00.000000000 +0000 @@ -145,7 +145,7 @@ echo "Creating $dr/aclocal.m4 ..." test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." - echo "no" | gettextize --force --copy + echo "no" | gettextize --force --copy --intl echo "Making $dr/aclocal.m4 writable ..." test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi @@ -154,7 +154,7 @@ echo "Creating $dr/aclocal.m4 ..." test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 echo "Running gettextize... Ignore non-fatal messages." - echo "no" | gettextize --force --copy + echo "no" | gettextize --force --copy --intl echo "Making $dr/aclocal.m4 writable ..." test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 fi