Well I made the autoreconf errors go away. However the configure script loops forever... :(

This commit is contained in:
2020-08-14 20:08:51 -05:00
parent 65b8d2fdc0
commit b229f88761
34 changed files with 39986 additions and 3433 deletions

5
cole/version.c Normal file
View File

@@ -0,0 +1,5 @@
int cole_major_version = 2;
int cole_minor_version = 0;
int cole_micro_version = 2;
char * cole_version = "2.0.2";
char * cole_host_info = "x86_64-unknown-linux-gnu (): , , ";