On Tue, Jul 15, 2014 at 11:54 AM, <[email protected]> wrote: > Hi! >> This commit introduces a build error on CentOS 6 for me. >> >> commit edbae29d774e30967bee74463ad505ff9a81f87d >> Author: Cyril Hrubis <[email protected]> >> Date: Tue Jul 15 14:57:27 2014 +0200 >> >> configure.ac: Add AC_CONFIG_MACRO_DIR >> >> Otherwise macros in m4 directory are not found on autoreconf >> >> Signed-off-by: Cyril Hrubis <[email protected]> >> >> >> gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall -W >> @GCC_WARN_OLDSTYLE@ -I. -I../include -I../include -I../include >> -I../include -c -o bytes_by_prefix.o bytes_by_prefix.c >> gcc: @GCC_WARN_OLDSTYLE@: No such file or directory > > That looks like the variable from config.mk.in wasn't substitued > correctly. > > Does it work when you readd the -I m4 to the automake.mk that this patch > has removed? > > Does the 'make autotools' print any warnings for AC_CONFIG_MACRO_DIR? > > -- > Cyril Hrubis > [email protected]
'make autotools' does not print any warnings. The build passes if I readd '-I m4' to automake.mk. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
