Skip to content
Snippets Groups Projects
Commit 4173d0fa authored by Russell Bryant's avatar Russell Bryant
Browse files

tabs to spaces to fix alignment ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6ec6d652
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,8 @@ AC_DEFUN( ...@@ -90,8 +90,8 @@ AC_DEFUN(
if test -z "$a" ; then continue ; fi ; if test -z "$a" ; then continue ; fi ;
if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) ; then if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) ; then
GNU_MAKE=$a ; GNU_MAKE=$a ;
GNU_MAKE_VERSION_MAJOR=`$GNU_MAKE --version | grep "GNU Make" | cut -f3 -d' ' | cut -f1 -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'.'` GNU_MAKE_VERSION_MINOR=`$GNU_MAKE --version | grep "GNU Make" | cut -f2 -d'.'`
break; break;
fi fi
done ; done ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment