added changes to build shared library

This commit is contained in:
kwizatz 2004-05-09 03:58:25 +00:00
parent bfc3326e94
commit 17a54f568f
3 changed files with 12660 additions and 0 deletions

6233
freesolid/acinclude.m4 Normal file

File diff suppressed because it is too large Load diff

8
freesolid/bootstrap.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
#
aclocal -I .
automake --foreign --include-deps --add-missing --copy
autoconf
#./configure $*
echo "Now you are ready to run ./configure"

6419
freesolid/ltmain.sh Normal file

File diff suppressed because it is too large Load diff