Codebase list lhasa / 625936a9-fcb3-4f36-81f3-00a1914b4ec3/main autogen.sh
625936a9-fcb3-4f36-81f3-00a1914b4ec3/main

Tree @625936a9-fcb3-4f36-81f3-00a1914b4ec3/main (Download .tar.gz)

autogen.sh @625936a9-fcb3-4f36-81f3-00a1914b4ec3/mainraw · history · blame

#!/bin/sh

mkdir -p autotools

aclocal
libtoolize || glibtoolize
autoheader
automake -a 
autoconf
automake -a

./configure $@