This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a642cb18c5
gambas-source-code
/
reconf
9 lines
96 B
Text
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 17:41:49 +01:00
#!/bin/sh
rm -f config.cache
rm -f acconfig.cache
[CONFIGURATION] * BUG: Remove the libtoolize "--install" flag in the reconf script, as it breaks the "main" source sub-directory. We must add an option to this script to handle that flag correctly. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly display errors raised at program startup. [EXAMPLES] * BUG: The Notepad example has been fixed. [GB.DRAW] * NEW: Work continue on the Paint class. git-svn-id: svn://localhost/gambas/trunk@2514 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-24 16:09:08 +01:00
libtoolize --force --copy
[CONFIGURATION] * NEW: Make the ./reconf script verbose. git-svn-id: svn://localhost/gambas/trunk@2321 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-09-09 12:22:34 +02: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 16:30:46 +01:00
Reference in a new issue
Copy permalink