aclocal-1.14: command not found
1、用aclocal --version来查看aclocal的版本aclocal (G鲍伊酷雪NU automake) 1.11.1Copyright (C) 2009 僻棍募暖Free Software Foundation, Inc.License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.Written by Tom Tromey <tromey@redhat.com> and Alexandre Duret-Lutz <adl@gnu.org>.

3、安装aclocal还需要一个autoconf 2.65或更高的版本wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz

5、配置autoconf:./configure

7、解压并进入目录:tar xvzf automake-1.14.tar.gz; cdautomake-1.14

9、安装编译make && make install

11、然后,进入glog-master目录编译安装就可以了