This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
0
You've already forked gambas-source-code
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gambas-source-code
/
reconf
9 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 16:41:49 +00:00
#!/bin/sh
rm -f config.cache
rm -f acconfig.cache
[CONFIGURATION] * NEW: Add 'libtoolize --force' to reconf script. It's useful in case of libtool upgrading. Perhaps it will be good to remove m4/ltversion.m4 as it's updated by libtoolize. git-svn-id: svn://localhost/gambas/trunk@2467 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-09 15:30:46 +00:00
libtoolize --force
[CONFIGURATION] * NEW: Make the ./reconf script verbose. git-svn-id: svn://localhost/gambas/trunk@2321 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-09-09 10:22:34 +00:00
autoreconf -v $@
[CONFIGURATION] * NEW: Add 'libtoolize --force' to reconf script. It's useful in case of libtool upgrading. Perhaps it will be good to remove m4/ltversion.m4 as it's updated by libtoolize. git-svn-id: svn://localhost/gambas/trunk@2467 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-09 15:30:46 +00:00
Reference in New Issue
Copy Permalink