If this is in Makefile.am ACLOCAL_AMFLAGS = -I ./aclocal
and this is in configure.ac: AC_CONFIG_MACRO_DIR([./aclocal]) Then libtoolize fails with .ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with ACLOCAL_AMFLAGS=-I ./aclocal4 2015-04-14 14:23 GMT+08:00 易剑 <[email protected]>: > Error at "*$LIBTOOLIZE --copy --automake*" in bootstrap.sh > > Error message: > .ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with > ACLOCAL_AMFLAGS=-I ./aclocal > > 2015-04-14 4:54 GMT+08:00 Jens Geyer <[email protected]>: > >> Hi, >> >> no idea, works fine for me (setup below). >> Can we get something like a full log or is this the only output you got? >> >> JensG >> >> >> bison 2.7 >> autoconf 2.69 >> automake 1.13.4 >> libtool 2.4.2 >> OpenSSL 1.0.1k-fips 8 Jan 2015 >> boost 1.54.0 >> libevent 2.0.5 >> m4 1.4.17 >> gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064] >> >> >> >> -----Ursprüngliche Nachricht----- From: 易剑 >> Sent: Monday, April 13, 2015 10:36 AM >> To: [email protected] >> Subject: How to comiple https://github.com/eyjian/thrift? >> >> I forked branches to https://github.com/eyjian/thrift, but failed to >> compile it with errors: >> >> *./bootstrap.sh * >> *.ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with >> ACLOCAL_AMFLAGS=-I ./aclocal* >> >> >> i had updated deps as the followings: >> bison-3.0 >> autoconf-2.69 >> automake-1.15 >> libtool-2.4 >> openssl-1.0.2a >> boost_1_57_0 >> libevent-2.0.22-stable >> m4-1.4.17 >> >> >> # gcc --version >> gcc (GCC) 4.1.2 20070115 (prerelease) (SUSE Linux) >> Copyright (C) 2006 Free Software Foundation, Inc. >> > > > > -- > Hadoop Forum: http://www.hadoopor.com > Open mooon: https://github.com/eyjian/mooon > -- Hadoop Forum: http://www.hadoopor.com Open mooon: https://github.com/eyjian/mooon
