[CONFIGURATION]
* NEW: The ./reconf script now uses autoreconf, so that the m4 directory is automatically taken into account. git-svn-id: svn://localhost/gambas/trunk@901 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
72d82296ae
commit
95ddd69889
1 changed files with 5 additions and 4 deletions
9
reconf
9
reconf
|
@ -3,9 +3,10 @@
|
|||
rm -f config.cache
|
||||
rm -f acconfig.cache
|
||||
|
||||
aclocal
|
||||
autoconf
|
||||
autoreconf --no-recursive $@
|
||||
#aclocal
|
||||
#autoconf
|
||||
#acconfig
|
||||
autoheader
|
||||
automake -a
|
||||
#autoheader
|
||||
#automake -a
|
||||
|
||||
|
|
Loading…
Reference in a new issue