Code

Redesigned ncmpc's color support
[ncmpc.git] / autogen.sh
index 8d47e6127f7c9971295c0726a8c535c62c4e0ee3..72a2352343087ba9f949882f97a40dd316a4290c 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Check Autoconf version
 if [ -x `which autoconf` ]; then
-       AC_VER=`autoconf --version | head -1 | sed 's/^[^0-9]*//'`
+       AC_VER=`autoconf --version | head -1 | sed 's/^[^0-9]*//'`
        AC_VER_MAJOR=`echo $AC_VER | cut -f1 -d'.'`
        AC_VER_MINOR=`echo $AC_VER | cut -f2 -d'.' | sed 's/[^0-9]*$//'`