-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the included libpcap to 1.5.3
- Loading branch information
jay
committed
Jun 6, 2014
1 parent
5f27fb1
commit d8071c0
Showing
98 changed files
with
11,700 additions
and
7,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# Auto-regenerate configure script or Makefile when things change. | ||
# From autoconf.info . Works best with GNU Make. | ||
# | ||
${srcdir}/configure: configure.in aclocal.m4 | ||
cd ${srcdir} && autoconf | ||
|
||
# autoheader might not change config.h.in, so touch a stamp file. | ||
${srcdir}/config.h.in: ${srcdir}/stamp-h.in | ||
${srcdir}/stamp-h.in: configure.in aclocal.m4 | ||
cd ${srcdir} && autoheader | ||
echo timestamp > ${srcdir}/stamp-h.in | ||
|
||
config.h: stamp-h | ||
stamp-h: ${srcdir}/config.h.in config.status | ||
./config.status | ||
|
||
Makefile: Makefile.in config.status | ||
./config.status | ||
|
||
config.status: ${srcdir}/configure | ||
./config.status --recheck |
Oops, something went wrong.