Run ranlib on libnetdissect.a if necessary. Remove it before building

it, so we discard any stuff already in the archive.
This commit is contained in:
guy 2008-02-04 20:42:09 +00:00
parent cfab7ed87f
commit 411c7e7f10
2 changed files with 5511 additions and 5278 deletions

View File

@ -301,19 +301,19 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* The size of `char', as computed by sizeof. */
/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR
/* The size of `int', as computed by sizeof. */
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
/* The size of `long', as computed by sizeof. */
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `long long', as computed by sizeof. */
/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
/* The size of `short', as computed by sizeof. */
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* Define to 1 if you have the ANSI C header files. */

10779
configure vendored

File diff suppressed because it is too large Load Diff