Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        configure.in 


Log Message:
awk portability fix in configure.in.

===================================================================
RCS file: /cvs/e/e17/libs/edje/configure.in,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- configure.in        4 Nov 2007 09:53:29 -0000       1.89
+++ configure.in        7 Nov 2007 22:03:45 -0000       1.90
@@ -24,10 +24,10 @@
 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
 AC_PROG_LIBTOOL
 
-VMAJ=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $1);}'`
-VMIN=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $2);}'`
-VMIC=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $3);}'`
-SNAP=`echo $PACKAGE_VERSION | awk -F . '{printf("%s", $4);}'`
+VMAJ=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $1);}'`
+VMIN=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $2);}'`
+VMIC=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $3);}'`
+SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'`
 version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN"
 AC_SUBST(version_info)
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to