X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=39ccbd5b9c6f1d60ffe5a17d39f242c5e73ec3c1;hb=4022bff2bfec3519fe07034ca8277dfaea3b2021;hp=74dc23abca6418652c777567aa3ce33fe675a587;hpb=5acb8229d28851816c6361c9d10dd050be653a12;p=platform%2Fupstream%2Fibus-hangul.git diff --git a/configure.ac b/configure.ac index 74dc23a..39ccbd5 100644 --- a/configure.ac +++ b/configure.ac @@ -6,23 +6,23 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # if not 1, append datestamp to the version number. -m4_define([ibus_released], [0]) +m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) -m4_define([ibus_minor_version], [2]) -m4_define([ibus_micro_version], [0]) +m4_define([ibus_minor_version], [4]) +m4_define([ibus_micro_version], [1]) m4_define(ibus_maybe_datestamp, m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi])) @@ -45,18 +45,21 @@ AM_DISABLE_STATIC AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX +AC_PROG_LN_S AC_ISC_POSIX AC_HEADER_STDC AM_PROG_LIBTOOL +IT_PROG_INTLTOOL([0.35.0]) + # check ibus PKG_CHECK_MODULES(IBUS, [ - ibus-1.0 >= 1.2.0 + ibus-1.0 >= 1.3.99 ]) # check libhangul PKG_CHECK_MODULES(HANGUL, [ - libhangul >= 0.0.9 + libhangul >= 0.1.0 ]) # check env @@ -72,7 +75,7 @@ AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the read-only architecture-independent data directory.]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.16.1) +AM_GNU_GETTEXT_VERSION([0.17]) # OUTPUT files @@ -82,9 +85,8 @@ ibus-hangul.spec src/Makefile src/hangul.xml.in setup/Makefile -setup/ibus-setup-hangul -setup/config.py icons/Makefile +data/Makefile m4/Makefile ])