95ddd69889
* 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
13 lines
136 B
Bash
Executable File
13 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
autoreconf --no-recursive $@
|
|
#aclocal
|
|
#autoconf
|
|
#acconfig
|
|
#autoheader
|
|
#automake -a
|
|
|