Closed GoogleCodeExporter closed 8 years ago
please install higher autotools .......
Original comment by microcai...@gmail.com
on 20 Jun 2009 at 12:17
[deleted comment]
....
I couldn't see your commint ......
Original comment by microcai...@gmail.com
on 20 Jun 2009 at 12:23
将configure.ac第四行
AC_PREREQ([2.63])
修改为
AC_PREREQ([2.61])
然后再编译一下,看看有没有报错。
别忘了再来说一声哦~
Original comment by sthots
on 20 Jun 2009 at 12:27
I do as you say. but another error comes:
chen@CHEN-Ubuntu:~/Desktop/ruijieclient-read-only$ ./autogen.sh
+ aclocal
./autogen.sh: 1: aclocal: not found
+ autoheader
+ automake --foreign --add-missing --copy
./autogen.sh: 1: automake: not found
+ autoconf
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Original comment by ptpt52
on 21 Jun 2009 at 1:03
But after I installed the automake. everything is ok. thanks sthots.
sudo apt-get install automake
Original comment by ptpt52
on 21 Jun 2009 at 1:06
Original comment by microcai...@gmail.com
on 21 Jun 2009 at 1:48
Original issue reported on code.google.com by
ptpt52
on 20 Jun 2009 at 12:08