eaf74a6b77
This allows 64 bit builds of Alice ML and removes the need for old versions of gcc to build. The license is changed to 'mit' from the 'bsd' that it was previously as the COPYING files in the alice and seam repositories appear to be the modern style MIT variant (also known as the ICU variant). Added myself as the maintainer.
14 lines
372 B
Diff
14 lines
372 B
Diff
diff --git a/Makefile.cvs b/Makefile.cvs
|
|
index b59434a..cd1316f 100644
|
|
--- a/seam/sources/Makefile.cvs
|
|
+++ b/seam/sources/Makefile.cvs
|
|
@@ -32,7 +32,7 @@ autotools:
|
|
aclocal -I .
|
|
autoconf
|
|
automake --add-missing
|
|
- cd libltdl; aclocal; autoconf; automake --add-missing
|
|
+ cd libltdl; chmod +w *; aclocal; autoconf; automake --add-missing
|
|
|
|
lightning:
|
|
rm -rf lightning
|