The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ibus-m17n#4cfbe5774145636e8572588362727b3fa538ba06
11 lines
195 B
Bash
11 lines
195 B
Bash
#!/bin/bash
|
|
cd ../source
|
|
|
|
echo "---Start autogen.sh---"
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
echo "---End autogen.sh---"
|
|
echo "--------------------"
|
|
|
|
./configure --disable-static --with-gtk=3.0
|
|
make check
|