[CONFIGURATION]
* NEW: './reconf' now is used inside sub-directories for reconfiguring it, without modifying libtool. * NEW: To install the libtool version required by your system, use now the './reconf-all' script in the top directory. git-svn-id: svn://localhost/gambas/trunk@3043 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
bc35f266db
commit
dd7faeb52a
2 changed files with 9 additions and 2 deletions
2
reconf
2
reconf
|
@ -2,8 +2,6 @@
|
|||
|
||||
rm -f config.cache
|
||||
rm -f acconfig.cache
|
||||
rm -f libtool */libtool
|
||||
|
||||
libtoolize --force --copy --nonrecursive
|
||||
autoreconf -v --install $@
|
||||
|
||||
|
|
9
reconf-all
Executable file
9
reconf-all
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f config.cache
|
||||
rm -f acconfig.cache
|
||||
rm -f libtool */libtool
|
||||
|
||||
libtoolize --force --copy --nonrecursive
|
||||
autoreconf -v --install $@
|
||||
|
Loading…
Reference in a new issue