summaryrefslogtreecommitdiff
blob: 626f6737f7c3f178bf2d667a25307410ff8660ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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