annotate intl/config.intl.in @ 63:b7f97abdc517
gcc-4.6-20100522
update gcc from gcc-4.5.0 to gcc-4.6
author |
ryoma <e075725@ie.u-ryukyu.ac.jp> |
date |
Mon, 24 May 2010 12:47:05 +0900 |
parents |
a06113de4d67 |
children |
|
rev |
line source |
0
|
1 # This file records the configuration of libintl in a form that
|
|
2 # can be read back in by a configure script in a sister directory.
|
|
3 # See config/gettext.m4 for its use.
|
|
4
|
|
5 USE_NLS='@USE_NLS@'
|
|
6 LIBINTL='@LIBINTL@'
|
|
7 LIBINTL_DEP='@LIBINTL_DEP@'
|
|
8 INCINTL='@INCINTL@'
|
|
9
|
|
10 XGETTEXT='@XGETTEXT@'
|
|
11 GMSGFMT='@GMSGFMT@'
|
|
12 POSUB='@POSUB@'
|