[csw-devel] SF.net SVN: gar:[19317] csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Sep 29 12:43:54 CEST 2012


Revision: 19317
          http://gar.svn.sourceforge.net/gar/?rev=19317&view=rev
Author:   chninkel
Date:     2012-09-29 10:43:53 +0000 (Sat, 29 Sep 2012)
Log Message:
-----------
gnome-base/gnomevfs2/trunk: better way to change configure environment

Modified Paths:
--------------
    csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile

Modified: csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile	2012-09-28 20:28:42 UTC (rev 19316)
+++ csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile	2012-09-29 10:43:53 UTC (rev 19317)
@@ -73,6 +73,11 @@
 
 # STRIP_LIBTOOL = 1
 
+EXTRA_CONFIGURE_EXPORTS += XGETTEXT MSGMERGE MSGFMT
+CONFIGURE_ENV_XGETTEXT = /opt/csw/gnu/xgettext
+CONFIGURE_ENV_MSGMERGE = /opt/csw/gnu/msgmerge
+CONFIGURE_ENV_MSGFMT = /opt/csw/gnu/msgfmt
+
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-static=no
 CONFIGURE_ARGS += --enable-gtk-doc
@@ -83,9 +88,4 @@
 
 include gar/category.mk
 
-# For GNU gettext
-CONFIGURE_ENV += XGETTEXT=/opt/csw/gnu/xgettext
-CONFIGURE_ENV += MSGMERGE=/opt/csw/gnu/msgmerge
-CONFIGURE_ENV += MSGFMT=/opt/csw/gnu/msgfmt
 
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list