exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

Provided Makefile.am and configure.ac don't adjust to pcap versions yet #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the makefile makes basic assumptions about GCC version and PCAP 
location.  I have no idea how to use autoconf though so this could take a while 
to fix.

Original issue reported on code.google.com by bmenr...@ucsd.edu on 5 Jan 2011 at 12:30

GoogleCodeExporter commented 9 years ago
I copied the static makefile to Makefile.static and setup autoconf + automake 
to build a makefile from a configure script.

Right now this isn't a win because the right checks for PCAP version to set 
OLDPCAP and checks to find the right library paths haven't been added.  Those 
are coming at some point.

Original comment by bmenr...@ucsd.edu on 19 May 2011 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by bmenr...@ucsd.edu on 19 May 2011 at 4:33

GoogleCodeExporter commented 9 years ago
I improved this in commit 36.  The configure script should now figure out what 
it needs to do with pcap.

Original comment by bmenr...@ucsd.edu on 20 May 2011 at 12:21