changeset 2:440a5170003f draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:33:23 -0500
parents cbe9f1c8c98b
children 0f0bdef2f686
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Sep 16 10:37:00 2013 -0400
+++ b/tool_dependencies.xml	Wed Feb 18 11:33:23 2015 -0500
@@ -3,9 +3,8 @@
     <package name="gnu_awk" version="4.1.0">
         <install version="1.0">
             <actions>
-            <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action>
-            <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="make_install" />
+                <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action>
+                <action type="autoconf" />
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>