Benoît Minisini 95ddd69889 [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
2007-12-31 16:12:09 +00:00

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