X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=39ccbd5b9c6f1d60ffe5a17d39f242c5e73ec3c1;hb=4022bff2bfec3519fe07034ca8277dfaea3b2021;hp=46dbb264fbef5e92f55d2498bb19d01f619792f8;hpb=5490e3f44da7a201eb470c69f41c2795287d3956;p=platform%2Fupstream%2Fibus-hangul.git diff --git a/configure.ac b/configure.ac index 46dbb26..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], [3]) -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,19 +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.99 + ibus-1.0 >= 1.3.99 ]) # check libhangul PKG_CHECK_MODULES(HANGUL, [ - libhangul >= 0.0.10 + libhangul >= 0.1.0 ]) # check env @@ -83,8 +85,6 @@ ibus-hangul.spec src/Makefile src/hangul.xml.in setup/Makefile -setup/ibus-setup-hangul -setup/config.py icons/Makefile data/Makefile m4/Makefile