gambas-source-code/main/reconf

19 lines
165 B
Text
Raw Normal View History

#!/bin/sh
rm -f config.cache
rm -f acconfig.cache
aclocal
autoconf
#acconfig
autoheader
automake -a
cd libltdl
aclocal
autoconf
#acconfig
autoheader
automake -a