From ce4d8b661ad9a92db0327566964d128db28947a1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 1996 03:31:04 +0000 Subject: Tue May 7 23:18:44 1996 Roland McGrath * po/Makefile: New file. * Makefile (subdirs): Add po. * configure.in: Check for msgfmt. * config.make.in (MSGFMT): New variable. Sun May 5 23:49:10 1996 Ulrich Drepper * misc/Makefile (routines): Add swapoff. * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h. * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around kernel header file. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4a310bc..41999fa 100644 --- a/configure.in +++ b/configure.in @@ -294,6 +294,7 @@ if test "$INSTALL" = "${srcdir}/install-sh"; then INSTALL='$(..)./install-sh' fi AC_PROG_LN_S +AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt) AC_CHECK_TOOL(CC, gcc) AC_CHECK_TOOL(AR, ar) -- cgit v1.1