From: Sven M. H. <pe...@gm...> - 2001-07-02 12:42:18
|
On Mon, Jun 25, 2001 at 10:55:08PM +0200, Marcelo E. Magallon wrote: > doesn't ac_compile already include all the necessary -I's? I thought so but > on the config.log I have: > > configure:7290: gcc -c -g -O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive > -optimizations -fstrict-aliasing -malign-loops=2 -malign-jumps=2 -malign-functio > ns=2 -D_REENTRANT -DPTHREADS -I../../src/X86 conftest.S >&5 > conftest.S:1: src/X86/assyntax.h: No such file or directory :) Finally! As you can see from the above, configure.in already adds -I$srcdir/src/X86 to CPPFLAGS. I had completely overlooked that. So now the m4/assembler.m4 macro simply includes "assyntax.h" alone. I guess that should work. Can you verify this? > I can fix this on the command line, but I'm wondering what's the nice > autoconf way of doing this... Once again one of these cases, where the problem is actually already solved, and one just has to find that out. :) -Sven -- "Would the All-Seeing Eye please look in my direction?" [ KeyID........: 0xC297FEAB ] [ Fingerprint..: FEA5 0F93 7320 3F39 66A5 AED3 073F 2D5F C297 FEAB ] |