[svn-commits] russell: trunk r40154 - /trunk/acinclude.m4

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 16 23:18:42 MST 2006


Author: russell
Date: Thu Aug 17 01:18:42 2006
New Revision: 40154

URL: http://svn.digium.com/view/asterisk?rev=40154&view=rev
Log:
tabs to spaces to fix alignment ...

Modified:
    trunk/acinclude.m4

Modified: trunk/acinclude.m4
URL: http://svn.digium.com/view/asterisk/trunk/acinclude.m4?rev=40154&r1=40153&r2=40154&view=diff
==============================================================================
--- trunk/acinclude.m4 (original)
+++ trunk/acinclude.m4 Thu Aug 17 01:18:42 2006
@@ -90,8 +90,8 @@
       if test -z "$a" ; then continue ; fi ;
       if ( sh -c "$a --version" 2> /dev/null | grep GNU  2>&1 > /dev/null ) ;  then
          GNU_MAKE=$a ;
-	 GNU_MAKE_VERSION_MAJOR=`$GNU_MAKE --version | grep "GNU Make" | cut -f3 -d' ' | cut -f1 -d'.'`
-	 GNU_MAKE_VERSION_MINOR=`$GNU_MAKE --version | grep "GNU Make" | cut -f2 -d'.'`
+         GNU_MAKE_VERSION_MAJOR=`$GNU_MAKE --version | grep "GNU Make" | cut -f3 -d' ' | cut -f1 -d'.'`
+         GNU_MAKE_VERSION_MINOR=`$GNU_MAKE --version | grep "GNU Make" | cut -f2 -d'.'`
          break;
       fi
    done ;



More information about the svn-commits mailing list