summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-19 10:25:37 +0000
committerJim Meyering <jim@meyering.net>2003-08-19 10:25:37 +0000
commitdcb6dfae3263413265c53b1011d1e70f39015115 (patch)
treeef162d7946d9ca753f5368ec82cdb7ae12392ca6 /lib
parentcd30f3ad32b3e55521c1d274168a69204bc517f5 (diff)
downloadcoreutils-dcb6dfae3263413265c53b1011d1e70f39015115.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index eac3db2c2..f67ec8dbb 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -67,6 +67,7 @@ FESETROUND_LIBM = @FESETROUND_LIBM@
FNMATCH_H = @FNMATCH_H@
GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
GLIBC21 = @GLIBC21@
+GMSGFMT = @GMSGFMT@
GNU_PACKAGE = @GNU_PACKAGE@
HAVE__BOOL = @HAVE__BOOL@
HELP2MAN = @HELP2MAN@
@@ -90,6 +91,9 @@ LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MAN = @MAN@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGMERGE = @MSGMERGE@
NEED_SETGID = @NEED_SETGID@
OBJEXT = @OBJEXT@
OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
@@ -111,7 +115,9 @@ SQRT_LIBM = @SQRT_LIBM@
STDBOOL_H = @STDBOOL_H@
STRIP = @STRIP@
U = @U@
+USE_NLS = @USE_NLS@
VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
YACC = @YACC@
ac_ct_CC = @ac_ct_CC@
ac_ct_RANLIB = @ac_ct_RANLIB@