annotate intl/config.intl.in @ 22:0eb6cac880f0
add cbc example of quicksort.
author |
kent <kent@cr.ie.u-ryukyu.ac.jp> |
date |
Tue, 13 Oct 2009 17:15:58 +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@'
|