Re: autoscan and AC_CHECK_DECLS

2003-01-27 Thread Mike Castle
In article <[EMAIL PROTECTED]>, Mike Castle <[EMAIL PROTECTED]> wrote: >Ok. Strange interactions with autoscan and autom4te.cache. And a possible >bug in autoscan otherwise. Hmmm. The following patch seems to improve my system a little bit. But I'm not certain if they are correct. Looks like

autoscan and AC_CHECK_DECLS

2003-01-26 Thread Mike Castle
Ok. Strange interactions with autoscan and autom4te.cache. And a possible bug in autoscan otherwise. Starting in a clean directory: nexus@thune[10:06pm]~/foo(203) ls nexus@thune[10:06pm]~/foo(204) echo "int sys_siglist;" > a.c nexus@thune[10:06pm]~/foo(205) echo "int st_blksize;" >> a.c nexus@