gambas-source-code/reconf
Laurent Carlier 9c40bbac3f [CONFIGURATION]
* BUG: Add --install glag to autoreconf, that fix creation of config files,
  also add build-dist script to create a lighter tar.bz2 archive of the
  repository.



git-svn-id: svn://localhost/gambas/trunk@2519 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-26 21:30:35 +00:00

8 lines
106 B
Bash
Executable file

#!/bin/sh
rm -f config.cache
rm -f acconfig.cache
libtoolize --force --copy
autoreconf -v --install $@