[csw-devel] SF.net SVN: gar:[6234] csw/mgar/pkg/xmlto/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Sep 9 02:54:53 CEST 2009


Revision: 6234
          http://gar.svn.sourceforge.net/gar/?rev=6234&view=rev
Author:   bdwalton
Date:     2009-09-09 00:54:53 +0000 (Wed, 09 Sep 2009)

Log Message:
-----------
xmlto: change configure args to new required input format

Modified Paths:
--------------
    csw/mgar/pkg/xmlto/trunk/Makefile

Modified: csw/mgar/pkg/xmlto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlto/trunk/Makefile	2009-09-09 00:53:03 UTC (rev 6233)
+++ csw/mgar/pkg/xmlto/trunk/Makefile	2009-09-09 00:54:53 UTC (rev 6234)
@@ -36,10 +36,10 @@
 	@$(MAKECOOKIE)
 
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --with-mktemp=/opt/csw/bin/mktemp
-CONFIGURE_ARGS += --with-find=/opt/csw/bin/gfind
-CONFIGURE_ARGS += --with-bash=/opt/csw/bin/bash
-CONFIGURE_ARGS += --with-getopt=/opt/csw/bin/ggetopt
+CONFIGURE_ARGS += GETOPT=/opt/csw/bin/ggetopt
+CONFIGURE_ARGS += BASH=/opt/csw/bin/bash
+CONFIGURE_ARGS += FIND=/opt/csw/bin/gfind
+CONFIGURE_ARGS += MKTEMP=/opt/csw/bin/mktemp
 
 include gar/category.mk
 


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