[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 config.cache
|
||||||
rm -f acconfig.cache
|
rm -f acconfig.cache
|
||||||
|
|
||||||
aclocal
|
autoreconf --no-recursive $@
|
||||||
autoconf
|
#aclocal
|
||||||
|
#autoconf
|
||||||
#acconfig
|
#acconfig
|
||||||
autoheader
|
#autoheader
|
||||||
automake -a
|
#automake -a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue