Codebase list ibus-table / debian/1.9.14-2 autogen.sh
debian/1.9.14-2

Tree @debian/1.9.14-2 (Download .tar.gz)

autogen.sh @debian/1.9.14-2raw · history · blame

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

autopoint
aclocal -I m4
# autoheader
automake --add-missing --copy
autoconf
./configure --enable-maintainer-mode $*