- introduced autotools

- first working version
  - make dist should work
  - things to do:
    - UML testing!
    - more cleanups
This commit is contained in:
Martin Willi
2006-05-16 14:24:03 +00:00
parent eedfdfbe6e
commit f2c2d395ff
130 changed files with 1825 additions and 6164 deletions
+5 -5
View File
@@ -26,11 +26,11 @@
#include <freeswan.h>
#include "../pluto/constants.h"
#include "../pluto/defs.h"
#include "../pluto/log.h"
#include <constants.h>
#include <defs.h>
#include <log.h>
#include "../charon/stroke/stroke.h"
#include <stroke.h>
#include "starterstroke.h"
#include "confread.h"
@@ -92,7 +92,7 @@ send_stroke_msg (stroke_msg_t *msg)
}
if (byte_count < 0)
{
plog(stderr, "read() failed: %s", strerror(errno));
plog("read() failed: %s", strerror(errno));
}
close(sock);