components/desktop/xscreensaver/patches/01-intltool.patch
changeset 5561 0416d82f7f55
parent 5560 61114c4b4667
child 5562 880dc66054d5
equal deleted inserted replaced
5560:61114c4b4667 5561:0416d82f7f55
     1 Fix old Makefile.in.in to work with newer intltool
       
     2 
       
     3 Already upstream in later releases
       
     4 
       
     5 ---
       
     6  po/Makefile.in.in |    6 ++++++
       
     7  1 files changed, 6 insertions(+), 0 deletions(-)
       
     8 
       
     9 diff --git a/po/Makefile.in.in b/po/Makefile.in.in
       
    10 --- a/po/Makefile.in.in
       
    11 +++ b/po/Makefile.in.in
       
    12 @@ -84,6 +84,9 @@
       
    13  #       refering to $(srcdir) anyway.  So I just commented (my half-fixed
       
    14  #       version of) this rule out.
       
    15  #
       
    16 +# The following line is needed to keep the intltool.m4 autoconf macros from
       
    17 +# throwing an error message:
       
    18 +# INTLTOOL_MAKEFILE
       
    19  
       
    20  GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
       
    21  PACKAGE = @PACKAGE@
       
    22 @@ -149,6 +152,9 @@ TARFILES = $(DISTFILES_1) $(POFILES) $(SOURCES)
       
    23  
       
    24  POTFILES = \
       
    25  
       
    26 +# Don't delete this line!
       
    27 +# Need to keep a non-blank line after POTFILES for sed commands from
       
    28 +# aclocal.m4 to generate Makefile from Makefile.in without losing CATALOGS
       
    29  CATALOGS = @CATALOGS@
       
    30  CATOBJEXT = @CATOBJEXT@
       
    31  INSTOBJEXT = @INSTOBJEXT@