On Fri, Nov 07, 2003 at 01:29:08AM -0800, Guy Harris wrote: | On Fri, Nov 07, 2003 at 09:47:58AM +0100, Hannes Gredler wrote: | > seems that the configure script is broken; | > | > it does generate from line 170 my config.h file | > | > <<<<<<< config.h.in | > /* Define to 1 if you have the `pcap_dump_flush' function. */ | > ======= | > /* Define if you have the pcap_breakloop function. */ | > /* #undef HAVE_PCAP_BREAKLOOP */ | > | > /* Define if you have the pcap_dump_flush function. */ | > >>>>>>> 1.50 | | If that's also in your "config.h.in" file, that's the result of a CVS | checkout finding that the "config.h.in" you had wasn't the same as the | old version, trying to merge the changes in the version you had with the | changes between the old version and the new version, and failing. | "config.h" is generated from "config.h.in". (Your version might not | have matched the one in CVS because the mod time on "configure.in" might | have been greater than the mod time on "config.h.in", so that when you | tried a make it would have regenerated the "config.h.in" file from the | "configure.in" file, and if you had a version of autoconf on your system | different from the one used to generate the tarball, it might have | generated a different "config.h.in" file.) | | Remove "configure" and "config.h.in", and check them out again, and then | try running the "configure" again.
many thanks - problem resolved; /hannes - This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]
