Codebase list ibus-array / 7d360a8c-2b0d-4263-8b59-e58a36a24ea9/upstream autogen.sh
7d360a8c-2b0d-4263-8b59-e58a36a24ea9/upstream

Tree @7d360a8c-2b0d-4263-8b59-e58a36a24ea9/upstream (Download .tar.gz)

autogen.sh @7d360a8c-2b0d-4263-8b59-e58a36a24ea9/upstreamraw · 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 $*