Codebase list ibus-array / e8690f5f-ed11-46c3-a472-796c18718fb9/main autogen.sh
e8690f5f-ed11-46c3-a472-796c18718fb9/main

Tree @e8690f5f-ed11-46c3-a472-796c18718fb9/main (Download .tar.gz)

autogen.sh @e8690f5f-ed11-46c3-a472-796c18718fb9/mainraw · history · blame

#!/bin/sh
set -e
set -x

autopoint
libtoolize --automake --copy
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
export CFLAGS="-g -O0"
export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*