- 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
+2 -2
View File
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <glob.h>
#include "parser.tab.h"
#include "y.tab.h"
#define MAX_INCLUDE_DEPTH 20
@@ -166,7 +166,7 @@ setup return SETUP;
conn return CONN;
ca return CA;
include return INCLUDE;
version return VERSION;
version return FILE_VERSION;
[^\"= \t\n]+ {
yylval.s = strdup(yytext);