[Pawel Salek <pawsa theochem kth se>] A patch for macros/autogen.sh



Hi,

I don't know who's maintaining gnome-common nowadays, so I'm sending
this to the list.  Can the gnome-common maintainer please have a look
at this patch ?

Martin

Subject: Topics

Topics:
   A patch for macros/autogen.sh

--- Begin Message ---
I would like to get OK for commiting attached two-line patch to 
macros/autogen.sh. It basically allows for passing --intl flag to 
gettextize.

I am looking forward to your reply.

-pawel
Index: macros/autogen.sh
===================================================================
RCS file: /cvs/gnome/gnome-common/macros/autogen.sh,v
retrieving revision 1.65
diff -u -r1.65 autogen.sh
--- macros/autogen.sh	5 Mar 2002 16:57:29 -0000	1.65
+++ macros/autogen.sh	11 Aug 2002 14:28:33 -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 $GETTEXTIZE_ARGS
 	  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 $GETTEXTIZE_ARGS
 	echo "Making $dr/aclocal.m4 writable ..."
 	test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi

--- End Message ---
-- 
Martin Baulig
martin gnome org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]