changeset 4:55e3d764c6c2 draft

Uploaded
author bgruening
date Wed, 06 Nov 2013 03:48:02 -0500
parents 016ad1de8f18
children 2a074c7b442e
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 06 00:49:32 2013 -0500
+++ b/tool_dependencies.xml	Wed Nov 06 03:48:02 2013 -0500
@@ -15,7 +15,11 @@
                     </repository>
                 </action>
 
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR --with-png=$LIBPNG_ROOT_DIR; make ; make install </action>
+                <!-- action type="autoconf" can replace the following:
+                 <action type="shell_command">./configure /-prefix=$INSTALL_DIR /-with-png=$LIBPNG_ROOT_DIR; make ; make install </action>
+                -->
+                <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
+
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>