~ubuntu-branches/ubuntu/oneiric/weechat/oneiric

« back to all changes in this revision

Viewing changes to doc/ja/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2010-12-27 23:29:46 UTC
  • mfrom: (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101227232946-fh2eh42bmeushi0u
Tags: 0.3.3-3
* Upload to unstable.
* Downgrade tcl-dev dependency to 8.4 until tcl 8.5 hit unstable.
* Add a patch to make cmake aware of python 2.7 (Closes: #606989).
  Thanks to Matthias Klose.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
18
 
# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org>
19
 
#
20
 
# This program is free software; you can redistribute it and/or modify
 
18
#
 
19
# Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org>
 
20
#
 
21
# This file is part of WeeChat, the extensible chat client.
 
22
#
 
23
# WeeChat is free software; you can redistribute it and/or modify
21
24
# it under the terms of the GNU General Public License as published by
22
25
# the Free Software Foundation; either version 3 of the License, or
23
26
# (at your option) any later version.
24
27
#
25
 
# This program is distributed in the hope that it will be useful,
 
28
# WeeChat is distributed in the hope that it will be useful,
26
29
# but WITHOUT ANY WARRANTY; without even the implied warranty of
27
30
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28
31
# GNU General Public License for more details.
29
32
#
30
33
# You should have received a copy of the GNU General Public License
31
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
34
# along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
32
35
#
33
36
VPATH = @srcdir@
34
37
pkgdatadir = $(datadir)/@PACKAGE@
117
120
GTK_LFLAGS = @GTK_LFLAGS@
118
121
GTK_LIBS = @GTK_LIBS@
119
122
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
123
HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
120
124
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
121
125
HAVE_SNPRINTF = @HAVE_SNPRINTF@
122
126
HAVE_VISIBILITY = @HAVE_VISIBILITY@
130
134
INTLBISON = @INTLBISON@
131
135
INTLLIBS = @INTLLIBS@
132
136
INTLOBJS = @INTLOBJS@
 
137
INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
133
138
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
134
139
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
135
140
LD = @LD@