Codebase list ibus-table-extraphrase / 2d6c9de5-35e2-4e5f-9086-959592e559d0/main autogen.sh
2d6c9de5-35e2-4e5f-9086-959592e559d0/main

Tree @2d6c9de5-35e2-4e5f-9086-959592e559d0/main (Download .tar.gz)

autogen.sh @2d6c9de5-35e2-4e5f-9086-959592e559d0/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh
set -e
set -x

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