added changes to build shared library
This commit is contained in:
parent
bfc3326e94
commit
17a54f568f
3 changed files with 12660 additions and 0 deletions
6233
freesolid/acinclude.m4
Normal file
6233
freesolid/acinclude.m4
Normal file
File diff suppressed because it is too large
Load diff
8
freesolid/bootstrap.sh
Executable file
8
freesolid/bootstrap.sh
Executable 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
6419
freesolid/ltmain.sh
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue