~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-05-18 22:18:10 UTC
  • mfrom: (1.1.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080518221810-4d2rd0ca18xnu8kc
Tags: 1:1.5.1-1
* New upstream release
* uim-qt3: Add uim inputcontext plugin for Qt3. And due to uim-*-qt are
  not supported in Qt4 for now officially, uim-*-qt are contained in
  this package.
* uim-qt: Depends uim-qt3 because of described above.
* libuim6: New package for syncing with upstream upgrade soversion.
* 05_qmake_bug_workaround.dpatch: patch for the workaround that qmake does
  not add link option against other libraries(e.g. -lX11) by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
m4_if(m4_PACKAGE_VERSION, [2.61],,
15
 
[m4_fatal([this file was generated for autoconf 2.61.
16
 
You have another version of autoconf.  If you want to use that,
17
 
you should regenerate the build system entirely.], [63])])
 
14
m4_ifndef([AC_AUTOCONF_VERSION],
 
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
16
m4_if(AC_AUTOCONF_VERSION, [2.61],,
 
17
[m4_warning([this file was generated for autoconf 2.61.
 
18
You have another version of autoconf.  It may work, but is not guaranteed to.
 
19
If you have problems, you may need to regenerate the build system entirely.
 
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
18
21
 
19
22
 
20
23
dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
21
 
# serial 35 IT_PROG_INTLTOOL
 
24
# serial 36 IT_PROG_INTLTOOL
22
25
AC_DEFUN([IT_PROG_INTLTOOL],
23
26
[AC_PREREQ([2.50])dnl
24
27
 
31
34
esac
32
35
 
33
36
if test -n "$1"; then
34
 
    AC_MSG_CHECKING(for intltool >= $1)
 
37
    AC_MSG_CHECKING([for intltool >= $1])
35
38
 
36
39
    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
37
40
    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
60
63
  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
61
64
    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
62
65
    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
66
   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
63
67
 
64
68
AC_SUBST(INTLTOOL_DESKTOP_RULE)
65
69
AC_SUBST(INTLTOOL_DIRECTORY_RULE)
79
83
AC_SUBST(INTLTOOL_SCHEMAS_RULE)
80
84
AC_SUBST(INTLTOOL_THEME_RULE)
81
85
AC_SUBST(INTLTOOL_SERVICE_RULE)
 
86
AC_SUBST(INTLTOOL_POLICY_RULE)
 
87
 
 
88
# Check the gettext tools to make sure they are GNU
 
89
AC_PATH_PROG(XGETTEXT, xgettext)
 
90
AC_PATH_PROG(MSGMERGE, msgmerge)
 
91
AC_PATH_PROG(MSGFMT, msgfmt)
 
92
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
93
    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
 
94
fi
 
95
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
96
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
97
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
98
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
99
    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
 
100
fi
82
101
 
83
102
# Use the tools built into the package, not the ones that are installed.
84
103
AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
101
120
   fi
102
121
fi
103
122
 
104
 
AC_PATH_PROG(INTLTOOL_ICONV, iconv, iconv)
105
 
AC_PATH_PROG(INTLTOOL_MSGFMT, msgfmt, msgfmt)
106
 
AC_PATH_PROG(INTLTOOL_MSGMERGE, msgmerge, msgmerge)
107
 
AC_PATH_PROG(INTLTOOL_XGETTEXT, xgettext, xgettext)
108
 
 
109
123
# Substitute ALL_LINGUAS so we can use it in po/Makefile
110
124
AC_SUBST(ALL_LINGUAS)
111
125
 
112
126
# Set DATADIRNAME correctly if it is not set yet
113
127
# (copied from glib-gettext.m4)
114
128
if test -z "$DATADIRNAME"; then
115
 
  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
116
 
                 return _nl_msg_cat_cntr],
 
129
  AC_LINK_IFELSE(
 
130
    [AC_LANG_PROGRAM([[]],
 
131
                     [[extern int _nl_msg_cat_cntr;
 
132
                       return _nl_msg_cat_cntr]])],
117
133
    [DATADIRNAME=share],
118
134
    [case $host in
119
135
    *-*-solaris*)
154
170
for file in intltool-extract intltool-merge intltool-update; do
155
171
  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
156
172
      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
157
 
      -e "s|@INTLTOOL_ICONV@|${INTLTOOL_ICONV}|g" \
158
 
      -e "s|@INTLTOOL_MSGFMT@|${INTLTOOL_MSGFMT}|g" \
159
 
      -e "s|@INTLTOOL_MSGMERGE@|${INTLTOOL_MSGMERGE}|g" \
160
 
      -e "s|@INTLTOOL_XGETTEXT@|${INTLTOOL_XGETTEXT}|g" \
161
173
      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
162
174
        < ${ac_aux_dir}/${file}.in > ${file}.out
163
175
  if cmp -s ${file} ${file}.out 2>/dev/null; then
172
184
],
173
185
[INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
174
186
prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" 
175
 
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' INTLTOOL_ICONV='${INTLTOOL_ICONV}'
176
 
INTLTOOL_MSGFMT='${INTLTOOL_MSGFMT}' INTLTOOL_MSGMERGE='${INTLTOOL_MSGMERGE}'
177
 
INTLTOOL_XGETTEXT='${INTLTOOL_XGETTEXT}'])
 
187
INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'])
178
188
 
179
189
])
180
190
 
223
233
 
224
234
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
225
235
 
226
 
# serial 52 AC_PROG_LIBTOOL
 
236
# serial 52 Debian 1.5.26-1ubuntu1 AC_PROG_LIBTOOL
227
237
 
228
238
 
229
239
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
1925
1935
  dynamic_linker='GNU/Linux ld.so'
1926
1936
  ;;
1927
1937
 
 
1938
netbsdelf*-gnu)
 
1939
  version_type=linux
 
1940
  need_lib_prefix=no
 
1941
  need_version=no
 
1942
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
1943
  soname_spec='${libname}${release}${shared_ext}$major'
 
1944
  shlibpath_var=LD_LIBRARY_PATH
 
1945
  shlibpath_overrides_runpath=no
 
1946
  hardcode_into_libs=yes
 
1947
  dynamic_linker='NetBSD ld.elf_so'
 
1948
  ;;
 
1949
 
1928
1950
netbsd*)
1929
1951
  version_type=sunos
1930
1952
  need_lib_prefix=no
2706
2728
  lt_cv_deplibs_check_method=pass_all
2707
2729
  ;;
2708
2730
 
2709
 
netbsd*)
 
2731
netbsd* | netbsdelf*-gnu)
2710
2732
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2711
2733
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2712
2734
  else
3713
3735
        ;;
3714
3736
    esac
3715
3737
    ;;
3716
 
  netbsd*)
 
3738
  netbsd* | netbsdelf*-gnu)
3717
3739
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3718
3740
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3719
3741
      wlarc=
5405
5427
            ;;
5406
5428
        esac
5407
5429
        ;;
5408
 
      netbsd*)
 
5430
      netbsd* | netbsdelf*-gnu)
5409
5431
        ;;
5410
5432
      osf3* | osf4* | osf5*)
5411
5433
        case $cc_basename in
5782
5804
  cygwin* | mingw*)
5783
5805
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5784
5806
  ;;
 
5807
  linux* | k*bsd*-gnu)
 
5808
    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
5809
  ;;
5785
5810
  *)
5786
5811
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5787
5812
  ;;
5990
6015
  $echo "local: *; };" >> $output_objdir/$libname.ver~
5991
6016
          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5992
6017
        fi
 
6018
        _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5993
6019
      else
5994
6020
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5995
6021
      fi
5996
6022
      ;;
5997
6023
 
5998
 
    netbsd*)
 
6024
    netbsd* | netbsdelf*-gnu)
5999
6025
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6000
6026
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6001
6027
        wlarc=
6426
6452
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6427
6453
      ;;
6428
6454
 
6429
 
    netbsd*)
 
6455
    netbsd* | netbsdelf*-gnu)
6430
6456
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6431
6457
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6432
6458
      else
7015
7041
fi[]dnl
7016
7042
])# PKG_CHECK_MODULES
7017
7043
 
7018
 
# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
 
7044
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
7019
7045
#
7020
7046
# This file is free software; the Free Software Foundation
7021
7047
# gives unlimited permission to copy and/or distribute it,
7030
7056
[am__api_version='1.10'
7031
7057
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
7032
7058
dnl require some minimum version.  Point them to the right macro.
7033
 
m4_if([$1], [1.10], [],
 
7059
m4_if([$1], [1.10.1], [],
7034
7060
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
7035
7061
])
7036
7062
 
7046
7072
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
7047
7073
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
7048
7074
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
7049
 
[AM_AUTOMAKE_VERSION([1.10])dnl
7050
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
 
7075
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
7076
m4_ifndef([AC_AUTOCONF_VERSION],
 
7077
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
7078
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
7051
7079
 
7052
7080
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
7053
7081
 
7319
7347
  # each Makefile.in and add a new line on top of each file to say so.
7320
7348
  # Grep'ing the whole file is not good either: AIX grep has a line
7321
7349
  # limit of 2048, but all sed's we know have understand at least 4000.
7322
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
7350
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7323
7351
    dirpart=`AS_DIRNAME("$mf")`
7324
7352
  else
7325
7353
    continue
7367
7395
# Do all the work for Automake.                             -*- Autoconf -*-
7368
7396
 
7369
7397
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
7370
 
# 2005, 2006 Free Software Foundation, Inc.
 
7398
# 2005, 2006, 2008 Free Software Foundation, Inc.
7371
7399
#
7372
7400
# This file is free software; the Free Software Foundation
7373
7401
# gives unlimited permission to copy and/or distribute it,
7374
7402
# with or without modifications, as long as this notice is preserved.
7375
7403
 
7376
 
# serial 12
 
7404
# serial 13
7377
7405
 
7378
7406
# This macro actually does too much.  Some checks are only needed if
7379
7407
# your package does certain things.  But this isn't really a big deal.
7478
7506
# our stamp files there.
7479
7507
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
7480
7508
[# Compute $1's index in $config_headers.
 
7509
_am_arg=$1
7481
7510
_am_stamp_count=1
7482
7511
for _am_header in $config_headers :; do
7483
7512
  case $_am_header in
7484
 
    $1 | $1:* )
 
7513
    $_am_arg | $_am_arg:* )
7485
7514
      break ;;
7486
7515
    * )
7487
7516
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7488
7517
  esac
7489
7518
done
7490
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
7519
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
7491
7520
 
7492
7521
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
7493
7522
#
7839
7868
 
7840
7869
# _AM_SUBST_NOTMAKE(VARIABLE)
7841
7870
# ---------------------------
7842
 
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
7871
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
7843
7872
# This macro is traced by Automake.
7844
7873
AC_DEFUN([_AM_SUBST_NOTMAKE])
7845
7874
 
7942
7971
m4_include([m4/ac_cxx_have_stl.m4])
7943
7972
m4_include([m4/ac_cxx_namespace.m4])
7944
7973
m4_include([m4/ax_cflags_gcc_option.m4])
7945
 
m4_include([m4/ax_create_stdint_h.m4])
 
7974
m4_include([m4/ax_func_sigsetjmp.m4])
7946
7975
m4_include([m4/ax_lib_glibc.m4])
 
7976
m4_include([m4/ax_path_qmake4.m4])
7947
7977
m4_include([m4/codeset.m4])
 
7978
m4_include([m4/eb4.m4])
7948
7979
m4_include([m4/gettext.m4])
7949
7980
m4_include([m4/iconv.m4])
7950
7981
m4_include([m4/lib-ld.m4])
7953
7984
m4_include([m4/nls.m4])
7954
7985
m4_include([m4/po.m4])
7955
7986
m4_include([m4/progtest.m4])
 
7987
m4_include([m4/wnn.m4])
7956
7988
m4_include([m4/xft.m4])