summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2021-02-22 10:37:25 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2021-02-22 10:37:25 +0900
commit1457aac27b9caaa4ee507e73002037d5591b4c5d (patch)
tree80590d6f203a1c9c3535aa7ba916442ae3a580d0 /autogen.sh
parentfde764ab57357d683f5c955c549b4f15d4b595a3 (diff)
downloadibus-anthy-1457aac27b9caaa4ee507e73002037d5591b4c5d.tar.gz
Release 1.5.121.5.12
Features & Bug Fixes: Integrate anthy automation tests to ibus-desktop-testing-runner 5a9e485 Update build environments for anthy-unicode a2e4180 c744be6 Enable to configure kasumi-unicode in gschema 00bab0a Fix two emoji orders 7fbbe75 Fix a regex pattern in engine.py a07fe98 Keep preedit with reset signal 11201b7 Update test environments 390d627 f4f35c3 30d682e Add CI fde764a Translation Contributors: Update translation (Turkish) (#16, #17) (Oğuz Ersen) d8d1e4b 2d4f74a fb5bcd0 Update translation (French) (#16, #19) (Julien Humbert) 100837f 2a00717 Update translation (Spanish) (#16) (Mike FABIAN) cd6dcf6 Update translation (Spanish) (#19) (Emilio Herrera) e31baae Update translation (Portuguese (Brazil)) (#16) (Rafael Fontenelle) faf9b0e Update translation (Portuguese (Brazil)) (#19) (Henrique Roberto Gattermann Mittelstaedt) e79f11c Update translation (Ukrainian) (#16, #17) (Yuri Chornoivan) 93a5e0e e562489 Update translation (Hungarian) (#16) (Balázs Meskó) c888ad1 Update translation (German) (#16, #19) (Mike FABIAN) 43a92c0 cd31750 Update translation (Portuguese (Portugal)) (#16) (Manuela Silva) c2435f6 Update translation (Catalan) (17#) (Antoni Bella Pérez) 0f0bcae Update translation (Chinese (Simplified) (zh_CN)) (#19) (Dingzhong Chen) 8030cbf
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c335db..c1062e3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,7 +22,6 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
echo "" >&2
fi
-aclocal --install || exit 1
autoreconf --verbose --force --install || exit 1
cd "$olddir"