Enlightenment CVS committal Author : doursse Project : e17 Module : libs/esmart
Dir : e17/libs/esmart Modified Files: configure.in Log Message: Fix awk portability by removing the space between the -F flag and its arg. =================================================================== RCS file: /cvs/e/e17/libs/esmart/configure.in,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- configure.in 11 Nov 2007 11:05:06 -0000 1.29 +++ configure.in 13 Nov 2007 07:13:51 -0000 1.30 @@ -19,10 +19,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