patches/intltool-01-intltoolize-exit-1.diff
author lp117937
Tue, 02 May 2006 04:25:34 +0000
changeset 7185 3e7fbaeaa3ab
permissions -rw-r--r--
2006-05-02 Laszlo (Laca) Peter <[email protected]> * glib2.spec: add patch glib-07-msgfmt-c.diff: patch to remove the -c option of msgfmt from the Makefile.in.in file use by glib-gettextize * intltool.spec: add patch intltool-01-intltoolize-exit-1 that make intltoolize return 1 if IT_PROG_INTLTOOL is not used in configure.{in,ac}. * patches/glib-07-msgfmt-c.diff: new patch * patches/intltool-01-intltoolize-exit-1.diff: new patch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7185
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     1
--- intltool-0.34.2/intltoolize.in.orig	2006-05-01 18:46:57.005421000 -0400
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     2
+++ intltool-0.34.2/intltoolize.in	2006-05-01 18:48:46.878486000 -0400
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     3
@@ -193,6 +193,8 @@
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     4
   if egrep '^(AC|IT)_PROG_INTLTOOL' $configure >/dev/null 2>&1; then :
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     5
   else
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     6
     echo "Remember to add 'IT_PROG_INTLTOOL' to $configure."
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     7
+    # intltool's Makefile.in.in loops if IT_PROG_INTLTOOL is not used
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     8
+    status=1
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
     9
   fi
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
    10
 
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents:
diff changeset
    11
   if grep 'generated automatically by aclocal' aclocal.m4 >/dev/null 2>&1; then